Skip to content

Releases: JuliaStats/GLM.jl

v1.3.4

08 Nov 21:49
v1.3.4
Compare
Choose a tag to compare

v1.3.4 (2019-11-08)

Diff since v1.3.3

Closed issues:

  • lm with two vectors without DataFrames. How to do ? (#342)
  • Ftest printing (#275)

Merged pull requests:

v1.3.3

14 Oct 07:24
v1.3.3
03220f7
Compare
Choose a tag to compare

v1.3.3 (2019-10-13)

Diff since v1.3.2

Merged pull requests:

v1.3.2

16 Sep 08:42
v1.3.2
2908870
Compare
Choose a tag to compare

v1.3.2 (2019-09-15)

Diff since v1.3.1

Merged pull requests:

v1.3.1

23 Aug 15:59
v1.3.1
30a06b5
Compare
Choose a tag to compare

v1.3.1 (2019-08-23)

Diff since v1.3.0

Closed issues:

  • Tests currently failing (#322)
  • Bernoulli vs Binomial probit/cauchit (#320)

Merged pull requests:

v1.3.0

03 Jul 13:45
v1.3.0
Compare
Choose a tag to compare

v1.3.0 (2019-07-03)

Diff since v1.2.0

Closed issues:

  • predict\(model, df\) fails if df does not contain dependent variable (ERROR: type NamedTuple has no field) (#315)

Merged pull requests:

v1.2.0

22 Jun 06:40
v1.2.0
4965d64
Compare
Choose a tag to compare

v1.2.0 (2019-06-20)

Diff since v1.1.1

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:

Bugfix: import StatsBase API functions

24 Feb 22:39
49853b1
Compare
Choose a tag to compare

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

27 Jan 21:05
Compare
Choose a tag to compare
v1.1.0

return a NamedTuple, not a Matrix from predict (#276)

Version 1.0.2

21 Nov 09:27
Compare
Choose a tag to compare
v1.0.2

Using dof approach (#265)

Version 1.0.1

11 Sep 19:15
8621065
Compare
Choose a tag to compare
Fix ftest printing (#252)

And uncomment tests.

Also avoid using mod as an identifier since it can conflict with Base.mod