Published December 17, 2025
| Version v0.26.0
Software
Open
scikit-survival
Authors/Creators
Description
This is a maintainance release that adds support for Python 3.14 and updates the minimum supported version of dependencies:
|Package|Minimum Version| |---|---| |Python|3.11| |pandas|2.0.0| |osqp|1.0.2|
Enhancements
- Port from numpy's legacy
numpy.random.RandomStatetonumpy.random.Generator(#554). - Add object dtype support to
sksurv.preprocessing.OneHotEncoder(#556). - Add support for pandas string dtype (#558).
- Add support for osqp 1.0.0 (#562).
- Upgrade Eigen to 3.4.1.
- Add support for copy-on-write for pandas 2.3.0 and later (#556).
Documentation
- Corrected typo – changed non-singular to singular – in penalized Cox models user guide (#552).
Backwards incompatible changes
- Require at least for Python 3.11.
- Require at least pandas 2.0.0.
- Require at least osqp 1.0.
New Contributors
- @jc271828 made their first contribution in https://github.com/sebp/scikit-survival/pull/552
Full Changelog: https://github.com/sebp/scikit-survival/compare/v0.25.0...v0.26.0
Files
sebp/scikit-survival-v0.26.0.zip
Files
(2.0 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:a7451075c7305c17d398f5fa3854287c
|
2.0 MB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/sebp/scikit-survival/tree/v0.26.0 (URL)
Software
- Repository URL
- https://github.com/sebp/scikit-survival