-
Notifications
You must be signed in to change notification settings - Fork 763
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.13 Release #1306
Comments
Wooo! I'm very excited to see the abi3 work in a release. |
Besides the work to complete #1279, is there anything else that needs doing to be able to release? |
I don't see any blocker and am preparing the release. |
I would suggest we also include the bugfix #1303 It's new functionality in 0.13 which is currently implemented incorrectly |
I updated the list at the top of the issue with the PRs which we're waiting to have merged before the release. |
Thank you for updating. |
Updated list of outstanding PRs: |
Thanks, I updated the top list! |
All outstanding PRs addressed! I'm going to open a release PR shortly... |
Hey, just FYI I think this release broke my
Looks like this change was intentional, but it's causing issues for me because Are there any plans to release a v0.12.2 for Update: [patch.crates-io]
numpy = { git = "https://github.com/awestlake87/rust-numpy", branch = "v0.12-fix" } |
Ah, that's unfortunate. I expect @kngwyu plans to release 0.13 numpy soon - we should probably push a 0.12.2 like you say that caps the version. |
I opened PyO3/rust-numpy#170 which will hopefully be released soon to fix the downstream issue. |
Awesome, I appreciate it! |
So I think we are getting close to releasing 0.13; I wanted to open this issue just to plan what still needs to be done:
ABI3 min version Add abi3-py* features #1263I would like to include the macro tidy up types: refactor native_type macros #1279 , because it needs to coordinate with arust-numpy
release anyway.Bugfix Do not include the double quotes in#[pyclass(name = "literal")]
#1303Document abi shortcomings Clearly document the limitations of abi3 #1318ABI3 u128/i128 conversions Faster conversion from u128/i128 to PyLong with abi3 #1315Rename internal crates macros: rename crates for consistency #1317abi3-py36 build has a problem withcargo test
abi3-py36 now passes tests #1320get runtimeversion_info()
python: add version() to get running version #1322Also do we have anything we need to add to the migration guide or any other new features which need better docs before releasing?
The text was updated successfully, but these errors were encountered: