Releases: JuliaStats/GLM.jl
Releases · JuliaStats/GLM.jl
v1.3.4
v1.3.4 (2019-11-08)
Closed issues:
Merged pull requests:
- Allow for StatsFuns 0.9 and prepare for new bugfix release (#343) (andreasnoack)
- ftest improvements (#337) (nalimilan)
- Bump SpecialFunctions and CategoricalArrays (#332) (andreasnoack)
v1.3.3
v1.3.2
v1.3.2 (2019-09-15)
Merged pull requests:
- Bump SpecialFunctions and CategoricalArrays (#332) (andreasnoack)
- Zenodo (#331) (Nosferican)
v1.3.1
v1.3.0
v1.3.0 (2019-07-03)
Closed issues:
predict\(model, df\)
fails ifdf
does not contain dependent variable (ERROR: type NamedTuple has no field) (#315)
Merged pull requests:
- Add
julia = "1"
to the\[compat\]
section ofProject.toml
(#318) (DilumAluthge) - Add support for StatsModels 0.6 (#316) (DilumAluthge)
v1.2.0
v1.2.0 (2019-06-20)
Closed issues:
- Support for Julia 1.1.0 (#311)
- StatsModels not accessible on Github (#310)
- Tests fail locally (#304)
- how to put start values into glm estimation (#296)
- How to get log likelihood value (#295)
- Different results between R and Julia GLM (#294)
- Distribution examples in the docs? (#289)
- Logit link saturating (#286)
Merged pull requests:
- RFC: Compute working weights and residuals more carefully to reduce underflow (#312) (andreasnoack)
- Use Project.toml instead of REQUIRE (#307) (nalimilan)
- Add confidence intervals to coeftable (#299) (nalimilan)
- Add more documentation for keyword arguments used to fit GLMs (#293) (galenlynch)
- Rename keyword arguments to follow lower case convention (#288) (nalimilan)
- Add basic documentation for
fit
andglm
(#285) (galenlynch) - Don't export as much (#234) (andreasnoack)
Bugfix: import StatsBase API functions
This fixes a bug where StatsBase API methods used in this package (modelmatrix
and model_response
/response
) were not imported from StatsBase, causing collisions with other packages that provide methods for these functions (e.g., StatsModels).
Version 1.1.0
v1.1.0 return a NamedTuple, not a Matrix from predict (#276)
Version 1.0.2
v1.0.2 Using dof approach (#265)
Version 1.0.1
Fix ftest printing (#252) And uncomment tests. Also avoid using mod as an identifier since it can conflict with Base.mod