Closed fkuehlein closed 5 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 66.94%. Comparing base (
5e03951
) to head (8943340
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
as was the case in
core/_ext/src_numerics.c
.This is because
I
is already used for complex numbers in thecomplex.h
library (see #225).Note that the remaining functions contained in that file should eventually be migrated to
core/_ext/numerics.pyx
.Also, the newly released Numpy 2.0 introduces breaking changes with its C API. Migration should be considered at some point using the provided giude.