Skip to content

Releases: JuliaStats/StatsModels.jl

v0.6.8

13 Feb 21:03
0630f46
Compare
Choose a tag to compare

StatsModels v0.6.8

Diff since v0.6.7

Merged pull requests:

v0.6.7

12 Nov 13:48
v0.6.7
0e59b8e
Compare
Choose a tag to compare

v0.6.7 (2019-11-12)

Diff since v0.6.6

Closed issues:

  • DataFrame not defined error when including interval keyword argument (#159)

Merged pull requests:

v0.6.6

10 Oct 19:26
v0.6.6
Compare
Choose a tag to compare

v0.6.6 (2019-10-10)

Diff since v0.6.5

Closed issues:

  • one sided formulae no longer work (#143)

Merged pull requests:

v0.6.5

02 Oct 22:41
v0.6.5
04a0ccf
Compare
Choose a tag to compare

v0.6.5 (2019-10-02)

Diff since v0.6.4

Merged pull requests:

  • Document support for special terms at run-time, one-sided formula (#155) (kleinschmidt)

v0.6.4

30 Sep 13:07
v0.6.4
05dbb50
Compare
Choose a tag to compare

v0.6.4 (2019-09-29)

Diff since v0.6.3

Closed issues:

  • Deprecated Missings.T (#150)
  • DummyCoding and Missing (#148)
  • Method ambiguity for lead/lag terms (#146)
  • Stack overflow with views (#142)
  • Interactions of the form x&id (#140)

Merged pull requests:

v0.6.3

23 Aug 16:35
v0.6.3
91efc7a
Compare
Choose a tag to compare

v0.6.3 (2019-08-02)

Diff since v0.6.2

Closed issues:

  • Stack overflow for modelcols before apply\_schema (#136)
  • Why is ModelMatrix assign = [1, 1, ..., 1] in v0.6.1? (#133)

Merged pull requests:

v0.6.2

18 Jul 16:25
v0.6.2
14f3b54
Compare
Choose a tag to compare

v0.6.2 (2019-07-18)

Diff since v0.6.1

Closed issues:

  • Update StatsModels.jl to new DataFrames.jl 0.19 release (#132)
  • predict\(model, df\) fails if df does not contain dependent variable (ERROR: type NamedTuple has no field) (#125)

Merged pull requests:

  • Handle MatrixTerm when calculating column-to-term indexes in ModelMatrix (#134) (kleinschmidt)

v0.6.1

30 Jun 01:41
v0.6.1
Compare
Choose a tag to compare

v0.6.1 (2019-06-29)

Diff since v0.6.0

Closed issues:

  • Updating to the new version of StatsModels (#124)
  • Release Terms 2.0 era for General (#100)

Merged pull requests:

  • Fix bug with predict(mm::TableRegressionModel, data; kwargs...) (#126) (DilumAluthge)

v0.6.0

25 Jun 19:06
v0.6.0
128898e
Compare
Choose a tag to compare

v0.6.0 (2019-06-25)

Diff since v0.5.0

Closed issues:

  • Docs badge is broken (#102)
  • Docs refer to nonexistent extract_matrix_term function (#101)
  • Calling apply\_schema twice should not be an error (#97)
  • Setting contrasts changes the number of columns in a model matrix (#95)
  • Are offsets supported? (#92)
  • With no intercept, number of model matrix columns depend on type of dependent variable (#48)
  • default intercept behavior (#31)
  • applying transformations on formula arguments (#25)
  • An alternative representation of Terms? (#8)

Merged pull requests:

Version 0.5.0

27 Jan 20:07
Compare
Choose a tag to compare
v0.5.0

Make predict accept NamedTuple and return a DataFrame (#81)