Skip to content

v0.22.8

Compare
Choose a tag to compare
@CamDavidsonPilon CamDavidsonPilon released this 06 Oct 13:31
· 758 commits to master since this release

0.22.8

New features
  • Serializing lifelines is better supported. Packages like joblib and pickle are now supported. Thanks @AbdealiJK!
  • conditional_after now available in CoxPHFitter.predict_median
  • Suppressed some unimportant warnings.
Bug fixes
  • fixed initial_point being ignored in AFT models.