Skip to content

Commit

Permalink
V0.19.3 (#651)
Browse files Browse the repository at this point in the history
* v0.19.3

* docs on left truncation and timeline

* more
  • Loading branch information
CamDavidsonPilon committed Feb 25, 2019
1 parent a4ce565 commit 36d3191
Show file tree
Hide file tree
Showing 22 changed files with 1,612 additions and 800 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
### Changelog

#### 0.19.3

##### New features
- new AFT models: `LogNormalAFTFitter` and `LogLogisticAFTFitter`.
- AFT models now accept a `weights_col` argument to `fit`.
- Robust errors (sandwich errors) are now avilable in AFT models using the `robust=True` kwarg in `fit`.
- Performance increase to `print_summary` in the `CoxPHFitter` and `CoxTimeVaryingFitter` model.

#### 0.19.2

##### New features
Expand Down
Loading

0 comments on commit 36d3191

Please sign in to comment.