Skip to content

Commit

Permalink
DOC: Add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
sebp committed Jul 4, 2020
1 parent 87ebfd7 commit 3bebc77
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions doc/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,26 @@
Release Notes
=============

scikit-survival 0.13 (2020-06-28)
---------------------------------
scikit-survival 0.13.1 (2020-07-04)
-----------------------------------

This release fixes warnings that were introduced with 0.13.0.

Bug fixes
^^^^^^^^^

- Explicitly pass ``return_array=True`` in :meth:`sksurv.tree.SurvivalTree.predict`
to avoid FutureWarning.
- Fix error when fitting :class:`sksurv.tree.SurvivalTree` with non-float
dtype for time (#127).
- Fix RuntimeWarning: invalid value encountered in true_divide
in :func:`sksurv.nonparametric.kaplan_meier_estimator`.
- Fix PendingDeprecationWarning about use of matrix when fitting
:class:`sksurv.svm.FastSurvivalSVM` if optimizer is `PRSVM` or `simple`.


scikit-survival 0.13.0 (2020-06-28)
-----------------------------------

The highlights of this release include the addition of
:func:`sksurv.metrics.brier_score` and
Expand Down

0 comments on commit 3bebc77

Please sign in to comment.