Skip to content

Releases: JuliaStats/GLM.jl

Version 1

30 Aug 07:17
Compare
Choose a tag to compare
v1.0.0

Fix deprecations (#248)

Version 0.11.0

11 May 11:22
Compare
Choose a tag to compare
Remove fit from docs since it doesn't yet have a docstring and restrict

docs to GLM module.

Add Reexport to REQUIRE since it is explicitly used

Change default cholpred constructor

02 Jan 18:14
Compare
Choose a tag to compare
  • in v0.10.0 the GLM.cholpred constructor defaulted to a pivoted Cholesky decomposition which caused one of the tests for the Lasso package to fail.
  • this version changes the default back to the unpivoted decomposition.

Allow rank-deficient LinearModel

26 Dec 19:41
83f1e4c
Compare
Choose a tag to compare
  • Allow for the model matrix in a LinearModel to be of less than full column rank.
  • An additional, optional argument, allowrankdeficient, (with default value false) was added to the methods for fit(LinearModel, X, y) and to lm(X, y) for this purpose.
  • The documentation now uses the Documenter.jl package.

Use DataFrames 0.11, CategoricalArrays, StatsModels

12 Dec 19:42
Compare
Choose a tag to compare

Use StatsModels v0.2.0 or later instead of the DataFrames package for the Formula, ModelFrame and ModelMatrix types.

v0.8.1: Allow for atol=1e-10 for predictor tests in `issubmodel`. (#197)

22 Sep 07:55
Compare
Choose a tag to compare
* Fix typo in `issubmodel`.

* Allow for atol=1e-10 for predictor tests in `issubmodel`.

* Add paramter atol to control tolerence.

* Typo.

* Change the test for nested models.

* Typo in atol default value.

Version 0.8.0

19 Sep 18:20
Compare
Choose a tag to compare
  • Add ftest function to compare linear models with F-test.
  • Evaluate inverse link and its derivative simultaneously.
  • Clamp cloglog inverse link.
  • Drop Julia 0.5 support, fix deprecations on Julia 0.7.

v0.7.0

23 Mar 22:12
6052ba9
Compare
Choose a tag to compare
Bump required Compat for parametric aliases

v0.2.0

14 Jul 22:16
Compare
Choose a tag to compare

Version for the 0.2.0 release of Julia