Releases: FixedEffects/FixedEffectModels.jl
Releases · FixedEffects/FixedEffectModels.jl
v1.12.0
FixedEffectModels v1.12.0
Merged pull requests:
- Optimize drop_singletons!() (#260) (@droodman)
- Update fixedeffects.jl (#261) (@matthieugomez)
- Patch 5 (#265) (@matthieugomez)
- Update Project.toml (#266) (@matthieugomez)
Closed issues:
- Add more tests (#51)
- Benchmark against Python's pyhdfe (#91)
- Different residual degrees of freedom from reghdfe when using clustered VCE (#145)
- Differences in R2 and tss compared to GLM (#179)
- add example of "run-time"
fe(::Term)
syntax to readme/docs (#186) - The degrees of freedom and Std.Error are not calculated correctly when there are collinear fixed effects. (#199)
- Bug for residuals (#204)
- Feature request: GPU support in MacOS (#217)
- Poor multithreading performance with very small FE groups (#262)
v1.11.0
v1.10.2
v1.10.1
FixedEffectModels v1.10.1
Merged pull requests:
- Simplify logic about collinearity and fixed effects (#254) (@matthieugomez)
- avoid X'y issue (#255) (@matthieugomez)
Closed issues:
- Wrong results in a large data set with one set of FE (#249)
v1.10.0
FixedEffectModels v1.10.0
Merged pull requests:
- remove cholesky (#252) (@matthieugomez)
- Qr (#253) (@matthieugomez)
Closed issues:
predict
for fixed effects (#243)
v1.9.5
v1.9.4
FixedEffectModels v1.9.4
Closed issues:
- tolerance in
invsym!
(#240)
Merged pull requests:
- export dof (#236) (@matthieugomez)
- Update CompatHelper.yml (#238) (@matthieugomez)
- Add loglikelihood and nullloglikelihood (#239) (@junder873)
- fix collinearity + update CUDA (#241) (@matthieugomez)
v1.9.3
FixedEffectModels v1.9.3
Closed issues:
- Demeaning (#232)
Merged pull requests:
- update to StatsBase 0.34 (#235) (@matthieugomez)
v1.9.2
v1.9.1
FixedEffectModels v1.9.1
Closed issues:
- Get " run
reg
with the option save = :residuals" despite doing exactly that (#224) - How can I get the dof? (#227)
Merged pull requests:
- clarify how to access residuals (#225) (@matthieugomez)
- --> PrecompileTools (#228) (@matthieugomez)
- Update FixedEffectModels.jl (#229) (@matthieugomez)