Skip to content

Commit

Permalink
Merge 32e5225 into a434d3e
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Oct 5, 2019
2 parents a434d3e + 32e5225 commit d56cc69
Show file tree
Hide file tree
Showing 11 changed files with 326 additions and 231 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,18 @@
## Changelog

#### 0.22.7

#### 0.22.8

##### New features
- Serializing lifelines is better supported. Packages like joblib and pickle are now supported. Thanks @AbdealiJK!
- `conditional_after` now available in `CoxPHFitter.predict_median`
- Suppressed some unimportant warnings.

##### Bug fixes
- fixed initial_point being ignored in AFT models.


#### 0.22.7 - 2019-09-29

##### New features
- new `ApproximationWarning` to tell you if the package is making an potentially mislead approximation.
Expand Down

0 comments on commit d56cc69

Please sign in to comment.