Skip to content

Releases: JuliaAI/StatisticalMeasuresBase.jl

v0.1.3

04 Aug 22:53
8de0418
Compare
Choose a tag to compare

StatisticalMeasuresBase v0.1.3

Diff since v0.1.2

  • Drop support for julia < 1.10
  • Extend compat for CategoricalArrays to include 1.0

Merged pull requests:

  • Extend the compat requirements for CategoricalArrays to include 1.0 (#13) (@ablaom)
  • CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) (#14) (@github-actions[bot])
  • For a 0.1.3 release (#15) (@ablaom)

v0.1.2

09 Feb 07:42
8ca9d2f
Compare
Choose a tag to compare

StatisticalMeasuresBase v0.1.2

Diff since v0.1.1

Merged pull requests:

v0.1.1

25 May 05:51
c5488c5
Compare
Choose a tag to compare

StatisticalMeasuresBase v0.1.1

Diff since v0.1.0

Merged pull requests:

  • Fix measurements method to always return n objects, where n = numobs(y) (#9) (@ablaom)

v0.1.0

20 May 07:38
581fb10
Compare
Choose a tag to compare

StatisticalMeasuresBase v0.1.0

Merged pull requests:

  • For a 0.1.0 release (#1) (@ablaom)
  • Increase coverage and fix a bug with supports_missings_measure (#3) (@ablaom)
  • Add link to StatisticalMeasures.jl from readme (#5) (@ablaom)