Releases: JuliaAI/StatisticalMeasuresBase.jl
Releases · JuliaAI/StatisticalMeasuresBase.jl
v0.1.3
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.1
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
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)