What’s new in 0.19#
scikit-survival 0.19.0 (2022-10-23)#
This release adds sksurv.tree.SurvivalTree.apply() and
sksurv.tree.SurvivalTree.decision_path(), and support
for sparse matrices to sksurv.tree.SurvivalTree.
Moreover, it fixes build issues with scikit-learn 1.1.2
and on macOS with ARM64 CPU.
Bug fixes#
Fix build issue with scikit-learn 1.1.2, which is binary-incompatible with previous releases from the 1.1 series.
Fix build from source on macOS with ARM64 by specifying numpy 1.21.0 as install requirement for that platform (#313).
Enhancements#
sksurv.tree.SurvivalTree: Addsksurv.tree.SurvivalTree.apply()andsksurv.tree.SurvivalTree.decision_path()(#290).sksurv.tree.SurvivalTree: Add support for sparse matrices (#290).