Merged
Conversation
Member
Author
|
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 <1939362+davidhewitt@users.noreply.github.com>
Add How we extended the River stats module with Rust using PyO3 blog post
447a355 to
98c7cc0
Compare
98c7cc0 to
13779d2
Compare
Member
Author
|
Finally rebased, I'll make every effort to push this tomorrow evening as-is unless someone gives me a reason not to! |
Member
Author
|
Release is live! |
This file contains hidden or 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
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-checksagainst 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 theTryFromPyCellremoval 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.