Skip to content

v1.10.0

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Nov 01:13
c5a770a

MLJBase v1.10.0

Diff since v1.9.2

  • Add support for CategoricalArrays 1.0 and CategoricalDistributions 0.2. This changes the behaviour of the re-exported methods levels and unique, as applied to CategoricalArray and UnivariateFinite. Whereas previously these returned a vector of "raw" values, they now return a CategoricalVector. See these CategoricalArrays.jl release notes.

Merged pull requests:

  • Bump the compat requirements for CategoricalArrays and CategoricalDistributions (#1028) (@ablaom)
  • For a 1.10 release (#1030) (@ablaom)