You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added marginal effects to model summaries [#78](https://github.com/dscolby/CausalELM.jl/issues/78)
8
+
* CausalELM models now support any AbstractArray data type, including support for using GPUs with CuArrays or similar structures for Mac, Intel, and AMD hardware[#37](https://github.com/dscolby/CausalELM.jl/issues/37)
8
9
### Fixed
9
10
* Removed unnecessary include and using statements
10
11
* Slightly sped up the randomization inference implementation and clarified it in the docs [#77](https://github.com/dscolby/CausalELM.jl/issues/77)
11
12
* Fixed the randomization inference index selection procedure for interrupted time series estimators
12
13
* Inlined certain methods to slightly improve performance [#76](https://github.com/dscolby/CausalELM.jl/issues/76)
14
+
* CausalELM models now support any data structure that implements the Tables.jl API, not just DataFrames
13
15
14
16
## Version [v0.7.0](https://github.com/dscolby/CausalELM.jl/releases/tag/v0.7.0) - 2024-06-22
0 commit comments