Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps netcdf4 from 1.4.1 to 1.5.0.1.

Changelog

Sourced from netcdf4's changelog.

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)

  • added support for parallel IO in the classic netcdf-3 formats through the
    pnetcdf library (pull request #897).

version 1.4.3.2 (tag v1.4.3.2)

  • include missing membuf.pyx file in release source tarball.

version 1.4.3.1 (tag v1.4.3.1)

  • fix bug in implementation of NETCDF4_CLASSIC support for parallel IO
    in v1.4.3 release.

version 1.4.3 (tag v1.4.3rel)

  • make set_always_mask work in MFDataset.
  • fix saving diskless files to disk with netcdf-c >= 4.6.2.
  • write to an in-memory Dataset, memoryview buffer returned by Dataset.close()
    (issue #865, requires netcdf-c >= 4.6.2)
  • fix performance regression when using large sequences of consecutive
    integers for indexing with netcdf-c >= 4.6.2 (issue #870).
  • improved error messages for ncinfo and other utilities (issue #873).
  • fix for int64 attributes not being created for NETCDF3_64BIT_DATA (CDF5)
    files (issue #878).
  • fix for MPI parallel error ("NetCDF: Attempt to use feature that was not
    turned on when netCDF was built") using netcdf-c 4.6.2 (issue #883).
  • Added methods set_ncstring_attrs() to Dataset, Group and Variable that
    forces all text attributes to be written as variable length strings (netCDF
    type NC_STRING - issue #882).
  • Allow parallel mode with NETCDF4_CLASSIC files (issue #890).

version 1.4.2 (tag v1.4.2rel)

  • add get_dims Variable method (issue #824)
  • make sure format keyword not ignored when mode is 'ws' (issue #827)
  • fix numpy FutureWarning (non-tuple sequence for
    multidimensional indexing is deprecated), issue #833.
  • add 'master_file' kwarg to MFDataset.init (issue #835).
  • always use nc_get_vars for strided access over OpenDAP (issue #838).
  • raise FutureWarning when trying to set multi-dimensional array attribute
    while still silently flattening the array (issue #841). Will change
    to ValueError in next release (1.4.3).
... (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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 14, 2019
@weiji14
Copy link
Owner

weiji14 commented Apr 16, 2019

@dependabot ignore this minor version. Broken since NetCDF 1.4.2, see also #58.

@dependabot-preview
Copy link
Contributor Author

OK, I won't notify you about version 1.5.x again, unless you re-open this PR or update to a 1.5.x release yourself.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/netcdf4-1.5.0.1 branch April 16, 2019 06:53
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.

2 participants