v0.19.0
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: Add sksurv.tree.SurvivalTree.apply() and sksurv.tree.SurvivalTree.decision_path() (#290).
- sksurv.tree.SurvivalTree: Add support for sparse matrices (#290).
Full Changelog: v0.18.0...v0.19.0