chore(deps): update dependency bitstring to v4.4.0 - #315
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
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.
This PR contains the following updates:
==4.3.1→==4.4.0Release Notes
scott-griffiths/bitstring (bitstring)
v4.4.0This version adds a new optional Rust-based backend. This is turned off by default so
shouldn't affect users. The new backend uses the
tibslibrary, which isby the same author as
bitstringand should allow some nice optimisations asthe whole stack can work together.
For now the Rust backend is about the same speed as the C backend (which uses
bitarray)so there are no real advantages to use it yet. If you do want to try it then you'll need to
set the
BITSTRING_USE_RUST_COREenvironment variable.You can check which backend is being used using
bitstring.options.using_rust_corewhichshould be
Falseunless you've enabled it as detailed above.The plan is to remove the C backend in version 5, which will allow lots of code
simplifications and further performance improvements.
The
tibsdependency is a bit experimental and difficult to test on every possible platform.If you experience any issues with installation then please file a bug report.
The only other change is explicit support for Python 3.14.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.