sebp / scikit-survival

Survival analysis built on top of scikit-learn
GNU General Public License v3.0
1.12k stars 214 forks source link

Mark Cython functions as noexcept #418

Closed sebp closed 10 months ago

sebp commented 10 months ago

Checklist

What does this implement/fix? Explain your changes Marks Cython functions as noexcept to release the GIL.

codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (92119ee) 98.04% compared to head (11fd856) 98.04%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #418 +/- ## ======================================= Coverage 98.04% 98.04% ======================================= Files 37 37 Lines 3426 3426 Branches 517 517 ======================================= Hits 3359 3359 Misses 32 32 Partials 35 35 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.