Skip to content

Bump numpy from 1.17.4 to 1.18.0#119

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

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

Conversation

@dependabot-preview
Copy link
Contributor

Bumps numpy from 1.17.4 to 1.18.0.

Release notes

Sourced from numpy's releases.

v1.18.0

NumPy NumPy 1.18.0 Release Notes

In addition to the usual bug fixes, this NumPy release cleans up and documents the new random C-API, expires a large number of old deprecations, and improves the appearance of the documentation. The Python versions supported are 3.5-3.8. This is the last NumPy release series that will support Python 3.5.

Downstream developers should use Cython >= 0.29.14 for Python 3.8 support and OpenBLAS >= 3.7 to avoid problems on the Skylake architecture.

Highlights

  • The C-API for numpy.random has been defined and documented.
  • Basic infrastructure for linking with 64 bit BLAS and LAPACK libraries.
  • Many documentation improvements.

New functions

Multivariate hypergeometric distribution added to numpy.random

The method multivariate_hypergeometric has been added to the class [numpy.random.Generator]{.title-ref}. This method generates random variates from the multivariate hypergeometric probability distribution. (gh-13794)

Deprecations

np.fromfile and np.fromstring will error on bad data

In future numpy releases, the functions np.fromfile and np.fromstring will throw an error when parsing bad data. This will now give a DeprecationWarning where previously partial or even invalid data was silently returned. This deprecation also affects the C defined functions PyArray_FromString and PyArray_FromFile (gh-13605)

Deprecate non-scalar arrays as fill values in ma.fill_value

Setting a MaskedArray.fill_value to a non-scalar array is deprecated since the logic to broadcast the fill value to the array is fragile, especially when slicing. (gh-13698)

... (truncated)
Commits
  • 2410c6d REL: NumPy 1.18.0 release.
  • 457b430 Merge pull request #15146 from charris/prepare-1.18.0-release
  • b0913d1 REL: Prepare for 1.18.0 release.
  • 791bbba Merge pull request #15114 from charris/backport-15069
  • ed41774 Merge pull request #15113 from charris/backport-15106
  • 912a9cc DOC: explain NPY_*_ILP64_ORDER default values
  • 5cb8130 DOC: adjust ILP64 openblas release note
  • 97610ff DOC: site.cfg: add note about 64-bit openblas library names
  • 9466d31 BUG: core: use blas_ilp64 also for *_matmul, *_dot, and *_vdot
  • 8d64296 DOC: document 64-bit BLAS/LAPACK build-time variables
  • 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.0.
- [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.0)

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 Dec 23, 2019
@codecov
Copy link

codecov bot commented Dec 23, 2019

Codecov Report

Merging #119 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #119   +/-   ##
=======================================
  Coverage   82.24%   82.24%           
=======================================
  Files         112      112           
  Lines        9406     9406           
=======================================
  Hits         7736     7736           
  Misses       1670     1670
Flag Coverage Δ
#unittests 82.24% <ø> (ø) ⬆️
Impacted Files Coverage Δ
src/evalg/genprog/mutation.py 90.9% <0%> (-1.02%) ⬇️
src/evalg/genprog/generators.py 95.83% <0%> (+1.04%) ⬆️

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...7c3e40e. Read the comment docs.

@dependabot-preview
Copy link
Contributor Author

Superseded by #125.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/numpy-1.18.0 branch January 7, 2020 10:41
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