Skip to content

Commit

Permalink
Merge pull request #1018 from CamDavidsonPilon/v0.24.7
Browse files Browse the repository at this point in the history
v0.24.7
  • Loading branch information
CamDavidsonPilon authored May 16, 2020
2 parents 9721246 + 94b2193 commit 548853b
Show file tree
Hide file tree
Showing 25 changed files with 1,372 additions and 373 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
## Changelog

#### 0.24.7

##### New features
- `find_best_parametric_model` can handle left and interval censoring. Also allows for more fitting options.
- `AIC_` is a property on parametric models, and `AIC_partial_` is a property on Cox models.
- `penalizer` in all regression models can now be an array instead of a float. This enables new functionality and better
control over penalization. This is similar (but not identical) to `penalty.factors` in glmnet in R.
- some convergence tweaks which should help recent performance regressions.

##### Bug fixes
- fixed bug where `cdf_plot` and `qq_plot` were not factoring in the weights correctly.



#### 0.24.6 - 2020-05-05

##### New features
Expand Down
Loading

0 comments on commit 548853b

Please sign in to comment.