Releases: JuliaStats/StatsModels.jl
Releases · JuliaStats/StatsModels.jl
v0.7.4
StatsModels v0.7.4
Merged pull requests:
- A typo (#302) (@likanzhan)
- use TestSetExtensions to show test progress (#307) (@palday)
- Fix coeftable when passing level keyword argument (#311) (@andreasnoack)
- Bump julia-actions/setup-julia from 1 to 2 (#312) (@dependabot[bot])
- Bump actions/checkout from 2 to 4 (#313) (@dependabot[bot])
- Bump codecov/codecov-action from 1 to 4 (#314) (@dependabot[bot])
- Bump actions/cache from 1 to 4 (#315) (@dependabot[bot])
Closed issues:
- Is it possible to include raw columns to model matrix? (#306)
v0.7.3
v0.7.2
StatsModels v0.7.2
Closed issues:
- Order of terms has flipped when using
+
(#289)
Merged pull requests:
v0.7.1
StatsModels v0.7.1
Closed issues:
- Missing method for fe(:a) * fe(:d) is missing when using term() (#258)
- typos (#284)
- StatsModels.jl >v0.7 changes order of parameters (#286)
Merged pull requests:
- fix typos (#285) (@musvaage)
- fix
degree
forConstantTerm
/InterceptTerm
(#287) (@kleinschmidt) - use released GLM in docs now (#288) (@kleinschmidt)
v0.7.0
StatsModels v0.7.0
Closed issues:
- Potential bug in fit(Type, formula, data, contrasts = d, ...) (#78)
- Programmatic formulas with function calls (#130)
- breaking changes to contrasts (#175)
- method for human to make formula with FunctionTerm (#232)
- lrtest fails on doc string example / for GLM Models (#250)
- lrtest incorrect (#260)
- Export hasintercept and omitsintercept? (#276)
Merged pull requests:
- FunctionTerm is dead, long live FunctionTerm (#183) (@kleinschmidt)
- Update doctests and make CI fail if they don't pass (#272) (@nalimilan)
- Allow arbitrary storage for
ContrastsMatrix
and other contrasts breakage (#273) (@kleinschmidt) - Support unprotected mode for specials with
FullRank
schemas as well (#274) (@kleinschmidt) - fix bug in
hasintercept
(#275) (@kleinschmidt) - fix typos (#277) (@spaette)
- update NEWS.md for #183 (#280) (@kleinschmidt)
- export
(has|omits)(intercept|response)
(#281) (@kleinschmidt) - remove unneeded Compat dep and add Aqua tests (#282) (@kleinschmidt)
- fix tests on nightly (#283) (@kleinschmidt)
v0.6.33
v0.6.32
v0.6.31
StatsModels v0.6.31
Closed issues:
Merged pull requests:
- Fix
lrtest
for model families with dispersion (#261) (@nalimilan)
v0.6.30
StatsModels v0.6.30
Merged pull requests:
- Remove an extra space (#255) (@likanzhan)
- CompatHelper: bump compat for "StatsFuns" to "1.0" (#256) (@github-actions[bot])
v0.6.29
StatsModels v0.6.29
Closed issues:
- Different String Types in Levels (#236)
Merged pull requests:
- relax some checks on eltypes for contrasts and add tests (#242) (@kleinschmidt)
- Fix missing
coeftable
method detection. (#252) (@palday)