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)