Releases: FixedEffects/FixedEffectModels.jl
Releases · FixedEffects/FixedEffectModels.jl
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
regwith 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)
v1.9.0
FixedEffectModels v1.9.0
Closed issues:
- Drop regressors that are collinear with the fixed effects (depending on tolerance for partialling-out) (#221)
Merged pull requests:
- add precompilation (#219) (@matthieugomez)
- Update to StatsModels 0.7 (#220) (@matthieugomez)
- address issue #221: drop regressors that are collinear with the FE depending on tolerance (#222) (@moritzdrechselgrau)
- Update Project.toml (#223) (@matthieugomez)
v1.8.0
FixedEffectModels v1.8.0
Closed issues:
- Lag/Lead Operators in @formula (#193)
- how to get within r2 and t value from fixedeffectmodel? (#200)
- Missing method for fe(:a) * fe(:d) is missing when using term() (#206)
- StatsBase version incompatibility (#207)
- no method matching fe(::CategoricalValue (#210)
- MethodError: no method matching fe(::CategoricalValue{String15, UInt32}) (#211)
- Implement StatsAPI.fit() (#212)
- error in using gpu? (#215)
Merged pull requests:
- Update fit.jl (#208) (@matthieugomez)
- Update FixedEffectModel.jl (#209) (@matthieugomez)
- add fit API (#216) (@matthieugomez)
- Update fit.jl (#218) (@matthieugomez)
v1.7.0
v1.6.7
FixedEffectModels v1.6.7
Closed issues:
Merged pull requests:
- Correct p-values and CI with clustered SE (#202) (@matthieugomez)
v1.6.6
FixedEffectModels v1.6.6
Closed issues:
- [Bug] Multi-way clustered standard error when missing is allowed (#195)
Merged pull requests:
- Use in-place left division (#196) (@junyuan-chen)
- update to StatsFuns 1 (#198) (@matthieugomez)
v1.6.5
FixedEffectModels v1.6.5
Closed issues:
- Make
predicteasier? (#134) - Bounds Error (#169)
- Error when using predict with coefficient interactions. (#189)
- Error: expansion cannot be computed (#192)
Merged pull requests:
- Update benchmark.jl (#181) (@matthieugomez)
- Move to
!==comparison for nothing (#183) (@nilshg) - Fix minor typo in comment (#184) (@nilshg)
- Add
predictmethod (#185) (@nilshg) - correct predict with interacted variables (#190) (@matthieugomez)
- Update Project.toml (#191) (@matthieugomez)