Skip to content

Bump netcdf4 from 1.5.4 to 1.6.2#177

Open
dependabot[bot] wants to merge 1 commit into
+master+master+master+from
dependabot/pip/netcdf4-1.6.2
Open

Bump netcdf4 from 1.5.4 to 1.6.2#177
dependabot[bot] wants to merge 1 commit into
+master+master+master+from
dependabot/pip/netcdf4-1.6.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 18, 2022

Copy link
Copy Markdown

Bumps netcdf4 from 1.5.4 to 1.6.2.

Changelog

Sourced from netcdf4's changelog.

version 1.6.2 (tag v1.6.2rel)

  • Added netCDF4.__has_set_alignment__ property to help identify if the underlying netcdf4 supports setting the HDF5 alignment.
  • Slicing multi-dimensional variables with an all False boolean index array now returns an empty numpy array (instead of raising an exception - issue #1197). Behavior now consistent with numpy slicing.
  • fix problem with compiling using netcdf-c < 4.9.0 (issue #1209)

version 1.6.1 (tag v1.6.1rel)

  • add Dataset methods has__filter (where =zstd,blosc,bzip2,szip) to check for availability of extra compression filters.
  • release GIL for all C-lib calls (issue #1180).
  • Add support for nc_set_alignment and nc_get_alignment to control alignment of data within HDF5 files.

version 1.6.0 (tag v1.6.0rel)

  • add support for new quantization functionality in netcdf-c 4.9.0 via "signficant_digits" and "quantize_mode" kwargs in Dataset.createVariable. Default quantization_mode is "BitGroom", but alternate methods "BitRound" and GranularBitRound" also supported.
  • opening a Dataset in append mode (mode = 'a' or 'r+') creates a Dataset if one does not already exist (similar to python open builtin). Issue #1144. Added a mode='x' option (as in python open) which is the same as mode='w' with clobber=False.
  • allow createVariable to accept either Dimension instances or Dimension names in "dimensions" tuple kwarg (issue #1145).
  • remove all vestiges of python 2 in _netCDF4.pyx and set cython language_level directive to 3 in setup.py.
  • add 'compression' kwarg to createVariable to enable new compression functionality in netcdf-c 4.9.0. 'None','zlib','szip','zstd','bzip2' 'blosc_lz','blosc_lz4','blosc_lz4hc','blosc_zlib' and 'blosc_zstd' are currently supported. 'blosc_shuffle', 'szip_mask' and 'szip_pixels_per_block' kwargs also added. compression='zlib' is equivalent to (the now deprecated) zlib=True. If the environment variable NETCDF_PLUGIN_DIR is set to point to the directory with the compression plugin lib__nc* files, then the compression plugins will be installed within the package and be automatically available (the binary wheels have this). Otherwise, the environment variable HDF5_PLUGIN_PATH needs to be set at runtime to point to plugins in order to use the new compression options.
  • MFDataset did not aggregate 'name' variable attribute (issue #1153).
  • issue warning instead of raising an exception if missing_value or _FillValue can't be cast to the variable type when creating a masked array (issue #1152).
  • Define MPI_Session for compatibility with current mpi4py (PR #1156).

version 1.5.8 (tag v1.5.8rel)

... (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 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 [netcdf4](https://github.com/Unidata/netcdf4-python) from 1.5.4 to 1.6.2.
- [Release notes](https://github.com/Unidata/netcdf4-python/releases)
- [Changelog](https://github.com/Unidata/netcdf4-python/blob/master/Changelog)
- [Commits](https://github.com/Unidata/netcdf4-python/commits/v1.6.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Nov 18, 2022

Copy link
Copy Markdown
Author

Dependabot tried to add @jsnel as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/admdev8/pyglotaran/pulls/177/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the admdev8/pyglotaran repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Nov 18, 2022
@performance-testing-bot

Copy link
Copy Markdown

Unable to locate .performanceTestingBot config file

@trafico-bot trafico-bot Bot added the 🔍 Ready for Review Pull Request is not reviewed yet label Nov 18, 2022
@vizipi

vizipi Bot commented Nov 18, 2022

Copy link
Copy Markdown

Pull request analysis by VIZIPI

Below you will find who is the most qualified team member to review your code.
This analysis includes his/her work on the code included in this Pull request, in addition to their experience in code affected by these changes ( partly found within the list of potential missing files below )   Feedback always welcome

No other active qualified developers found to review these specific changes. You might consider involving more team members with these code segments.


Potential missing files from this Pull request

No commonly committed files found with a 40% threashold


Committed file ranks

(click to expand)
  • 99.95%[requirements_dev.txt]
  • 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 🔍 Ready for Review Pull Request is not reviewed yet size/XS

    Projects

    None yet

    Development

    Successfully merging this pull request may close these issues.

    0 participants