data61 / clkhash

CLK hash: hash pii for entity matching
Apache License 2.0
47 stars 9 forks source link

Bump bitarray from 2.4.0 to 2.4.1 #573

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps bitarray from 2.4.0 to 2.4.1.

Changelog

Sourced from bitarray's changelog.

Change log

2.4.1 (2022-03-29):

  • improve resize(), see [#167](https://github.com/ilanschnell/bitarray/issues/167) <https://github.com/ilanschnell/bitarray/issues/167>__
  • optimize copy_n() by avoiding loops, [#171](https://github.com/ilanschnell/bitarray/issues/171) <https://github.com/ilanschnell/bitarray/issues/171>__
  • .bytereverse() no longer sets unused bits to zero

2.4.0 (2022-03-01):

  • enable building wheels for multiple platforms and Python versions using pypa/cibuildwheel, see [#165](https://github.com/ilanschnell/bitarray/issues/165) <https://github.com/ilanschnell/bitarray/issues/165>__ and [#170](https://github.com/ilanschnell/bitarray/issues/170) <https://github.com/ilanschnell/bitarray/issues/170>__ (thanks Brian Thorne, @​hardbyte)
  • use setuptools instead of distutils in setup.py, [#168](https://github.com/ilanschnell/bitarray/issues/168) <https://github.com/ilanschnell/bitarray/issues/168>__
  • add missing type hinting for .count() step argument

2.3.7 (2022-02-21):

  • add optional step argument to .count() method, see [#162](https://github.com/ilanschnell/bitarray/issues/162) <https://github.com/ilanschnell/bitarray/issues/162>__ and [#163](https://github.com/ilanschnell/bitarray/issues/163) <https://github.com/ilanschnell/bitarray/issues/163>__
  • add tests

2.3.6 (2022-02-07):

  • add optional value parameter to util.count_n(), see [#154](https://github.com/ilanschnell/bitarray/issues/154) <https://github.com/ilanschnell/bitarray/issues/154>__ and [#161](https://github.com/ilanschnell/bitarray/issues/161) <https://github.com/ilanschnell/bitarray/issues/161>__
  • determine machine endianness at build time when possible, by using the PY_LITTLE_ENDIAN macro, in order to optimize shift_r8()
  • add official Python 3.11 support

2.3.5 (2022-01-07):

  • Fixed bug for big-endian systems (such as IBM s390), see [#159](https://github.com/ilanschnell/bitarray/issues/159) <https://github.com/ilanschnell/bitarray/issues/159>__ and [#160](https://github.com/ilanschnell/bitarray/issues/160) <https://github.com/ilanschnell/bitarray/issues/160>__
  • Pass zip_safe=False to setup(), see [#151](https://github.com/ilanschnell/bitarray/issues/151) <https://github.com/ilanschnell/bitarray/issues/151>__

2.3.4 (2021-09-12):

  • Fix util.ba2int() for frozenbitarrays. A bug was introduced in 2.3.0 as .tobytes() no longer treats pad bits for read-only buffers as zero.
  • add tests

2.3.3 (2021-09-05):

  • improve some error messages
  • add tests

... (truncated)

Commits


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 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)
codecov[bot] commented 2 years ago

Codecov Report

Merging #573 (a28c8fd) into master (cbbca3e) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #573   +/-   ##
=======================================
  Coverage   94.37%   94.37%           
=======================================
  Files          13       13           
  Lines         960      960           
=======================================
  Hits          906      906           
  Misses         54       54