- 
                Notifications
    You must be signed in to change notification settings 
- Fork 128
update PyO3 0.27 #515
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 0.27 #515
Conversation
add5aa6    to
    7c74173      
    Compare
  
    2a9e59d    to
    9576a65      
    Compare
  
    There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I successfully tested this PR against Qiskit's test suite (Qiskit/qiskit#15213), which uses a bunch of the conversions. Fwiw, I reviewed the changes and it looks correct to me.
| Thanks for testing and reviewing, much appreciated! | 
| I tested this with our company internal codebase that uses pyo3/numpy. And all our unit tests pass with it. | 
| It would be great to get this merged and have a new  | 
| Thanks all for testing! I think the feedback is sufficiently positive, lets merge and ship. | 
| Release is live now 🎉 | 
| Thank you! | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks all for handling!
Upgrades to PyO3 0.27, PyO3/pyo3#5390
FromPyObjectimplsThis still needsPyO3/pyo3#5475Borrowed::castto be made public.