Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Bump bitarray from 2.8.2 to 2.8.5 #680

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 11, 2023

Bumps bitarray from 2.8.2 to 2.8.5.

Changelog

Sourced from bitarray's changelog.

Change log

2.8.5 (2023-12-09):

  • speedup unaligned copies by always using word shifts (in combination with builtin byte swap 64 when available) when bit-endianness and machine byte-order are opposite
  • add HAVE_BUILTIN_BSWAP64 to header
  • avoid misaligned pointers when casting to (uint64_t *)
  • add tests

2.8.4 (2023-12-04):

  • simplify copy_n() (remove special cases), see #d2d6fd53 <https://github.com/ilanschnell/bitarray/commit/d2d6fd53>__
  • add word shift example C program <../examples/shift_r8.c>__, and simplify shift_r8()
  • improve documentation and testing
  • add roadmap <https://github.com/ilanschnell/bitarray#roadmap>__

2.8.3 (2023-11-11):

  • ensure readonly attribute is set correctly when creating new objects, see [#211](https://github.com/ilanschnell/bitarray/issues/211) <https://github.com/ilanschnell/bitarray/issues/211>__
  • optimize sparse bitarray compression for raw block type
  • improve hash functions in Bloom filter example

2.8.2 (2023-10-03):

  • 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](https://github.com/ilanschnell/bitarray/issues/208) <https://github.com/ilanschnell/bitarray/issues/208>__
  • util.sc_encode(): avoid writing empty blocks at end of compressed stream, i.e. skip encoding when total population count is reached

2.8.1 (2023-08-06):

  • 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,

... (truncated)

Commits
  • 5ce583b add release date - update docs
  • a317c76 make code more readable
  • d374773 add roadmap item
  • 203f089 update test output - update changelog
  • 8e4e355 add comments, fix function name
  • f83a5d7 fix word align in count()
  • fd9cacd ensure pointer to shift_r8le/be is aligned
  • edd9508 add builtin_bswap64() and HAVE_BUILTIN_BSWAP64
  • f91b65a remove builtin from parity()
  • 45e2d45 remove some ovbious asserts
  • 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 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 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 2.8.2 to 2.8.5.
- [Changelog](https://github.com/ilanschnell/bitarray/blob/master/doc/changelog.rst)
- [Commits](ilanschnell/bitarray@2.8.2...2.8.5)

---
updated-dependencies:
- dependency-name: bitarray
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 11, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 18, 2023

Superseded by #686.

@dependabot dependabot bot closed this Dec 18, 2023
@dependabot dependabot bot deleted the dependabot/pip/bitarray-2.8.5 branch December 18, 2023 11:16
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