Releases: erdogant/kaplanmeier
Releases · erdogant/kaplanmeier
0.2.0
- plot function takes ax as input for issue #10
- Added some new functionality to hide the plot but also to save it. #8
v0.1.9
- Added parameter legend to plot. Change the location using 1-8. Remove with 0
v0.1.7
- Fixes for issue #5
- Title text can be customized or entirely removed. Only in case of
title=None
, the logrank p-value is included in the title text.
- Updated the docstrings and sphinx pages.
v0.1.6
- Minor updates; docstrings updated and some code cleaning/styling
v0.1.5
- Remove 10 class limit. Thanks to @k2bd
0.1.4
- Bug fix where figure creation is removed from loop
- Docstring updates
- Pep styling
0.1.3
- Added custom title to the plot (thanks to contribution of ndaniel 👍 )
0.1.2
- Bug fix
- Versioning fixes
- Example fixes