MLJ v0.22.0
- (mildly breaking) The behaviour of
levelsanduniqueonCategoricalArrays has changed. (Such arrays are created in MLJ, for example, bycoerce(array, Multiclass)orcoerce(array, OrderedFactor). ) Thelevelsanduniquemethods now return aCategoricalVectorwhereas previously they returned a vector of "raw" values. So, runninglevels(array)previously is equivalent to now runningCategoricalArrays.unwrap.(levels(array)). The new behaviour is the result of breaking changes in CategoricalArrays.jl, on which MLJ.jl depends (#1172)
Merged pull requests:
- Bump actions/checkout from 4 to 5 (#1175) (@dependabot[bot])
- Regenerate documentation. No new release. (#1182) (@ablaom)
- Regenerate dev docs (#1183) (@ablaom)
- Restore some integration tests for BetaML. (#1184) (@ablaom)
- Bump CategoricalArrays, etc and major testing change 😱 (#1185) (@ablaom)
- For a 0.22 release (#1186) (@ablaom)
Closed issues: