JuliaSurv / NetSurvival.jl

A pure-Julia take on standard net survival routines
https://juliasurv.github.io/NetSurvival.jl/
MIT License
6 stars 0 forks source link

[Internals] move to SurvivalBase.jl #68

Closed lrnv closed 3 weeks ago

lrnv commented 3 weeks ago

This should work as-is and can be merged already.

@rimhajal also do not forget to change dependency on ratetables to 0.2 minimum if you correct the name of the available_covariate function here. Then you also have to publish a (minor) version of NetSurvival.jl

rimhajal commented 3 weeks ago

Do we have to do that if NetSurvival doesnt't use available_covariate ?

lrnv commented 3 weeks ago

It does not use it ? Then no, this is not needed. I thought we used it somewhere but I might be wrong.

lrnv commented 3 weeks ago

@rimhajal so I will merge this then