Releases: JuliaStats/Survival.jl
Releases · JuliaStats/Survival.jl
v0.3.0
Survival v0.3.0
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
Survival v0.2.2
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
Survival v0.2.1
Closed issues:
- Official release (#19)
Merged pull requests:
- Install TagBot as a GitHub Action (#18) (@JuliaTagBot)
- Correct registry information (#26) (@nilshg)
- Update compat bound for Distributions.jl (#27) (@Vaibhavdixit02)
v0.2.0
Add proper dependency compatibility bounds