-
Notifications
You must be signed in to change notification settings - Fork 783
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
0.12 Release #1104
Comments
I want to include the fix for #844. And we still need to conversion table though we have https://pyo3.rs/v0.11.1/conversions.html? |
Thanks, I added that to my post. For the doc table - yeah I think it's still a good idea. I'll probably open a PR about it over the weekend, and hopefully you'll see then that it's useful. |
#844 can be checked. |
Of the issues still remaining in the list at the top, it's mostly documentation waiting on me (including the There's also #1045. @kngwyu / @stillinbeta what's your thoughts on the status of that PR? If you'd like more time on it, I'm thinking that we move it to the |
Friend has one last tweak to add - to help pick up python in anaconda env: #1175 |
While the original issues I marked out for the
0.12
milestone are still not yet completed, I think that master already contains a lot of changes compared to0.11.1
.So I'm tempted to suggest we push most of the outstanding issues from the
0.12
milestone into the0.13
milestone (unless there is sudden movement on any of them) and start heading towards releasing0.12
. I think it doesn't really matter if the rest of the proposals don't land until0.13
.This is what I still think should probably happen before an
0.12
release (as well as anything else people contribute):PyErr
to be completed (pretty python exception traceback in rust #592, PyErr does not implement std::error::Error #682, Question: How to convert Python Exception (PyErr) into string for logging #1034), given that Rework exceptions to be native types #1024 laid the groundwork for this to be possible.#[pyenum]
enum WIP #1045#[derive(FromPyObject)]
FromPyObject derivation for structs and enums #1065Any thoughts?
The text was updated successfully, but these errors were encountered: