v0.6.0
MLJIteration v0.6.0
-
(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 ofStep(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 ofStep(10)
incontrols
default (#49)