davidhewitt / pythonize

MIT License
207 stars 28 forks source link

Update to PyO3 0.23 #75

Closed SquidDev closed 1 week ago

SquidDev commented 2 weeks ago

This updates Pythonize to work with PyO3 0.23.x. Apologies if you've started work on this already — feel free to close if so :).

codecov[bot] commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 96.11650% with 4 lines in your changes missing coverage. Please review.

Project coverage is 84.07%. Comparing base (8f76041) to head (be99d2f). Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/ser.rs 90.47% 0 Missing and 4 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #75 +/- ## ========================================== - Coverage 86.02% 84.07% -1.95% ========================================== Files 3 3 Lines 1295 1162 -133 Branches 1295 1162 -133 ========================================== - Hits 1114 977 -137 - Misses 120 121 +1 - Partials 61 64 +3 ```

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


🚨 Try these New Features:

SquidDev commented 2 weeks ago

Sorry, serves me right for trying to make "tiny" changes just before going to bed! Have fixed that.

davidhewitt commented 1 week ago

All good; thanks very much for this!