Skip to content

build(deps): bump bitarray from 3.9.1 to 3.9.2 - #189

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/pip/bitarray-3.9.2
Jul 27, 2026
Merged

build(deps): bump bitarray from 3.9.1 to 3.9.2#189
github-actions[bot] merged 1 commit into
mainfrom
dependabot/pip/bitarray-3.9.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor

Bumps bitarray from 3.9.1 to 3.9.2.

Changelog

Sourced from bitarray's changelog.

Change log

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 when p=float("nan")
  • improve integer argument handling in util.random_k(), util.gen_primes(), util.pprint() and util.int2ba()
  • add python_requires >= 3.7 to package metadata
  • improve testing - use more of unittest's functionality
  • add Rule 90 example <../examples/rule90.py>__

3.8.2 (2026-06-17):

  • clarity/wording improvements throughout project
  • add new_allocation() to simplify resize()
  • drop Python 3.6 support

3.8.1 (2026-04-02):

  • fixed critial findings in C Extension Analysis Report, see [#250](https://github.com/ilanschnell/bitarray/issues/250) <https://github.com/ilanschnell/bitarray/issues/250>__
  • add tests, in particular devel/test_capi.py

... (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.9.1 to 3.9.2.
- [Changelog](https://github.com/ilanschnell/bitarray/blob/master/doc/changelog.rst)
- [Commits](ilanschnell/bitarray@3.9.1...3.9.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, python. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions

Copy link
Copy Markdown
Contributor

👋 Hello! Thanks for your contribution. We will review this and get back to you as soon as possible. — th30d4y

@github-actions
github-actions Bot merged commit 72369b7 into main Jul 27, 2026
6 of 11 checks passed
@dependabot
dependabot Bot deleted the dependabot/pip/bitarray-3.9.2 branch July 27, 2026 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants