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 blosc2 from 2.2.9 to 2.3.1 in /etc/requirements_dependabot #235

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 8, 2023

Bumps blosc2 from 2.2.9 to 2.3.1.

Release notes

Sourced from blosc2's releases.

Release 2.3.1

Changes from 2.3.0 to 2.3.1

  • Temporarily disable AVX512 support in C-Blosc2 for wheels built by CI until run-time detection works properly.

Changes from 2.2.9 to 2.3.0

  • Require at least Cython 3 for building. Using previous versions worked but error handling was not correct (wheels were being built with Cython 3 anyway).

  • New NDArray.to_cframe() method and blosc2.ndarray_from_cframe() function for serializing and deserializing NDArrays to/from contiguous in-memory frames. Thanks to Francesc Alted.

  • Add an optional offset argument to blosc2.schunk.open(), to access super-chunks stored in containers like HDF5. Thanks to Ivan Vilata.

  • Assorted minor fixes to the blocksize/blockshape computation algorithm, avoiding some cases where it resulted in values exceeding maximum limits. Thanks to Ivan Vilata.

  • Updated to latest C-Blosc2 2.11.2. It adds AVX512 support for the bitshuffle filter, fixes ARM and Raspberry Pi compatibility and assorted issues.

  • Add python-blosc2 package definition for Guix. Thanks to Ivan Vilata.

Changelog

Sourced from blosc2's changelog.

Changes from 2.3.1 to 2.3.2

XXX version-specific blurb XXX

Changes from 2.3.0 to 2.3.1

  • Temporarily disable AVX512 support in C-Blosc2 for wheels built by CI until run-time detection works properly.
Commits
  • 3c730ef Getting ready for release 2.3.1
  • 1f7482b Disable AVX512 in CI wheels/sdist builds via setup.py option
  • bb43188 Also disable AVX512 when building from sdist in CI
  • 1389272 Disable AVX512 when building wheels
  • 12c6a66 Consistent quoting in release instructions
  • b779b66 Assorted minor fixes to release instructions
  • a52cc9b Post 2.3.0 release actions done
  • f86c0c0 Getting ready for release 2.3.0
  • c43437e Update C-Blosc2 sources to v2.11.2
  • 83abb7a Minor fix to release procedure on updating C-Blosc2 sources
  • 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 [blosc2](https://github.com/Blosc/python-blosc2) from 2.2.9 to 2.3.1.
- [Release notes](https://github.com/Blosc/python-blosc2/releases)
- [Changelog](https://github.com/Blosc/python-blosc2/blob/main/RELEASE_NOTES.md)
- [Commits](Blosc/python-blosc2@v2.2.9...v2.3.1)

---
updated-dependencies:
- dependency-name: blosc2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Nov 8, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 1, 2023

Superseded by #241.

@dependabot dependabot bot closed this Dec 1, 2023
@dependabot dependabot bot deleted the dependabot/pip/etc/requirements_dependabot/blosc2-2.3.1 branch December 1, 2023 22:33
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