Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 26, 2025

Bumps h5netcdf from 1.6.1 to 1.6.4.

Release notes

Sourced from h5netcdf's releases.

release 1.6.4

What's Changed

Full Changelog: h5netcdf/h5netcdf@v1.6.3...v1.6.4

release 1.6.3

What's Changed

Full Changelog: h5netcdf/h5netcdf@v1.6.2...v1.6.3

release 1.6.2

What's Changed

New Contributors

Full Changelog: h5netcdf/h5netcdf@v1.6.1...v1.6.2

Changelog

Sourced from h5netcdf's changelog.

Change Log

Development Version (unreleased):

  • Fix unintentional changes in test suite (:pull:277). By Kai Mühlbauer <https://github.com/kmuehlbauer>_

Version 1.6.4 (August 5th, 2025):

  • Cleanup: pyupgrade --py39-plus (:pull:272). By Kurt Schwehr <https://github.com/schwehr>_
  • Add better error messages when operating on a closed file (:issue:274, :pull:275). By Kai Mühlbauer <https://github.com/kmuehlbauer>_

Version 1.6.3 (June 30th, 2025):

  • fix invalid string format specifier, match raises/warns with messages in test suite, remove tests for h5py < 3.7, fix sphinx issue and pr roles in CHANGELOG.rst (:issue:269, :pull:270). By Kai Mühlbauer <https://github.com/kmuehlbauer>_

Version 1.6.2 (June 26th, 2025):

  • Codespell fixes (:pull:261). By Kurt Schwehr <https://github.com/schwehr>_
  • Fix hsds/h5pyd test fixture spinup issues (:pull:265). By Kai Mühlbauer <https://github.com/kmuehlbauer>_
  • Fix and add circular referrer tests for Python 3.14 and update CI matrix (:pull:264). By Kai Mühlbauer <https://github.com/kmuehlbauer>_
  • Avoid opening h5pyd file to check if there is a preexisting file, instead remap mode "a" -> "r+", resort to "w" if file doesn't exist (:issue:262, :pull:266). By Jonas Grönberg <https://github.com/JonasGronberg>_ and Kai Mühlbauer <https://github.com/kmuehlbauer>_
  • Reduce CI time by installing available scientific-python-nightly-wheels and using pip cache (:pull:267). By Kai Mühlbauer <https://github.com/kmuehlbauer>_

Version 1.6.1 (March 7th, 2025):

  • Let Variable.chunks return None for scalar variables, independent of what the underlying h5ds object returns (:pull:259). By Rickard Holmberg <https://github.com/rho-novatron>_

Version 1.6.0 (March 7th, 2025):

  • Allow specifying h5netcdf.File(driver="h5pyd") to force the use of h5pyd (:issue:255, :pull:256). By Rickard Holmberg <https://github.com/rho-novatron>_
  • Add pytest-mypy-plugins for xarray nightly test (:pull:257). By Kai Mühlbauer <https://github.com/kmuehlbauer>_

Version 1.5.0 (January 26th, 2025):

... (truncated)

Commits
  • a9b04dd REL: 1.6.4 (#276)
  • 5eac40c Add better error messages when operating on a closed file (#275)
  • 9fe68c9 cleanup: pyupgrade --py39-plus (#272)
  • 9765447 REL: 1.6.3 (#271)
  • 251321a fix invalid string format specifier, match raises/warns with messages in test...
  • c262e90 REL: 1.6.2 (#268)
  • 6c0dc28 install available scientific-python-nightly-wheels to reduce CI time (#267)
  • 5117a9f Avoid opening file with h5pyd just to check if it exists (#266)
  • 45c7c86 Fix and add circular referrer tests for Python 3.14 (#264)
  • e4b4151 fix hsds/h5pyd test fixture spinup issues (#265)
  • 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 [h5netcdf](https://github.com/h5netcdf/h5netcdf) from 1.6.1 to 1.6.4.
- [Release notes](https://github.com/h5netcdf/h5netcdf/releases)
- [Changelog](https://github.com/h5netcdf/h5netcdf/blob/main/CHANGELOG.rst)
- [Commits](h5netcdf/h5netcdf@v1.6.1...v1.6.4)

---
updated-dependencies:
- dependency-name: h5netcdf
  dependency-version: 1.6.4
  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 Aug 26, 2025
@brews brews merged commit 7dfe077 into main Aug 26, 2025
2 checks passed
@dependabot dependabot bot deleted the dependabot/pip/h5netcdf-1.6.4 branch August 26, 2025 16:18
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.

2 participants