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 rust re-hydration code to pyo3 0.21 #264

Merged
merged 3 commits into from
Apr 29, 2024

Conversation

kylebarron
Copy link
Contributor

There were a bunch of pyo3 changes from 0.20 to 0.21, namely the introduction of the Bound smart pointer. I've not fully grokked my head around it, but this compiles without any of the deprecated "gil-refs" code.

As well as keeping up to date with the latest dependency versions, this has the potential to decently improve performance for code that interacts heavily with the Python interpreter, such as the rehydration code.

@bitner
Copy link
Collaborator

bitner commented Apr 29, 2024

Hey @kylebarron can you fix the merge issues that this has from your other PR?

@bitner bitner merged commit fbe9203 into stac-utils:main Apr 29, 2024
15 checks passed
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.

2 participants