havakv / pycox

Survival analysis with PyTorch
BSD 2-Clause "Simplified" License
780 stars 180 forks source link

Use is_monotonic_increasing to allow Pandas 2.0 #160

Closed matteo4diani closed 1 year ago

matteo4diani commented 1 year ago

Use is_monotonic_increasing (instead of is_monotonic) for Pandas 2.0 compatibility, without breaking backward compatibility with 1.5.

alexxiecan commented 1 year ago

yes,thank you matteo4diani