Update h5netcdf requirement from ~=0.15.0 to ~=1.0.2
Updates the requirements on h5netcdf to permit the latest version.
Release notes
Sourced from h5netcdf's releases.
release 1.0.2
Bugfix release
- Fix failing tests when using h5py 3.7.0.
- Adapt boolean indexing for h5py 3.7.0
Full Changelog: https://github.com/h5netcdf/h5netcdf/compare/v1.0.1...v1.0.2
Changelog
Sourced from h5netcdf's changelog.
Change Log
Version 1.0.2 (August 2nd, 2022):
- Adapt boolean indexing as h5py 3.7.0 started supporting it. By
Kai Mühlbauer <https://github.com/kmuehlbauer>_.- Fix several tests to work with new h5py 3.7.0. By
Mark Harfouche <https://github.com/hmaarrfk>_ andKai Mühlbauer <https://github.com/kmuehlbauer>_.Version 1.0.1 (June 27th, 2022):
- Fix failing tests when using netCDF4 4.9.0. Reported and patch submitted by
Bas Couwenberg <https://github.com/sebastic>_.Version 1.0.0 (March 31st, 2022):
- Add HSDS pytest-fixture, make tests work with h5ypd. By
Aleksandar Jelenak <https://github.com/ajelenak>_.- Remove
_NCPropertiesfrom existing file if writing invalid netcdf features. Warn users if.ncfile extension is used writing invalid netcdf features. ByKai Mühlbauer <https://github.com/kmuehlbauer>_.- Remove deprecated code (eg. remove deprecated code (eg. handling mode, chunking_heuristics, decode_vlen_strings), adapt LICENSE/AUTHOR.txt, prepare repository for release 1.0. By
Kai Mühlbauer <https://github.com/kmuehlbauer>_.Version 0.15.0 (March 18th, 2022):
- Add documentation to
h5netcdf, merging current available documentation available as.rst-files, in the repo-wiki and new API-docs into one document usingsphinx-docandsphinx-book-theme. ByKai Mühlbauer <https://github.com/kmuehlbauer>_.Version 0.14.1 (March 2nd, 2022):
- Directly return non-string
Empty-type attributes as empty numpy-ndarray. ByKai Mühlbauer <https://github.com/kmuehlbauer>_.Version 0.14.0 (February 25, 2022):
- Add
chunking_heuristickeyword and custom heuristicchunking_heuristic="h5netcdf"with better handling of unlimited dimensions. ByDion Häfner <https://github.com/dionhaefner>_.- Return group name instead of full group path for legacy API. By
Kai Mühlbauer <https://github.com/kmuehlbauer>_.- Add
endiankeyword argumentlegacyapi.Dataset.createVariable. ByKai Mühlbauer <https://github.com/kmuehlbauer>_.- Resize Dimensions when writing to variables (legacy API only), return padded arrays. By
Kai Mühlbauer <https://github.com/kmuehlbauer>_.- Allow 1D boolean indexers in legacy API.
... (truncated)
Commits
0f2ca2eREL: 1.0.2 (#180)ca0ba1bMNT: mention h5py 3.7.0. test fixes in CHANGELOG.rstd376610Fixup tracking order test7fd2dabMNT: add new contributor68d125aFIX: adapt boolean indexing as h5py v3.7.0 started supporting it9c0269fREL: 1.0.10e6f757FIX: test dict items separately, see https://github.com/h5netcdf/h5netcdf/iss...fc6e8a1MNT: use sphinx-book-theme >= 0.3.2ff0326cMNT: add netCDF4 nightly test70c3de7REL: 1.0.0 (#169)- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
Merging #4462 (9cd336e) into master (06ddae2) will not change coverage. The diff coverage is
n/a.
@@ Coverage Diff @@
## master #4462 +/- ##
=======================================
Coverage 68.19% 68.19%
=======================================
Files 339 339
Lines 32013 32013
=======================================
Hits 21831 21831
Misses 10182 10182
@dependabot rebase
@dependabot rebase
@dependabot rebase
Looks like h5netcdf is up-to-date now, so this is no longer needed.