Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Aug 22:39
460b580

CategoricalDistributions v0.2.0

Diff since v0.1.15

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 the unwrapped version of this vector was returned.
  • Deprecate the classes method. Instead, promote use of CategoricalArrarys.levels(::UnivariateFinite) or CategoricalArrays(levels(first(A)), if A is an array with UnivariteFinite 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)