-
Notifications
You must be signed in to change notification settings - Fork 164
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
Bump pyo3 from 0.11.1 to 0.12.3 and numpy from 0.11.0 to 0.12.1 #139
Conversation
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.11.1 to 0.12.0. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/master/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.11.1...v0.12.0) Signed-off-by: dependabot[bot] <[email protected]>
As documented in the changelog, release notes, and migration guide PyO3 0.12.0 reworked how exceptions are created and used. This was a breaking change for how retworkx was using exceptions. This commit updates the usage to be compatible with 0.12.0's new exception API. However, this is only the first step on updating the PyO3 version and the compilation still fails, this is currently blocked waiting for a rust-numpy release that updates its usage to PyO3 0.12.0. Once that is released we can continue this.
Besides waiting for the |
A newer version of pyo3 exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.12.0 to 0.12.1. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/master/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.12.0...v0.12.1)
With pyo3 0.12.1 the non-x86 build failures have been fixed, but this is still blocked on the rust-numpy release switching it over to use pyo3 0.12. |
This is still on hold pending a PyO3 0.12.2 release to fix the MSRV compilation error. |
Pull Request Test Coverage Report for Build 303263802
💛 - Coveralls |
Bumps pyo3 from 0.11.1 to 0.12.0.
Release notes
Sourced from pyo3's releases.
Changelog
Sourced from pyo3's changelog.
Commits
32be8d9
Release 0.12e3408e8
Merge pull request #1175 from thatcr/thatcr-fix-anaconda-python118646d
update changelogb66a925
treat Anaconda python as shared1489ca2
Merge pull request #1171 from davidhewitt/fix-new-errc519b4d
Fix build for new apis151af7a
Merge pull request #1115 from davidhewitt/std-py-err73507db
Merge pull request #1163 from sebpuetz/pyfunctionb9e95dc
Implement std::error::Error for PyErr53e33aa
Merge pull request #1170 from alex/run-code-abi3Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)