davidhewitt / pythonize

MIT License
198 stars 28 forks source link

update to PyO3 0.21 #57

Closed davidhewitt closed 5 months ago

davidhewitt commented 5 months ago

WIP needs to wait for PyO3 final release and then move from git dependency.

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 68.91892% with 23 lines in your changes are missing coverage. Please review.

Project coverage is 80.41%. Comparing base (2e0e9bc) to head (16f17a9).

Files Patch % Lines
src/de.rs 66.66% 10 Missing and 6 partials :warning:
src/error.rs 50.00% 5 Missing :warning:
src/ser.rs 87.50% 0 Missing and 2 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #57 +/- ## ========================================== - Coverage 81.92% 80.41% -1.51% ========================================== Files 3 3 Lines 1040 1062 +22 Branches 1040 1062 +22 ========================================== + Hits 852 854 +2 - Misses 140 160 +20 Partials 48 48 ```

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

messense commented 5 months ago

Ping, now that pyo3 0.21 is out, would be great to have this on crates.io, thanks!

davidhewitt commented 5 months ago

Sorry for the delay, now pushed!