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

Update h5netcdf requirement from ~=0.15.0 to ~=1.1.0 #347

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 23, 2022

Updates the requirements on h5netcdf to permit the latest version.

Release notes

Sourced from h5netcdf's releases.

release 1.1.0

What's Changed

Full Changelog: h5netcdf/h5netcdf@v1.0.2...v1.1.0

Changelog

Sourced from h5netcdf's changelog.

Change Log

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>_.
  • Remove _NCProperties from existing file if writing invalid netcdf features. Warn users if .nc file extension is used writing invalid netcdf features. By Kai 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 using sphinx-doc and sphinx-book-theme. By Kai Mühlbauer <https://github.com/kmuehlbauer>_.

Version 0.14.1 (March 2nd, 2022):

... (truncated)

Commits
  • cc8d829 REL: 1.1.0 (#190)
  • 8171bb3 Make track_order True as default if h5py is 3.7.0 or greater (#186)
  • bcb44e2 FIX: test for iterable and return early in _transform_1d_boolean_indexers
  • 1b1ee56 Add h5py-version ["3.6", "3.7"] to build matrix
  • ffce2aa Add h5netcdf/_version.py to gitignore (#187)
  • e3a425b Ensure we don't create test nc files in the user's git repo (#185)
  • 4ee8f23 ENH: add xarray downstream tests
  • 3482a3d FIX: check for instance of ndarray and list, add test, add CHANGELOG.rst entry
  • 1168b4f FIX: lint
  • 8186e6a FIX: use default netcdf fillvalues for legacy api, pad returned array only if...
  • 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 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)

Updates the requirements on [h5netcdf](https://github.com/h5netcdf/h5netcdf) to permit the latest version.
- [Release notes](https://github.com/h5netcdf/h5netcdf/releases)
- [Changelog](https://github.com/h5netcdf/h5netcdf/blob/main/CHANGELOG.rst)
- [Commits](h5netcdf/h5netcdf@v0.15.0...v1.1.0)

---
updated-dependencies:
- dependency-name: h5netcdf
  dependency-type: direct:production
...

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 Nov 23, 2022
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.

None yet

0 participants