v1.0.1
Highlights
- Support for polars version 0.19.0 that introduced some breaking changes and several deprecation warnings.
What's Changed
- DOC add t-test for score difference in quantile example by @lorentzenchr in #96
- CI rename ci to deploy_docs and set workflow_dispatch trigger by @lorentzenchr in #97
- CI add 2nd monthly run of test matrix by @lorentzenchr in #100
- FIX deprecation warnings of polars 0.19 groupby and replace by @lorentzenchr in #101
- FIX edge case in decompose for constant y by @lorentzenchr in #102
- FIX isotonic_regression with median by @lorentzenchr in #103
- ENH improve y_obs and marginal in decompose by @lorentzenchr in #104
- REL increase to version 1.0.1 by @lorentzenchr in #105
Full Changelog: v1.0.0...v1.0.1