Skip to content

Releases: JuliaStats/GLM.jl

v1.9.0

14 Sep 14:59
afbb513
Compare
Choose a tag to compare

GLM v1.9.0

Diff since v1.8.2

Merged pull requests:

  • QR decomposition method in GLM. (#507) (@mousum-github)
  • Bump actions/cache from 1 to 3 (#524) (@dependabot[bot])
  • Bump codecov/codecov-action from 1 to 3 (#525) (@dependabot[bot])
  • Bump actions/checkout from 2 to 3 (#526) (@dependabot[bot])
  • bump compat for StatsBase 0.34 (#529) (@palday)
  • Set minimum Julia version to 1.6 (#514) (#530) (@palday)
  • CompatHelper: bump compat for StatsModels to 0.7, (keep existing compat) (#532) (@github-actions[bot])
  • CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat) (#533) (@github-actions[bot])
  • Remove installbeta! and make linear model fit insensitive to beta0 state (#535) (@andreasnoack)
  • set version to 2.0.0-DEV (#536) (@palday)
  • [v1] Allow documentation building on push (#542) (@ararslan)
  • Bump actions/checkout from 3 to 4 (#547) (@dependabot[bot])
  • [G]VIF (#548) (@palday)
  • backport VIF to 1.x release (#549) (@palday)

Closed issues:

  • Add VIF? (#428)
  • Feature request: Support ForwardDiff automatic differentiation (#493)
  • Feature request: Support non-integer dependent variable for Poisson regression (#494)
  • I propose to consider adding precompilation to GLM.jl (#513)
  • Feature request: Support for reuse of pinv computation for multiple Y values in linear models (#534)
  • infinite uninterruptible hang on one illegal input to ftest (#538)
  • Feature Request: Better formats for the GLM outputs (#543)

v1.8.2

14 Mar 22:05
2c170e3
Compare
Choose a tag to compare

GLM v1.8.2

Diff since v1.8.1

Closed issues:

  • GLM fails when Matrix contains a single column (#515)
  • Method 1 and 2 produce different results for the same data (#516)

Merged pull requests:

v1.8.1

22 Oct 17:26
0c05716
Compare
Choose a tag to compare

GLM v1.8.1

Diff since v1.8.0

Closed issues:

  • easy printing of fstat (#400)
  • prediction fails on custom vectors (#442)
  • ftest and -0.0 (#461)
  • r2 for GLM (#475)
  • Link doesn't behave like an abstract type (#486)
  • lrtest gives incorrect results (#490)
  • Prediction with confidence intervals not yet implemented for weighted regression (#495)
  • Int conversion in loglik_obs(::Binomial) (#503)

Merged pull requests:

v1.8.0

25 May 12:31
ad75bfe
Compare
Choose a tag to compare

GLM v1.8.0

Diff since v1.7.0

Closed issues:

  • Canonical link for negative binomial distribution (#476)

Merged pull requests:

v1.7.0

11 Apr 20:17
42a0d04
Compare
Choose a tag to compare

GLM v1.7.0

Diff since v1.6.2

Closed issues:

  • Linear models failing to display with ambiguous datatypes with unhelpful error messages (#456)
  • DataFrames dependency error (#472)

Merged pull requests:

v1.6.2

31 Mar 18:18
affcebc
Compare
Choose a tag to compare

GLM v1.6.2

Diff since v1.6.1

Closed issues:

  • GLM.lm(X, y) fails when X is a SubArray (#213)
  • Stackoverflow with views (#444)
  • Serialising GLM models. (#465)
  • Gamma shape and scale seemingly swapped - where am I going wrong? (#468)
  • cholpred + @view results in MethodError (#470)

Merged pull requests:

v1.6.1

24 Jan 08:16
fa74d14
Compare
Choose a tag to compare

GLM v1.6.1

Diff since v1.6.0

Merged pull requests:

v1.6.0

05 Jan 21:13
be96833
Compare
Choose a tag to compare

GLM v1.6.0

Diff since v1.5.1

Closed issues:

  • License terms incomplete? (#441)
  • Difference between passing data directly or via formula for glm (#450)
  • project.toml version and released versions appear to be out of sync (#463)

Merged pull requests:

v1.5.1

30 Jun 00:46
96f6eeb
Compare
Choose a tag to compare

GLM v1.5.1

Diff since v1.5.0

Merged pull requests:

v1.5.0

23 Jun 05:10
10f4f56
Compare
Choose a tag to compare

GLM v1.5.0

Diff since v1.4.2

Closed issues:

  • buggy deprecation for :confint interval (#408)
  • canonicallink(NegativeBinomial()) doesn't give LogLink? (#418)
  • predict() gives wrong results when dropcollinear = true (#431)

Merged pull requests: