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 tables from 3.9.1 to 3.9.2 #959

Merged
merged 1 commit into from
Dec 4, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps tables from 3.9.1 to 3.9.2.

Release notes

Sourced from tables's releases.

Release v3.9.2

Changes from 3.9.1 to 3.9.2

Bugfixes

  • Fix the assembly of returned slice data in Blosc2 NDim optimized slice reads by using Blosc2's b2nd_copy_buffer (#1078). The bug only showed up when the chunk did not fully cover the innermost dimension. Add unit tests to ckeck for regressions, along with foreign-generated files, and enable and fix Blosc2 NDim tests which were not being run. Thanks to Ivan Vilata.

Improvements

  • PyTables wheels now use a threadsafe build of the HDF5 library (#1075 and #1077). Concurrent reads should be possible with no need for additional locking or monkey-patching of the file open function. Thanks to Kiet Pham.
  • Partial support for the future NumPy 2, with some tests still failing (#1068). Thanks to Thomas Grainger.
  • Relax the reading of Blosc2 NDim to cope with datasets stored with other tools (#1072), e.g. missing chunk rank/shape in filter values, having HDF5 chunks where the Blosc2 super-chunk contains more than one inner chunk, or chunks with data not padded to the full chunk size (example script and tests included). Also enhance checks, comments and logged messages. Thanks to Ivan Vilata.

Other changes

  • Drop compatibility with the obsolete HDF5 1.8 API. PyTables now requires at least the 1.10 API (#1080). Thanks to Antonio Valentino.
  • Require python-blosc2 >= 2.3.0 or c-blosc2 >= 2.11.0 (which adds support for the b2nd_copy_buffer function).
  • Use the main Conda Forge channel for Python 3.12 (#1066). Thanks to Thomas Grainger.
  • Assorted fixes to the b2nd slicing benchmark. Thanks to Ivan Vilata.
  • Assorted fixes to b2nd slicing optimization tips (#1069). Thanks to Ivan Vilata.

Thanks

In alphabetical order:

  • Antonio Valentino
  • Ivan Vilata
  • Kiet Pham
  • Thomas Grainger
Changelog

Sourced from tables's changelog.

Changes from 3.9.2 to 3.9.3

XXX version-specific blurb XXX

Commits
  • ae689fd Merge branch 'releases/v3.9.2'
  • f580b56 Update release date in timeline
  • d26655d Add notes in announcement
  • db32bd3 Update release notes after scanning changes from v3.9.1
  • 9d4f6c0 Bump version to v3.9.2 and set release date in timeline
  • a0124f5 Fix b2nd slicing benchmark data types
  • fc190af Minor fixes to b2nd benchmark
  • 71d093d Merge pull request #1080 from avalentino/feature/H5_USE_110_API
  • 6e4fa4b Remove compatibility code and clean cdocs/comments for HDF5 1.8.x
  • 9430c50 Update comments in setup.py
  • 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)

@dependabot dependabot bot requested a review from a team as a code owner December 1, 2023 09:16
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 1, 2023
Copy link

codecov bot commented Dec 1, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (001f7aa) 85.40% compared to head (5d235f8) 85.63%.

❗ Current head 5d235f8 differs from pull request most recent head 3ab538b. Consider uploading reports for the commit 3ab538b to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #959      +/-   ##
==========================================
+ Coverage   85.40%   85.63%   +0.23%     
==========================================
  Files          20       20              
  Lines        3461     3461              
  Branches      758      758              
==========================================
+ Hits         2956     2964       +8     
+ Misses        344      338       -6     
+ Partials      161      159       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dependabot dependabot bot force-pushed the dependabot/pip/tables-3.9.2 branch 3 times, most recently from 7ec3dba to 5d235f8 Compare December 1, 2023 23:38
Bumps [tables](https://github.com/PyTables/PyTables) from 3.9.1 to 3.9.2.
- [Release notes](https://github.com/PyTables/PyTables/releases)
- [Changelog](https://github.com/PyTables/PyTables/blob/master/RELEASE_NOTES.rst)
- [Commits](PyTables/PyTables@v3.9.1...v3.9.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/tables-3.9.2 branch from 5d235f8 to 3ab538b Compare December 4, 2023 15:50
@b-butler b-butler merged commit a62f06d into main Dec 4, 2023
16 checks passed
@b-butler b-butler deleted the dependabot/pip/tables-3.9.2 branch December 4, 2023 18:31
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant