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 h5netcdf from 1.3.0 to 1.4.0 #656

Merged
merged 1 commit into from
Oct 8, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2024

Bumps h5netcdf from 1.3.0 to 1.4.0.

Release notes

Sourced from h5netcdf's releases.

v1.4.0

What's Changed

New Contributors

Full Changelog: h5netcdf/h5netcdf@v1.3.0...v1.4.0

Changelog

Sourced from h5netcdf's changelog.

Change Log

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

  • Add ros3 support by checking driver-kwarg. By Ezequiel Cimadevilla Alvarez <https://github.com/zequihg50>_
  • Code and CI maintenance. By Mark Harfouche <https://github.com/hmaarrfk>_ and Kai Mühlbauer <https://github.com/kmuehlbauer>_.

Version 1.2.0 (June 2nd, 2023):

  • Remove h5py2 compatibility code, remove h5py2 CI runs, mention NEP29 as upstream dependency support strategy. By Kai Mühlbauer <https://github.com/kmuehlbauer>_ and Mark Harfouche <https://github.com/hmaarrfk>_.
  • Update to pyproject.toml-only build process, adapt CI, use ruff for linting, add .pre-commit-config.yaml. By Kai Mühlbauer <https://github.com/kmuehlbauer>_.
  • Maintenance CI (use setup-micromamba), fix hsds, fix tests, fix license. By Kai Mühlbauer <https://github.com/kmuehlbauer>_.
  • Raise early with h5py-error. By Kai Mühlbauer <https://github.com/kmuehlbauer>_.
  • Add simple test to ensure that the shape is stored in the coordinates. By Mark Harfouche <https://github.com/hmaarrfk>_.

Version 1.1.0 (November 23rd, 2022):

  • Rework adding FillValue-attribute, add tests. By Kai Mühlbauer <https://github.com/kmuehlbauer>.
  • Add special add_phony method for creating phony dimensions, add test. By Kai Mühlbauer <https://github.com/kmuehlbauer>_.

... (truncated)

Commits
  • b2ac2d7 REL: v1.4.0 (#241)
  • 163a01b add VLType and CompoundType, commit complex compound type to file (#227)
  • 60a3f9b MNT: Lint and ci (#239)
  • 706b12e Support wrapping an h5py File object (#238)
  • 1b200a1 Bump peaceiris/actions-gh-pages from 3 to 4 (#233)
  • 6b209f3 MNT: CI and Lint (#235)
  • b19d4a0 ADD: Refactor fillvalue and dtype handling for user types, enhance tests (#230)
  • 5e274ed ADD: UserType class, inherit EnumType from UserType (#229)
  • 593c042 FIX: use correct version tag for hsds in CI workflow
  • 48b0223 MNT: pin hsds to 0.8.0 (latest known working version), update h5pyd tests, us...
  • 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.3.0 to 1.4.0.
- [Release notes](https://github.com/h5netcdf/h5netcdf/releases)
- [Changelog](https://github.com/h5netcdf/h5netcdf/blob/main/CHANGELOG.rst)
- [Commits](h5netcdf/h5netcdf@v1.3.0...v1.4.0)

---
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 the dependencies Pull requests that update a dependency file label Oct 7, 2024
@dionhaefner dionhaefner merged commit 5e8873a into main Oct 8, 2024
16 checks passed
@dionhaefner dionhaefner deleted the dependabot/pip/h5netcdf-1.4.0 branch October 8, 2024 07:17
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