Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add split and split_once to bit_array module #803

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'main' into add-bitarray-split
  • Loading branch information
ackurat authored Feb 18, 2025
commit 4282e367b07aaf4f64115280ec284d9cdec86234
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,10 @@
## Unreleased

- The `bit_array` module gains the `split` and `split_once` functions.
- The performance of `dict.is_empty` has been improved.

## v0.54.0 - 2025-02-04

- The `uri` module gains the `empty` value, representing an empty URI which
equivalent to `""`.

You are viewing a condensed version of this merge commit. You can view the full changes here.