Skip to content

Commit

Permalink
Add release notes for 0.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sebp committed Nov 4, 2024
1 parent 6712c38 commit c9e035a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions doc/release_notes/v0.23.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
What's new in 0.23
==================

scikit-survival 0.23.1 (2024-11-04)
-----------------------------------

This release adds support for Python 3.13.
The minimum required version for pandas has been bumped to pandas 1.4.0.

Bug fixes
^^^^^^^^^
- Add `SurvivalAnalysisMixin` base class to :class:`sksurv.ensemble.ExtraSurvivalTrees`
to enable the :meth:`sksurv.ensemble.ExtraSurvivalTrees.score` method that has been
unintentially removed in 0.23.0 (:issue:`488`).

Enhancements
^^^^^^^^^^^^
- Improve performance of :func:`sksurv.metrics.concordance_index_censored` and
:func:`sksurv.metrics.concordance_index_ipcw` (:issue:`465`).

Backwards incompatible changes
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Support for pandas versions before 1.4.0 has been dropped.


scikit-survival 0.23.0 (2024-06-30)
-----------------------------------

Expand Down

0 comments on commit c9e035a

Please sign in to comment.