Skip to content

v0.9

Compare
Choose a tag to compare
@sebp sebp released this 26 Jul 18:26
· 836 commits to master since this release

This release adds support for sklearn 0.21 and pandas 0.24.

Enhancements

  • Add reference to IPCRidge (#65).
  • Use scipy.special.comb instead of deprecated scipy.misc.comb.
  • Add support for pandas 0.24 and drop support for 0.20.
  • Add support for scikit-learn 0.21 and drop support for 0.20 (#71).
  • Explain use of intercept in ComponentwiseGradientBoostingSurvivalAnalysis (#68)
  • Bump Eigen to 3.3.7.

Bug fixes

  • Disallow scipy 1.3.0 due to scipy regression (#66).