-
Notifications
You must be signed in to change notification settings - Fork 758
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
release: 0.22.2 #4333
Merged
Merged
release: 0.22.2 #4333
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…and additional fixes (#4318) * Fix mismatch return value, remove redundant error propagation, and fix typo * Update guide/src/function/signature.md Co-authored-by: Lily Foote <code@lilyf.org> --------- Co-authored-by: Lily Foote <code@lilyf.org>
* docs: improve signposting to bound and traits * update UI tests
Thanks; I've now cherry-picked all of those and prepared the release commit. If CI looks green and I hear no reason to wait further, will put live tomorrow. |
* ci: check minimal-versions on MSRV feature powerset * fix msrv arg * bump num-bigint floor to 0.4.2 * try fix build syntax
* use versioned links from docs to guide * use standard python version in `guide-build` ci job
* Prevent building in GIL-less environment * Add change log * add "yet" to phrasing * Add testing to build script * add link to issue * Fix formatting issues --------- Co-authored-by: David Hewitt <mail@davidhewitt.dev>
* use FFI calls for refcounting on all abi3 versions * fix implementation on PyPy
davidhewitt
force-pushed
the
release-0.22.2
branch
from
July 16, 2024 10:01
17db922
to
dd018f1
Compare
davidhewitt
force-pushed
the
release-0.22.2
branch
from
July 17, 2024 19:19
dd018f1
to
673f3ed
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a holding branch for a series of cherry-picks to build a 0.22.2 release.
I'd like to wait for a few more bits to be reviewed and merged, and then will cherry-pick them and put this live:
#[pymodule(...)]
to accept all relevant#[pyo3(...)]
options #4330