Skip to content

Commit

Permalink
v0.20.4 (#680)
Browse files Browse the repository at this point in the history
* some doc changes, requirements in setup.py changes, closing #679

* fix formatting

* adding left truncation support to AFT models

* bump version
  • Loading branch information
CamDavidsonPilon committed Mar 27, 2019
1 parent 2f5ab3c commit f9bfab0
Show file tree
Hide file tree
Showing 24 changed files with 472 additions and 218 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
### Changelog

#### 0.20.4

##### New features
- left-truncation support in AFT models, using the `entry_col` kwarg in `fit()`
- `generate_datasets.piecewise_exponential_survival_data` for generating piecewise exp. data
- Faster `print_summary` for AFT models.

##### API changes
- Pandas is now correctly pinned to >= 0.23.0. This was always the case, but not specified in setup.py correctly.

##### Bug fixes
- Better handling for extremely large numbers in `print_summary`
- `PiecewiseExponentialFitter` is available with `from lifelines import *`.


#### 0.20.3

##### New features
Expand Down
Loading

0 comments on commit f9bfab0

Please sign in to comment.