Releases: JuliaStats/StatsModels.jl
Releases · JuliaStats/StatsModels.jl
v0.6.11
v0.6.10
StatsModels v0.6.10
Merged pull requests:
- improved hypothesis coding for contrasts (#172) (@kleinschmidt)
- tables 1 compat (#177) (@kleinschmidt)
v0.6.9
StatsModels v0.6.9
Merged pull requests:
- Dfk/gh actions docs (#171) (@kleinschmidt)
- improved hypothesis coding for contrasts (#172) (@kleinschmidt)
- programmatic construction for lead/lag (#176) (@kleinschmidt)
v0.6.8
StatsModels v0.6.8
Merged pull requests:
- Implement HypothesisCoding and
un-exportdeprecate ContrastsCoding (#158) (@kleinschmidt) - Install TagBot as a GitHub Action (#170) (@JuliaTagBot)
v0.6.7
v0.6.7 (2019-11-12)
Closed issues:
- DataFrame not defined error when including interval keyword argument (#159)
Merged pull requests:
- add upper bounds to please the automerge bots (#166) (kleinschmidt)
- Fix typo in manual (#163) (nalimilan)
- get rid of CategoricalArrays (#157) (kleinschmidt)
v0.6.6
v0.6.5
v0.6.5 (2019-10-02)
Merged pull requests:
- Document support for special terms at run-time, one-sided formula (#155) (kleinschmidt)
v0.6.4
v0.6.4 (2019-09-29)
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:
- bump patch version (#156) (kleinschmidt)
- Specialize apply_schema to Schema for lead/lag (#152) (kleinschmidt)
- Drop Missings and use Base.nonmissingtype (#151) (kleinschmidt)
- Fix intercept detector traits and hasresponse (#144) (kleinschmidt)
- Clean up tuples with sum after apply_schema (#127) (kleinschmidt)
v0.6.3
v0.6.3 (2019-08-02)
Closed issues:
- Stack overflow for
modelcolsbeforeapply\_schema(#136) - Why is ModelMatrix assign = [1, 1, ..., 1] in v0.6.1? (#133)
Merged pull requests:
- Fix deprecated DataFrames syntax from tests (#138) (kleinschmidt)
- Make modelcols(::Term, d) an error (#137) (kleinschmidt)
v0.6.2
v0.6.2 (2019-07-18)
Closed issues:
- Update StatsModels.jl to new DataFrames.jl 0.19 release (#132)
predict\(model, df\)fails ifdfdoes 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)