v0.1.0
Breaking changes:
- Made the API match the discussed changes in this PR for the R package: topepo/Cubist#40
- Whether a model is composite is determined by the
neighborsparameter and whether Cubist automatically chooses whether to use a composite model is determined by theautoparameter.
Other:
- Docstring and README updates
- More comprehensive and better written tests
- Made all internal functions private
- General file cleanups