-
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
release: 0.18.2 #3028
Merged
Merged
release: 0.18.2 #3028
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
With apologies my family fell ill again; I'll seek to rebase this at the weekend and push next Tuesday instead. |
To avoid bringing `time` v0.1.x into dependency graph, see time-rs/time#293
Interestingly, it may be used for ChatGPT 😅 Also I removed my old project because it's way too outdated (around pyo3 0.10?)
… get a byte slice from either bytes or byte arrays.
… as well as function arguments.
…ing native code instead inline Python.
…he DWARF version.
Co-authored-by: David Hewitt <[email protected]>
Add How we extended the River stats module with Rust using PyO3 blog post
davidhewitt
force-pushed
the
release-0.18.2
branch
from
March 23, 2023 19:09
447a355
to
98c7cc0
Compare
davidhewitt
force-pushed
the
release-0.18.2
branch
from
March 23, 2023 19:09
98c7cc0
to
13779d2
Compare
Finally rebased, I'll make every effort to push this tomorrow evening as-is unless someone gives me a reason not to! |
Release is live! |
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.
Latest patch release containing the improvements since 0.18.1.
Closes #2970
@adamreichold I ran
cargo semver-checks
against this by hand. The semver "violations" were the same as #2984. While both were to#[doc(hidden)]
types not in the public API, it was easy to revert theTryFromPyCell
removal so I added a commit here to do that (4108405).There are a few PRs in flight which may be nice to include if they merge in time; I'll aim to rebase and push this on Tuesday next week.