Skip to content

Bump numpy from 1.17.4 to 1.18.4#194

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/numpy-1.18.4
Closed

Bump numpy from 1.17.4 to 1.18.4#194
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/numpy-1.18.4

Conversation

@dependabot-preview
Copy link
Contributor

Bumps numpy from 1.17.4 to 1.18.4.

Release notes

Sourced from numpy's releases.

v1.18.4


title: 'NumPy 1.18.4 Release Notes'

This is that last planned release in the 1.18.x series. It reverts the bool("0") behavior introduced in 1.18.3 and fixes a bug in Generator.integers. There is also improved help in the error message emitted when numpy import fails due to a link to a new troubleshooting section in the documentation that is now included.

The Python versions supported in this release are 3.5-3.8. Downstream developers should use Cython >= 0.29.15 for Python 3.8 support and OpenBLAS >= 3.7 to avoid errors on the Skylake architecture.

Contributors

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

  • Charles Harris
  • Matti Picus
  • Sebastian Berg
  • Warren Weckesser

Pull requests merged

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

  • #16055 BLD: add i686 for 1.18 builds
  • #16090 BUG: random: Generator.integers(2**32) always returned 0.
  • #16091 BLD: fix path to libgfortran on macOS
  • #16109 REV: Reverts side-effect changes to casting
  • #16114 BLD: put openblas library in local directory on windows
  • #16132 DOC: Change import error "howto" to link to new troubleshooting...

Checksums

MD5

1fe09153c9e6da5c9e73f3ed466da50c  numpy-1.18.4-cp35-cp35m-macosx_10_9_intel.whl
707b0270ece3e9a16905e756884daa48  numpy-1.18.4-cp35-cp35m-manylinux1_i686.whl
47f90c71c3df80ace2b32d011ed1c240  numpy-1.18.4-cp35-cp35m-manylinux1_x86_64.whl
e0e7d9fd9f4c8cf077ba5cda69833d38  numpy-1.18.4-cp35-cp35m-win32.whl
06e844091463932a0d4da103951ffc2c  numpy-1.18.4-cp35-cp35m-win_amd64.whl
32ce3d6d266f1fbfef4a2ff917053718  numpy-1.18.4-cp36-cp36m-macosx_10_9_x86_64.whl
... (truncated)
Commits
  • 9472132 REL: NumPy 1.18.4 release.
  • 40bb731 Merge pull request #16140 from charris/prepare-1.18.4-release
  • b96c124 REL: Prepare for the NumPy 1.18.4 release.
  • e8ace4a Merge pull request #16132 from charris/backport-16014
  • c369fab Fix other comments from Ross and make it ImportError specific
  • c65fbd2 Apply suggestions from code review
  • 8131c2e DOC: Change import error "howto" to link to troubleshooting docs
  • 6586541 Merge pull request #16109 from seberg/revert-accidental-bool-fix
  • 373fb29 Merge pull request #16114 from charris/backport-16101
  • f591381 BLD: put openblas library in local directory on windows (#16101)
  • Additional commits viewable in compare view

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)
  • @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)

Bumps [numpy](https://github.com/numpy/numpy) from 1.17.4 to 1.18.4.
- [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.17.4...v1.18.4)

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 May 4, 2020
@codecov
Copy link

codecov bot commented May 4, 2020

Codecov Report

Merging #194 into master will increase coverage by 0.03%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #194      +/-   ##
==========================================
+ Coverage   82.24%   82.27%   +0.03%     
==========================================
  Files         112      112              
  Lines        9406     9406              
==========================================
+ Hits         7736     7739       +3     
+ Misses       1670     1667       -3     
Flag Coverage Δ
#unittests 82.27% <ø> (+0.03%) ⬆️
Impacted Files Coverage Δ
src/evalg/genprog/generators.py 97.91% <0.00%> (+3.12%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e1c02d1...d0d1b32. Read the comment docs.

@dependabot-preview
Copy link
Contributor Author

Superseded by #218.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/numpy-1.18.4 branch June 4, 2020 14:27
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.

0 participants