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)