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

build(deps): update numpy requirement from <1.19.0,>=1.16.0 to >=1.16.0,<1.20.0 #65

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Updates the requirements on numpy to permit the latest version.

Release notes

Sourced from numpy's releases.

v1.19.3

NumPy 1.19.3 Release Notes

NumPy 1.19.3 is a small maintenace release with two major improvements:

  • Python 3.9 binary wheels on all supported platforms.
  • OpenBLAS fixes for Windows 10 version 2004 fmod bug.

This release supports Python 3.6-3.9 and is linked with OpenBLAS 3.7 to avoid some of the fmod problems on Windows 10 version 2004. Microsoft is aware of the problem and users should upgrade when the fix becomes available, the fix here is limited in scope.

Contributors

A total of 8 people contributed to this release. People with a "+" by their names contributed a patch for the first time.

  • Charles Harris
  • Chris Brown +
  • Daniel Vanzo +
  • E. Madison Bray +
  • Hugo van Kemenade +
  • Ralf Gommers
  • Sebastian Berg
  • @danbeibei +

Pull requests merged

A total of 10 pull requests were merged for this release.

  • #17298: BLD: set upper versions for build dependencies
  • #17336: BUG: Set deprecated fields to null in PyArray_InitArrFuncs
  • #17446: ENH: Warn on unsupported Python 3.10+
  • #17450: MAINT: Update test_requirements.txt.
  • #17522: ENH: Support for the NVIDIA HPC SDK nvfortran compiler
  • #17568: BUG: Cygwin Workaround for #14787 on affected platforms
  • #17647: BUG: Fix memory leak of buffer-info cache due to relaxed strides
  • #17652: MAINT: Backport openblas_support from master.
  • #17653: TST: Add Python 3.9 to the CI testing on Windows, Mac.
  • #17660: TST: Simplify source path names in test_extending.

Checksums

MD5

Commits
  • 5010177 REL: NumPy 1.19.3 release.
  • cf30722 Merge pull request #17663 from charris/prepare-1.16.3-release
  • 2ecc360 REL: Prepare for the NumPy 1.19.3 release.
  • 6d43019 Merge pull request #17660 from charris/backport-17658
  • eceb8c1 TST: Simplify source path names in test_extending.
  • 3a5f457 Merge pull request #17653 from charris/update-3.9-testing
  • c0f9f78 TST: Disable test_extending on Windows running Python 3.9.
  • 6b3cfef TST: Add Python 3.9 to the CI testing on Windows, Mac.
  • 47ebe80 Merge pull request #17652 from charris/backport-openblas_support
  • 7709a99 MAINT: Backport openblas_support from master.
  • Additional commits viewable in compare view

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)
  • @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)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/master/doc/HOWTO_RELEASE.rst.txt)
- [Commits](numpy/numpy@v1.16.0...v1.19.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Oct 30, 2020
@dermatologist dermatologist merged commit a359a6f into develop Nov 5, 2020
@dermatologist dermatologist deleted the dependabot/pip/numpy-gte-1.16.0-and-lt-1.20.0 branch November 5, 2020 23:44
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant