MrRobb / gym-rs

OpenAI Gym bindings for Rust
MIT License
61 stars 4 forks source link

Bump numpy from 1.17.2 to 1.17.3 #10

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 years ago

Bumps numpy from 1.17.2 to 1.17.3.

Release notes *Sourced from [numpy's releases](https://github.com/numpy/numpy/releases).* > ## v1.17.3 > NumPy 1.17.3 Release Notes > ========================== > > This release contains fixes for bugs reported against NumPy 1.17.2 along with a > some documentation improvements. The Python versions supported in this release > are 3.5-3.8. > > Downstream developers should use Cython >= 0.29.13 for Python 3.8 support and > OpenBLAS >= 3.7 to avoid errors on the Skylake architecture. > > > Highlights > ========== > > - Wheels for Python 3.8 > - Boolean ``matmul`` fixed to use booleans instead of integers. > > > Compatibility notes > =================== > > - The seldom used ``PyArray_DescrCheck`` macro has been changed/fixed. > > > Contributors > ============ > > A total of 7 people contributed to this release. People with a "+" by their > names contributed a patch for the first time. > > * Allan Haldane > * Charles Harris > * Kevin Sheppard > * Matti Picus > * Ralf Gommers > * Sebastian Berg > * Warren Weckesser > > > Pull requests merged > ==================== > > A total of 12 pull requests were merged for this release. > > * [#14456](https://github-redirect.dependabot.com/numpy/numpy/issues/14456): MAINT: clean up pocketfft modules inside numpy.fft namespace. > * [#14463](https://github-redirect.dependabot.com/numpy/numpy/issues/14463): BUG: random.hypergeometic assumes npy_long is npy_int64, hung... > * [#14502](https://github-redirect.dependabot.com/numpy/numpy/issues/14502): BUG: random: Revert [gh-14458](https://github-redirect.dependabot.com/numpy/numpy/issues/14458) and refix [gh-14557](https://github-redirect.dependabot.com/numpy/numpy/issues/14557). > * [#14504](https://github-redirect.dependabot.com/numpy/numpy/issues/14504): BUG: add a specialized loop for boolean matmul. > * [#14506](https://github-redirect.dependabot.com/numpy/numpy/issues/14506): MAINT: Update pytest version for Python 3.8 > ... (truncated)
Commits - [`ff3df08`](https://github.com/numpy/numpy/commit/ff3df08438d570b0ccdda3f8a008278d8a4ad394) REL: NumPy 1.14.5 release. - [`89208b4`](https://github.com/numpy/numpy/commit/89208b4db4de332b7e361860018c2882fe567678) Merge pull request [#14704](https://github-redirect.dependabot.com/numpy/numpy/issues/14704) from charris/prepare-1.17.3-release - [`f6725ad`](https://github.com/numpy/numpy/commit/f6725ad6500cd1802f0044a82ad8eb72dd48f381) REL: Prepare for 1.17.3 release. - [`acb10b0`](https://github.com/numpy/numpy/commit/acb10b090d327d6cc5b818f2dc32089e5e3d636c) Merge pull request [#14687](https://github-redirect.dependabot.com/numpy/numpy/issues/14687) from charris/backport-14605 - [`7758dd1`](https://github.com/numpy/numpy/commit/7758dd1b166303f50452ab1e74e27cf250d23171) BUG: properly define PyArray_DescrCheck - [`51826db`](https://github.com/numpy/numpy/commit/51826db9928b549e02a98bfa90e317b9a9bd940b) Merge pull request [#14578](https://github-redirect.dependabot.com/numpy/numpy/issues/14578) from charris/backport-14531 - [`dc441ee`](https://github.com/numpy/numpy/commit/dc441ee71f71c6662b9682ffc65751e839cc0c3a) BUG: random: Create a legacy implementation of random.binomial. - [`df93b2b`](https://github.com/numpy/numpy/commit/df93b2bd8855471829b09e641175c11c31e05b9b) Merge pull request [#14563](https://github-redirect.dependabot.com/numpy/numpy/issues/14563) from rgommers/bport-fftlicense - [`5504e6d`](https://github.com/numpy/numpy/commit/5504e6d5d2ae5df55a3a91542989e5cba804305c) DOC: remove note about Pocketfft license file (non-existing here). - [`2053327`](https://github.com/numpy/numpy/commit/205332701cffadf116c992c780682aedb72a0055) Merge pull request [#14519](https://github-redirect.dependabot.com/numpy/numpy/issues/14519) from charris/backport-14498 - Additional commits viewable in [compare view](https://github.com/numpy/numpy/compare/v1.17.2...v1.17.3)


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](https://app.dependabot.com): - 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)
dependabot-preview[bot] commented 4 years ago

Superseded by #11.