Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pyo3 from v0.20 to v0.22 #1893

Merged
merged 4 commits into from
Aug 27, 2024
Merged

Update pyo3 from v0.20 to v0.22 #1893

merged 4 commits into from
Aug 27, 2024

Conversation

sezna
Copy link
Contributor

@sezna sezna commented Aug 27, 2024

v0.21 -> 0.22

  • no implicit None for trailing options, we now explicitly declare it via a macro
  • explicit eq, eq_int annotations (question: why did we manually implement richcmp before?)

v0.20 -> 0.21

  • new Bound API with borrowing done in Rust instead of implicitly
  • removal of py argument in PyDict::from_sequence

closes #1886

@sezna sezna marked this pull request as ready for review August 27, 2024 18:50
@sezna sezna added this pull request to the merge queue Aug 27, 2024
Merged via the queue into main with commit adcefe8 Aug 27, 2024
19 checks passed
@sezna sezna deleted the alex/pyo3 branch August 27, 2024 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bump pyo3 version
4 participants