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 ofmedian_survival_time_
.left_censorship
infit
has been removed in favour offit_left_censoring
.