Skip to content

v0.2.2

Compare
Choose a tag to compare
@julia-tagbot julia-tagbot released this 31 May 08:17
· 1874 commits to master since this release
v0.2.2

v0.2.2 (2019-05-30)

Diff since v0.2.1

Closed issues:

  • specifying new rows in calls to fit! on a Node not triggering retraining. (#147)
  • fit! of Node sometimes calls update on model when it should call fit on model (#146)
  • MultivariateStats.PCA has wrong load_path (#141)
  • Error running the tour.ipynb notebook (#140)
  • For reproducibility, include a Manifest.toml file with all examples. (#137)
  • Coveralls activation (#131)
  • Register v0.2.1 (#127)
  • Migrate MultivariateStats: MLJ -> MLJModels (#125)
  • Register v0.2.0 (#124)
  • Wrap Scikitlearn.jl Elastic Net algorithms (#112)

Merged pull requests:

  • Improve coverage of other files (#145) (giordano)
  • add manifest.toml, project.toml for example notebooks, update tour.ipynb (#142) (ayush-1506)
  • Simplify methods of load macro by reducing code duplication (#136) (giordano)
  • Improve test coverage of tasks.jl (#135) (giordano)
  • Move docs dependencies to Project.toml (#130) (giordano)
  • Adding SimpleRidgeRegressor (#129) (ayush-1506)
  • Send code coverage to Coveralls and Codecov (#128) (giordano)