scikit-survival 0.26.0 released
I am pleased to announce that scikit-survival 0.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 the pandas string dtype,
and copy-on-write, which is going to become the default with pandas 3.
In addition, sksurv.preprocessing.OneHotEncoder
now supports converting columns with the object dtype.
With this release, the minimum supported version are:
| Package | Minimum Version |
|---|---|
| Python | 3.11 |
| pandas | 2.0.0 |
| osqp | 1.0.2 |
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