CategoricalDistributions v0.2.0
Significant changes for this release are discussed in #75. They are:
- Update the compatibility requirements to
CategoricalArrays = "1"
- (breaking) Arrange that
levels(::UnivariateFinite)
returns a categorical vector, to mimic new behaviour of CategoricalArrays.jl. Previously theunwrap
ped version of this vector was returned. - Deprecate the
classes
method. Instead, promote use ofCategoricalArrarys.levels(::UnivariateFinite)
orCategoricalArrays(levels(first(A))
, ifA
is an array withUnivariteFinite
element type.
Merged pull requests:
- Require CategoricalArrays 1.0 and address breaking changes (#75) (@ablaom)
- Create dependabot.yml and update action versions (#76) (@abhro)
- Update code blocks in docstrings (#77) (@abhro)
- add a docstring for Distribution.params(::UnivariateFinite) (#78) (@ablaom)
- Bump actions/checkout from 4 to 5 (#79) (@dependabot[bot])
- For a 0.2.0 release (#80) (@ablaom)