v0.6.0
v0.6.0 (2019-06-25)
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:
- add Compat bounds for Julia (#122) (oxinabox)
- Document to consider four times for internal transformation (#118) (oxinabox)
- Add Basic Lag and Lead terms (#108) (oxinabox)
- just copy continuous terms in modelcols, don't convert to float64 (#106) (kleinschmidt)
- next release will be version 0.6.0 (#105) (kleinschmidt)
- RIP REQUIRE, hello Project.toml (#104) (kleinschmidt)
- don't create schema for terms that already have them (#103) (kleinschmidt)
- Support keyword arguments in coeftable(::TableModels) (#96) (nalimilan)
- Bug-fix for respecting levels (#91) (Nosferican)
- mention that full-dummy is the same as one-hot in ML literature. (#89) (oxinabox)
- Fix deprecations (#87) (femtocleaner[bot])
- Stop using Compat since it's no longer needed (#82) (andreasnoack)
- Terms 2.0: son of Terms (#71) (kleinschmidt)