Skip to content

v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Sep 23:07
711132f

MLJIteration v0.6.0

Diff since v0.5.1

  • (breaking) Bump compatibility requirement for MJBase to version 1. When using without MLJ, users may need to explicitly import StatisticalMeasures.jl. See also the MLJBase 1.0 migration guide (#56)

  • (breaking) In the default control, use Step(1) instead of Step(10) (#49)

Merged pull requests:

  • Adapt tests broken by migration of measures MLJBase.jl -> StatisticalMeasures.jl (#56) (@ablaom)
  • For a 0.6 release (#57) (@ablaom)
  • For a 0.6 release - take II (#58) (@ablaom)

Closed issues:

  • Substitute Step(1) in place of Step(10) in controls default (#49)