- Fixes issue with incompatible vector length in quantile functions
- Fixes bug where wrong function was used in quantile calculations for summary.flexsurvreg
- Fixes issue with vectorization of quantile functions
- Updated to include vectorized versions of mean_mixsurv and mean_nmixsurv
- Changed p function to satisfy convention that p function is P[X <= x] when lower.tail=TRUE, rather than P[X < x]
- Adds random sampling function to object returned by flexsurvcure
- Added probit link option
- Fixes and performance improvements to quantile & random generation functions
- Fixes to cumulative hazard and RMST functions
- Initial release