FREVA-CLINT / freva

The Free Evaluation System Framework (FreVa)
Other
10 stars 3 forks source link

Bump h5netcdf from 1.1.0 to 1.2.0 in /.github/dependabot #112

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps h5netcdf from 1.1.0 to 1.2.0.

Release notes

Sourced from h5netcdf's releases.

release 1.2.0

What's Changed

Full Changelog: https://github.com/h5netcdf/h5netcdf/compare/v1.1.0...v1.2.0

Changelog

Sourced from h5netcdf's changelog.

Change Log

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>_.
  • Rewrite unlabeled_dimension_mix (labeled/unlabeled), add tests. By Kai Mühlbauer <https://github.com/kmuehlbauer>.
  • Add default netcdf fillvalues, pad only if necessary, adapt tests. By Kai Mühlbauer <https://github.com/kmuehlbauer>_.
  • Fix regression in padding algorithm, add test. By Kai Mühlbauer <https://github.com/kmuehlbauer>_.
  • Set track_order=True by default in created files if h5py 3.7.0 or greater is detected to help compatibility with netCDF4-c programs. By Mark Harfouche <https://github.com/hmaarrfk>_.

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>_ and Kai 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>_.

... (truncated)

Commits
  • 2951cf8 release 1.2.0 (#214)
  • 1772805 Add simple test to ensure that the shape is stored in the coordinates (#199)
  • ba0cd65 FIX: raise early for mismatched object string (#213)
  • 3138c72 MNT: move to setup-micromamba in CI (#212)
  • 298d30c MNT: update build, ci and linting (#210)
  • 18c86f4 MNT: add netCDF4 and dask to xarray CI test run (#201)
  • b35cf24 MNT: Remove h5py2 compatibility code, drop Python=3.7, adopt NEP29 (#194)
  • See full diff 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 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)