glotzerlab / signac

Manage large and heterogeneous data spaces on the file system.
https://signac.io/
BSD 3-Clause "New" or "Revised" License
130 stars 36 forks source link

Bump tables from 3.9.1 to 3.9.2 #959

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

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 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)
codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

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

:exclamation: 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 ```diff @@ 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 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.