Skip to content

Bump bitarray from 3.8.2 to 3.9.2 - #25236

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/bitarray-3.9.2
Closed

Bump bitarray from 3.8.2 to 3.9.2#25236
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/bitarray-3.9.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor

Bumps bitarray from 3.8.2 to 3.9.2.

Changelog

Sourced from bitarray's changelog.

Change log

3.10.0 (2026-07-31):

  • add free threading support <free_threading.rst>__
  • add bitarray/test_free_threading.py - these free-threading tests are imported when Python was compiled using --disable-gil
  • add official support for decodetree methods .nodes() and .todict()
  • util.huffman_code() and util.canonical_huffman() return codedicts mapping symbols to frozenbitarrays
  • fix free-threading bug in binode_make_tree()
  • use a private capsule to safely share the bitarray type between the _bitarray and _util extension modules
  • bitarrays in prefix codes passed to .decode() or decodetree() cannot exceed 256 bits
  • the following methods/functions also accept a frozendict (added in Python 3.15): .decode(), decodetree(), .encode(), util.huffman_code() and util.canonical_huffman()
  • make C code more cohesive

3.9.2 (2026-07-25):

  • add more critical sections in Python-facing operations
  • optimize mask indexing operations for sparse and dense masks
  • move tests for internal _ssqi() to devel/test_sum_indices.py
  • remove all occurrences of PySlice_GetIndicesEx (deprecated since Python 3.6.1)

3.9.1 (2026-07-19):

  • improving free-threading readiness, see also [#251](https://github.com/ilanschnell/bitarray/issues/251) <https://github.com/ilanschnell/bitarray/issues/251>__:
    • initialize tables at module import, not lazily
    • remove caching imported Python objects (which are already caches)
    • added 75 critical sections in Python-facing operations
    • updated Trove Classifier to Free Threading :: 2 - Beta
  • clip arguments in .bytereverse() instead of raising IndexError
  • remove ssize_richcompare() in favor of Py_RETURN_RICHCOMPARE macro
  • add tests for frozenbitarrays created by methods when self is a frozenbitarray, e.g. slicing a frozenbitarray

3.9.0 (2026-07-10):

  • add .rotate() method, rotate bitarray in-place by k positions
  • expose the decodeiterator class, and add .skipbits() method as well as .index data descriptor, see [#252](https://github.com/ilanschnell/bitarray/issues/252) <https://github.com/ilanschnell/bitarray/issues/252>__
  • fix random_p() silently producing all-zero bitarrays for small n

... (truncated)

Commits
  • 9769c3c add release date - update docs
  • d4eb8ac update readme
  • daaa714 make debug code more readable
  • d133551 add ajust_slice()
  • 7f9db53 add invert_index() move normalization into invert_range()
  • e948397 move normalization into set_range() and count_range()
  • b669810 make code more readable
  • d7dc541 add xor_indices_lock_held()
  • 2d8a022 simplify bitarray_tolist()
  • a6ebab3 simplify bitarray_rotate()
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [bitarray](https://github.com/ilanschnell/bitarray) from 3.8.2 to 3.9.2.
- [Changelog](https://github.com/ilanschnell/bitarray/blob/master/doc/changelog.rst)
- [Commits](ilanschnell/bitarray@3.8.2...3.9.2)

---
updated-dependencies:
- dependency-name: bitarray
  dependency-version: 3.9.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 3, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 7, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #25262.

@dependabot dependabot Bot closed this Aug 7, 2026
@dependabot
dependabot Bot deleted the dependabot/pip/bitarray-3.9.2 branch August 7, 2026 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants