Skip to content
This repository was archived by the owner on Apr 15, 2021. It is now read-only.

Bump netcdf4 from 1.4.2 to 1.5.3#20

Open
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/netcdf4-1.5.3
Open

Bump netcdf4 from 1.4.2 to 1.5.3#20
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/netcdf4-1.5.3

Conversation

@dependabot-preview
Copy link
Copy Markdown

Bumps netcdf4 from 1.4.2 to 1.5.3.

Changelog

Sourced from netcdf4's changelog.

version 1.5.3 (tag v1.5.3rel)

  • make sure arrays are masked that are not filled when auto_fill is off
    (issue #972).
  • python 3.8 binary wheels.

version 1.5.2 (tag v1.5.2rel)

  • fix for scaling bug when _Unsigned attribute is set and byteorder of data
    does not match native byteorder (issue #930).
  • revise documentation for Python 3 (issue #946).
  • establish support for Python 2.7, 3.5, 3.6 and 3.7 (issue #948).
  • use dict built-in instead of OrderedDict for Python 3.7+
    (pull request #955).
  • remove underline ANSI in Dataset string representation (pull request #956).
  • remove newlines from string representation (pull request #960).
  • fix for issue #957 (size of scalar var is a float since numpy.prod(())=1.0).
  • make sure Variable.setncattr fails to set _FillValue (issue #959).
  • fix detection of parallel HDF5 support with netcdf-c 4.6.1 (issue #964).

version 1.5.1.2 (tag v1.5.1.2rel)

  • fix another slicing bug introduced by the fix to issue #906 (issue #922).

version 1.5.1.1 (tag v1.5.1.1rel)

  • fixed version attribute (was set incorrectly in 1.5.1 release).
  • fix for issue #919 (assigning 2d array to 3d variable with singleton
    first dimension with v[:] = a).
  • minimum numpy changed from 1.9.0 to 1.10.0.

version 1.5.1 (tag v1.5.1rel)

  • fix issue #908 by adding workaround for incorrect value returned
    by nc_inq_var_fill for netcdf-c < 4.5.1.
  • fix bug writing slice to unlimited dimension that is not the first
    (leftmost). Issue #906.
  • make sure data gets converted to type of scale_factor when add_offset=0
    and scale_factor=1 (issue #913).
  • fix for reading empty (NIL) string attributes (issue #915).

version 1.5.0.1 (tag v1.5.0.1rel)

  • binary wheels for linux and macosx rebuilt against netcdf-c 4.6.3 (instead
    of 4.4.1.1).
  • add read-shared mode (mode='rs'). Significantly speeds up reads of NETCDF3
    files (pull request #902).

version 1.5.0 (tag v1.5.0rel)

... (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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Dec 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants