Skip to content

Releases: JuliaStats/Survival.jl

v0.3.0

28 Jun 19:16
cb9bb8c
Compare
Choose a tag to compare

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)

v0.2.2

03 Sep 09:41
9135253
Compare
Choose a tag to compare

Survival v0.2.2

Diff since v0.2.1

Merged pull requests:

  • Update DataFrames test dependency to version 1 (#31) (@andreasnoack)
  • CompatHelper: bump compat for Distributions to 0.25, (keep existing compat) (#32) (@github-actions[bot])

v0.2.1

18 Dec 12:05
5b2e052
Compare
Choose a tag to compare

Survival v0.2.1

Diff since v0.2.0

Closed issues:

  • Official release (#19)

Merged pull requests:

v0.2.0

17 Apr 16:18
5b30207
Compare
Choose a tag to compare
Add proper dependency compatibility bounds