Releases: JuliaStats/StatsModels.jl
Releases · JuliaStats/StatsModels.jl
Release list
v0.7.10
v0.7.9
StatsModels v0.7.9
Merged pull requests:
Closed issues:
- Error with schema and CategoricalArrays (#330)
v0.7.8
StatsModels v0.7.8
Merged pull requests:
- Update formula.md (#317) (@floswald)
- CompatHelper: bump compat for CategoricalArrays in [extras] to 1, (keep existing compat) (#332) (@github-actions[bot])
- Update to [email protected] (#333) (@andreasnoack)
- Make coeftable(::MatrixTerm) always return Vector{String} (#334) (@andreasnoack)
- Adjust test for #185 to not rely on old reduce(vcat, ...) behavior for single element collections (#335) (@andreasnoack)
- Fix show method for TableModels (#336) (@andreasnoack)
v0.7.7
StatsModels v0.7.7
Merged pull requests:
- CompatHelper: bump compat for DataStructures to 0.19, (keep existing compat) (#325) (@github-actions[bot])
v0.7.6
StatsModels v0.7.6
Merged pull requests:
Closed issues:
- Missing methods with v0.7.5 but not on 0.7.4 (#326)
v0.7.5
StatsModels v0.7.5
- Support CategoricalArrays 1.0.
- Fix typos in docstrings.
Merged pull requests:
- Bump codecov/codecov-action from 4 to 5 (#319) (@dependabot[bot])
- Fix issue with \times in docstring (#320) (@rasmushenningsson)
- changed Formula to FormulaTerm in documentation and docstrings, fixes #321 (#322) (@ajinkya-k)
- Bump CategoricalArrays to 1 (#324) (@nalimilan)
Closed issues:
- No
Formulastruct (#321)
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
degreeforConstantTerm/InterceptTerm(#287) (@kleinschmidt) - use released GLM in docs now (#288) (@kleinschmidt)