v0.22.2
This release adds support for Python 3.12.
Bug fixes
- Fix invalid escape sequence in Introduction of user guide.
Enhancements
- Mark Cython functions as noexcept (#418).
- Add support for Python 3.12 (#422).
- Do not use deprecated is_categorical_dtype() of Pandas API.
Documentation
- Add section Building Cython Code to contributing guidelines (#379).
- Improve the description of the estimate parameter in sksurv.metrics.brier_score() and sksurv.metrics.integrated_brier_score() (#424).
Full Changelog: v0.22.1...v0.22.2