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`.