Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jun 19:16
· 9 commits to main since this release
cb9bb8c

Survival v0.3.0

Diff since v0.2.2

Closed issues:

  • Use Optim or similar for Newton-Rhapson (#11)
  • Fatal error in type inference on Julia nightly (#15)
  • Sporadic CI failures in Cox regression (#33)

Merged pull requests:

  • Use Optim instead of home made Newton-Raphson (#34) (@andreasnoack)
  • Adding documentation for the cox model (#39) (@lauswullum)
  • Miscellaneous housekeeping items (#40) (@ararslan)
  • Extend functions from StatsAPI instead of StatsBase (#42) (@ararslan)
  • Simplifications and performance improvements for estimators (#43) (@ararslan)
  • Add confint for CoxModel objects using the Wald method (#45) (@lauswullum)
  • Add an EventTable type that supports the Tables interface (#46) (@ararslan)
  • Refactor estimators atop EventTable (#47) (@ararslan)
  • Remove <:Real restrictions on type parameters and allow non-Float64 results (#48) (@ararslan)
  • Fix typo in docs: delete an extra parenthesis in a code chunk (#49) (@remlapmot)