From e2bfad1de93e9133ef5b1126cc72de79cb3ec6a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20P=C3=B6lsterl?= Date: Sat, 30 Dec 2023 22:41:26 +0100 Subject: [PATCH] DOCS: Add release notes for 0.22.2 --- doc/release_notes.rst | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/doc/release_notes.rst b/doc/release_notes.rst index 90f04279..288b4562 100644 --- a/doc/release_notes.rst +++ b/doc/release_notes.rst @@ -1,6 +1,28 @@ Release Notes ============= +scikit-survival 0.22.2 (2023-12-30) +----------------------------------- + +This release adds support for Python 3.12. + +Bug fixes +^^^^^^^^^ +- Fix invalid escape sequence in :ref:`Introduction ` of user guide. + +Enhancements +^^^^^^^^^^^^ +- Mark Cython functions as noexcept (:issue:`418`). +- Add support for Python 3.12 (:issue:`422`). +- Do not use deprecated ``is_categorical_dtype()`` of Pandas API. + +Documentation +^^^^^^^^^^^^^ +- Add section :ref:`building-cython-code` to contributing guidelines (:issue:`379`). +- Improve the description of the ``estimate`` parameter in :func:`sksurv.metrics.brier_score` + and :func:`sksurv.metrics.integrated_brier_score` (:issue:`424`). + + scikit-survival 0.22.1 (2023-10-08) -----------------------------------