Skip to content

Commit

Permalink
finish up
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Sep 13, 2023
1 parent d9acc03 commit 17084ec
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions docs/fitters/regression/CoxPHFitter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@ CoxPHFitter
see :meth:`~lifelines.fitters.coxph_fitter.SemiParametricPHFitter.predict_log_partial_hazard`


.. method:: predict_hazard()

see :meth:`~lifelines.fitters.coxph_fitter.SemiParametricPHFitter.predict_hazard`


.. method:: predict_cumulative_hazard()

see :meth:`~lifelines.fitters.coxph_fitter.SemiParametricPHFitter.predict_cumulative_hazard`
Expand Down
2 changes: 1 addition & 1 deletion lifelines/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals

__version__ = "0.27.7"
__version__ = "0.27.8"
2 changes: 1 addition & 1 deletion reqs/base-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy>=1.14.0
numpy>=1.14.0,<2.0
scipy>=1.2.0
pandas>=1.0.0
matplotlib>=3.0
Expand Down

0 comments on commit 17084ec

Please sign in to comment.