Image

Sebastian Pölsterl: scikit-survival 0.26.0 released

I am pleased to announce thatscikit-survival0.26.0 has been released.

This is a maintainance release that adds support for Python 3.14 and includes updates to make scikit-survival compatible with new versions of pandas and osqp. It adds support for thepandas string dtype, andcopy-on-write, which is going to become the default with pandas 3. In addition,sksurv.preprocessing.OneHotEncodernow supports converting columns with the object dtype.

With this release, the minimum supported version are:

Install

scikit-survival is available for Linux, macOS, and Windows and can be installed either

via pip:

pip install scikit-survival

or via conda

conda install -c conda-forge scikit-survival

https://k-d-w.org/blog/2025/12/scikit-survival-0.26.0-released/