Changelog
### 2.8.2
```
-------------------
* update cibuildwheel to 2.16.1 in order to provide cp312 wheels on PyPI
* improve error messages for masked assignment
* simplify test collection
* added `pytest.ini` to allow running pytest with no additional arguments,
see 208
* `util.sc_encode()`: avoid writing empty blocks at end of compressed
stream, ie. skip encoding when total population count is reached
```
Links
- PyPI: https://pypi.org/project/bitarray
- Changelog: https://data.safetycli.com/changelogs/bitarray/
- Repo: https://github.com/ilanschnell/bitarray
This PR updates bitarray from 2.8.1 to 2.8.2.
Changelog
### 2.8.2 ``` ------------------- * update cibuildwheel to 2.16.1 in order to provide cp312 wheels on PyPI * improve error messages for masked assignment * simplify test collection * added `pytest.ini` to allow running pytest with no additional arguments, see 208 * `util.sc_encode()`: avoid writing empty blocks at end of compressed stream, ie. skip encoding when total population count is reached ```Links
- PyPI: https://pypi.org/project/bitarray - Changelog: https://data.safetycli.com/changelogs/bitarray/ - Repo: https://github.com/ilanschnell/bitarray