Skip to content

Commit 545a05f

Browse files
update changelog
1 parent 75a051e commit 545a05f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
### Changelogs
22

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+
313
#### 0.7.1
414
- addition of a l2 `penalizer` to `CoxPHFitter`.
515
- dropped Fortran implementation of efficient Python version. Lifelines is pure python once again!

0 commit comments

Comments
 (0)