You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
### Changelogs
2
2
3
+
#### 0.8.0
4
+
- reorganized lifelines directories:
5
+
- moved test files out of main directory.
6
+
- moved `utils.py` into it's down directory.
7
+
- moved all estimators `fitters` directory.
8
+
- added a `at_risk` column to the output of `group_survival_table_from_events` and `survival_table_from_events`
9
+
- added sample size and power calculations for statistical tests. See `lifeline.statistics. sample_size_necessary_under_cph` and `lifelines.statistics. power_under_cph`.
10
+
- fixed a bug when using KaplanMeierFitter for left-censored data.
11
+
12
+
3
13
#### 0.7.1
4
14
- addition of a l2 `penalizer` to `CoxPHFitter`.
5
15
- dropped Fortran implementation of efficient Python version. Lifelines is pure python once again!
0 commit comments