Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 17, 2025

Bumps h5netcdf from 1.5.0 to 1.6.1.

Release notes

Sourced from h5netcdf's releases.

release 1.6.1

What's Changed

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

release 1.6.0

What's Changed

New Contributors

Full Changelog: h5netcdf/h5netcdf@v1.5.0...v1.6.0

Changelog

Sourced from h5netcdf's changelog.

Change Log

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):

  • Update CI to new versions (Python 3.13, 3.14 alpha), remove numpy 1 from h5pyd runs ({pull}250). By Kai Mühlbauer <https://github.com/kmuehlbauer>_
  • Update CI and reinstate h5pyd/hsds test runs ({pull}247). By John Readey <https://github.com/jreadey>_
  • Allow zlib to be used as an alias for gzip for enhanced compatibility with h5netcdf's API and xarray. By Mark Harfouche <https://github.com/hmaarrfk>_

Version 1.4.1 (November 13th, 2024):

  • Add CI run for hdf5 1.10.6, fix complex tests, fix enum/user type tests ({pull}244). By Kai Mühlbauer <https://github.com/kmuehlbauer>_

Version 1.4.0 (October 7th, 2024):

  • Add UserType class, add EnumType ({pull}229). By Kai Mühlbauer <https://github.com/kmuehlbauer>_
  • Refactor fillvalue and dtype handling for user types, enhance sanity checks and tests ({pull}230). By Kai Mühlbauer <https://github.com/kmuehlbauer>_
  • Add VLType and CompoundType, commit complex compound type to file. Align with nc-complex ({pull}227). By Kai Mühlbauer <https://github.com/kmuehlbauer>_
  • Update h5pyd testing. By Kai Mühlbauer <https://github.com/kmuehlbauer>_
  • CI and lint maintenance ({pull}235). By Kai Mühlbauer <https://github.com/kmuehlbauer>_
  • Support wrapping an h5py File object. Closing the h5netcdf file object does not close the h5py file ({pull}238). By Thomas Kluyver <https://github.com/takluyver>_
  • CI and lint maintenance (format README.rst, use more f-strings, change Python 3.9 to 3.10 in CI) ({pull}239). By Kai Mühlbauer <https://github.com/kmuehlbauer>_

Version 1.3.0 (November 7th, 2023):

... (truncated)

Commits

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.5.0 to 1.6.1.
- [Release notes](https://github.com/h5netcdf/h5netcdf/releases)
- [Changelog](https://github.com/h5netcdf/h5netcdf/blob/main/CHANGELOG.rst)
- [Commits](h5netcdf/h5netcdf@v1.5.0...v1.6.1)

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

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 Mar 17, 2025
@brews brews merged commit 0cc033c into main Mar 17, 2025
2 checks passed
@dependabot dependabot bot deleted the dependabot/pip/h5netcdf-1.6.1 branch March 17, 2025 21:37
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