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.9.2 to 2.9.3 in /requirements #22756

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 11, 2024

Bumps bitarray from 2.9.2 to 2.9.3.

Changelog

Sourced from bitarray's changelog.

Change log

2.9.3 (2024-10-10):

  • add official Python 3.13 support
  • update cibuildwheel to 2.21.3
  • minor simplifications
  • fix some typos

2.9.2 (2024-01-01):

  • optimize initialization from strings by not constantly resizing buffer
  • optimize util.hex2ba() and util.base2ba() by avoiding unnecessary copies
  • optimize util.base2ba() and util.ba2base() for n=16 (hexadecimal)

2.9.1 (2023-12-23):

  • avoid buffer being unnecessarily initialized with 0s in several functions of the bitarray.util module
  • fix .count() type hint in pyi-file
  • improve testing

2.9.0 (2023-12-17):

  • deprecate support for Python 2 - Python 2.7 support will be removed in bitarray version 3.0, see roadmap <https://github.com/ilanschnell/bitarray#roadmap>__
  • bitarray(n) for integer initializer n will always return a bitarray of length n with all items initialized to 0, see [#212](https://github.com/ilanschnell/bitarray/issues/212) <https://github.com/ilanschnell/bitarray/issues/212>__
  • allow sub-bitarray in .count(), [#212](https://github.com/ilanschnell/bitarray/issues/212) <https://github.com/ilanschnell/bitarray/issues/212>__
  • add util.ones()
  • .find() and .index(): add keyword argument right for rightmost index
  • .itersearch(): add start and stop argument, and keyword argument right (for descending order - starting with rightmost match)
  • deprecate util.rindex() (will be removed in 3.0 release), use .index(..., right=True) instead
  • deprecate util.make_endian() (will be removed in 3.0 release), use bitarray(..., endian=...) instead

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

... (truncated)

Commits
  • e33f0a9 add release date - update docs
  • 61ed97b add Python 3.13 support - update build_wheels.yml
  • 32674fd skip test_overflow in debug mode
  • b273ab4 rolling back upload-artifact to v3
  • 7028800 update upload-artifact to v4
  • 0136389 update month in roadmap
  • e4dfedd udpate changelog
  • d5fd48e Merge pull request #218 from ilanschnell/dependabot/github_actions/dot-github...
  • 165c99b Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
  • d8600e9 switch to macos-12 in github action
  • 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.9.2 to 2.9.3.
- [Changelog](https://github.com/ilanschnell/bitarray/blob/2.9.3/doc/changelog.rst)
- [Commits](ilanschnell/bitarray@2.9.2...2.9.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 11, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 16, 2024

Superseded by #22770.

@dependabot dependabot bot closed this Oct 16, 2024
@dependabot dependabot bot deleted the dependabot/pip/requirements/bitarray-2.9.3 branch October 16, 2024 12:02
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