Closed effigies closed 1 week ago
Attention: Patch coverage is 90.00000%
with 5 lines
in your changes missing coverage. Please review.
Project coverage is 72.86%. Comparing base (
1ccee34
) to head (ddb73ac
). Report is 15 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Okay, moving to tox because this CI is a pain to work with.
To unlock projects that want to support numpy 2, we need to disable our pin and fix some bugs that were probably generated in the 2to3 transition, namely using
np.savetxt(..., fmt=b'...')
.Started to test on Python 3.13, but we're blocked on a release of traits. Ran with latest master and addressed deprecations.
@mgxd Would you be up for a quick review?