pypi lifelines 0.23.0
v0.23.0

latest releases: 0.28.0, 0.27.8, 0.27.7...
4 years ago

0.23.0

New features
  • new print_summary abstraction that allows HTML printing in Jupyter notebooks!
  • silenced some warnings.
Bug fixes
  • The "comparison" value of some parametric univariate models wasn't standard, so the null hypothesis p-value may have been wrong. This is now fixed.
  • fixed a NaN error in confidence intervals for KaplanMeierFitter
API Changes
  • To align values across models, the column names for the confidence intervals in parametric univariate models summary have changed.
  • Fixed typo in ParametricUnivariateFitter name.
  • median_ has been removed in favour of median_survival_time_.
  • left_censorship in fit has been removed in favour of fit_left_censoring.

Don't miss a new lifelines release

NewReleases is sending notifications on new releases.