use reconstructor function for pickling, see [#207](https://github.com/ilanschnell/bitarray/issues/207) <https://github.com/ilanschnell/bitarray/issues/207>__
simplify implementation of .reverse()
2.8.0 (2023-07-22):
allow integer sequence indexing <indexing.rst>__ by list of indices,
see [#204](https://github.com/ilanschnell/bitarray/issues/204) <https://github.com/ilanschnell/bitarray/issues/204>__ (addresses [#156](https://github.com/ilanschnell/bitarray/issues/156) <https://github.com/ilanschnell/bitarray/issues/156>__ and [#190](https://github.com/ilanschnell/bitarray/issues/190) <https://github.com/ilanschnell/bitarray/issues/190>__)
add masked indexing <indexing.rst>__ by bitarray masks,
see [#205](https://github.com/ilanschnell/bitarray/issues/205) <https://github.com/ilanschnell/bitarray/issues/205>__ (addresses [#190](https://github.com/ilanschnell/bitarray/issues/190) <https://github.com/ilanschnell/bitarray/issues/190>__)
improve .bytereverse() docstring, see issue [#202](https://github.com/ilanschnell/bitarray/issues/202) <https://github.com/ilanschnell/bitarray/issues/202>__
fix for pypy3.9-v7.3.11, [#198](https://github.com/ilanschnell/bitarray/issues/198) <https://github.com/ilanschnell/bitarray/issues/198>__ (fixes [#188](https://github.com/ilanschnell/bitarray/issues/188) <https://github.com/ilanschnell/bitarray/issues/188>__)
enable building wheels for PyPy
2.7.4 (2023-05-29):
register bitarray as abc.MutableSequence, see [#196](https://github.com/ilanschnell/bitarray/issues/196) <https://github.com/ilanschnell/bitarray/issues/196>__
improve documentation regarding type when indexing single
bitarray items, [#192](https://github.com/ilanschnell/bitarray/issues/192) <https://github.com/ilanschnell/bitarray/issues/192>__
2.7.3 (2023-02-20):
fix popcount64 name conflict on NetBSD, [#189](https://github.com/ilanschnell/bitarray/issues/189) <https://github.com/ilanschnell/bitarray/issues/189>__
even though PyPy is not actively supported, allow running tests for
PyPy 3.7 and 3.8, see also [#188](https://github.com/ilanschnell/bitarray/issues/188) <https://github.com/ilanschnell/bitarray/issues/188>__
allow running python setup.py test
add official Python 3.12 support
simplify count functionality in util module
retire bitcount_lookup[256] table
improve util.count_n() error messages
avoid util module tests from being run more than once in each
call to bitarray.test() when called multiple times in the same
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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@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 from 2.7.6 to 2.8.1.
Changelog
Sourced from bitarray's changelog.
... (truncated)
Commits
eb1f701
add release date - update docs3038f1e
add reconstructor to interface file42955fc
add test_reduce_explicitb881675
improve test_reduce4c57b31
improve check for invalid number of padbits70983a2
add comments to tests2a19b15
make test more readablea54157a
simplify set_padbits()905eca9
skip test on PyPy63a5a60
add testsDependabot 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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)