Skip to content

v0.19.0

Compare
Choose a tag to compare
@sebp sebp released this 23 Oct 18:06
· 325 commits to master since this release

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

Full Changelog: v0.18.0...v0.19.0