Bump numpy from 1.21.4 to 1.23.5 #114

Closed
dependabot[bot] wants to merge 1 commits from dependabot-pip-numpy-1.23.5 into master
dependabot[bot] commented 2022-11-21 23:03:57 +01:00 (Migrated from github.com)

Bumps numpy from 1.21.4 to 1.23.5.

Release notes

Sourced from numpy's releases.

v1.23.5

NumPy 1.23.5 Release Notes

NumPy 1.23.5 is a maintenance release that fixes bugs discovered after the 1.23.4 release and keeps the build infrastructure current. The Python versions supported for this release are 3.8-3.11.

Contributors

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

  • @​DWesl
  • Aayush Agrawal +
  • Adam Knapp +
  • Charles Harris
  • Navpreet Singh +
  • Sebastian Berg
  • Tania Allard

Pull requests merged

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

  • #22489: TST, MAINT: Replace most setup with setup_method (also teardown)
  • #22490: MAINT, CI: Switch to cygwin/cygwin-install-action@v2
  • #22494: TST: Make test_partial_iteration_cleanup robust but require leak...
  • #22592: MAINT: Ensure graceful handling of large header sizes
  • #22593: TYP: Spelling alignment for array flag literal
  • #22594: BUG: Fix bounds checking for random.logseries
  • #22595: DEV: Update GH actions and Dockerfile for Gitpod
  • #22596: CI: Only fetch in actions/checkout
  • #22597: BUG: Decrement ref count in gentype_reduce if allocated memory...
  • #22625: BUG: Histogramdd breaks on big arrays in Windows

Checksums

MD5

8a412b79d975199cefadb465279fd569  numpy-1.23.5-cp310-cp310-macosx_10_9_x86_64.whl
1b56e8e6a0516c78473657abf0710538  numpy-1.23.5-cp310-cp310-macosx_11_0_arm64.whl
c787f4763c9a5876e86a17f1651ba458  numpy-1.23.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
db07645022e56747ba3f00c2d742232e  numpy-1.23.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
c63a6fb7cc16a13aabc82ec57ac6bb4d  numpy-1.23.5-cp310-cp310-win32.whl
3fea9247e1d812600015641941fa273f  numpy-1.23.5-cp310-cp310-win_amd64.whl
4222cfb36e5ac9aec348c81b075e2c05  numpy-1.23.5-cp311-cp311-macosx_10_9_x86_64.whl
6c7102f185b310ac70a62c13d46f04e6  numpy-1.23.5-cp311-cp311-macosx_11_0_arm64.whl
6b7319f66bf7ac01b49e2a32470baf28  numpy-1.23.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
3c60928ddb1f55163801f06ac2229eb0  numpy-1.23.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
6936b6bcfd6474acc7a8c162a9393b3c  numpy-1.23.5-cp311-cp311-win32.whl

... (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 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)
Bumps [numpy](https://github.com/numpy/numpy) from 1.21.4 to 1.23.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/numpy/numpy/releases">numpy's releases</a>.</em></p> <blockquote> <h2>v1.23.5</h2> <h1>NumPy 1.23.5 Release Notes</h1> <p>NumPy 1.23.5 is a maintenance release that fixes bugs discovered after the 1.23.4 release and keeps the build infrastructure current. The Python versions supported for this release are 3.8-3.11.</p> <h2>Contributors</h2> <p>A total of 7 people contributed to this release. People with a &quot;+&quot; by their names contributed a patch for the first time.</p> <ul> <li><a href="https://github.com/DWesl"><code>@​DWesl</code></a></li> <li>Aayush Agrawal +</li> <li>Adam Knapp +</li> <li>Charles Harris</li> <li>Navpreet Singh +</li> <li>Sebastian Berg</li> <li>Tania Allard</li> </ul> <h2>Pull requests merged</h2> <p>A total of 10 pull requests were merged for this release.</p> <ul> <li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/22489">#22489</a>: TST, MAINT: Replace most setup with setup_method (also teardown)</li> <li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/22490">#22490</a>: MAINT, CI: Switch to cygwin/cygwin-install-action@v2</li> <li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/22494">#22494</a>: TST: Make test_partial_iteration_cleanup robust but require leak...</li> <li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/22592">#22592</a>: MAINT: Ensure graceful handling of large header sizes</li> <li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/22593">#22593</a>: TYP: Spelling alignment for array flag literal</li> <li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/22594">#22594</a>: BUG: Fix bounds checking for <code>random.logseries</code></li> <li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/22595">#22595</a>: DEV: Update GH actions and Dockerfile for Gitpod</li> <li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/22596">#22596</a>: CI: Only fetch in actions/checkout</li> <li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/22597">#22597</a>: BUG: Decrement ref count in gentype_reduce if allocated memory...</li> <li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/22625">#22625</a>: BUG: Histogramdd breaks on big arrays in Windows</li> </ul> <h2>Checksums</h2> <h3>MD5</h3> <pre><code>8a412b79d975199cefadb465279fd569 numpy-1.23.5-cp310-cp310-macosx_10_9_x86_64.whl 1b56e8e6a0516c78473657abf0710538 numpy-1.23.5-cp310-cp310-macosx_11_0_arm64.whl c787f4763c9a5876e86a17f1651ba458 numpy-1.23.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl db07645022e56747ba3f00c2d742232e numpy-1.23.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl c63a6fb7cc16a13aabc82ec57ac6bb4d numpy-1.23.5-cp310-cp310-win32.whl 3fea9247e1d812600015641941fa273f numpy-1.23.5-cp310-cp310-win_amd64.whl 4222cfb36e5ac9aec348c81b075e2c05 numpy-1.23.5-cp311-cp311-macosx_10_9_x86_64.whl 6c7102f185b310ac70a62c13d46f04e6 numpy-1.23.5-cp311-cp311-macosx_11_0_arm64.whl 6b7319f66bf7ac01b49e2a32470baf28 numpy-1.23.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl 3c60928ddb1f55163801f06ac2229eb0 numpy-1.23.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl 6936b6bcfd6474acc7a8c162a9393b3c numpy-1.23.5-cp311-cp311-win32.whl </code></pre> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/numpy/numpy/commit/de82cd9468704a033702974010ee7e7efc85b393"><code>de82cd9</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/numpy/numpy/issues/22626">#22626</a> from charris/prepare-1.23.5-release</li> <li><a href="https://github.com/numpy/numpy/commit/9c7ac340aa4298dbad574fc8bdfc16dfa175d820"><code>9c7ac34</code></a> REL: Prepare for the NumPy 1.23.5 Release.</li> <li><a href="https://github.com/numpy/numpy/commit/2c4cf9a3c4cff914e3f9d190f42546d3e7c9ff82"><code>2c4cf9a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/numpy/numpy/issues/22625">#22625</a> from charris/backport-22561</li> <li><a href="https://github.com/numpy/numpy/commit/dcd9404456e4af37041ee740045e95b10aaa46ad"><code>dcd9404</code></a> BUG: Histogramdd breaks on big arrays in Windows (<a href="https://github-redirect.dependabot.com/numpy/numpy/issues/22561">#22561</a>)</li> <li><a href="https://github.com/numpy/numpy/commit/bb5e3a671f1fab8bf39346c760cf65009f91bea2"><code>bb5e3a6</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/numpy/numpy/issues/22597">#22597</a> from charris/backport-22557</li> <li><a href="https://github.com/numpy/numpy/commit/0d3d50045fdb4012e51d47ab95e9fbbbbd08ca00"><code>0d3d500</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/numpy/numpy/issues/22596">#22596</a> from charris/backport-22503</li> <li><a href="https://github.com/numpy/numpy/commit/38fe21f6cae59326a4b35c5337c78052df153d41"><code>38fe21f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/numpy/numpy/issues/22595">#22595</a> from charris/backport-22452</li> <li><a href="https://github.com/numpy/numpy/commit/45329c1ee92d00959d11cdfa0a2c5a25a6867933"><code>45329c1</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/numpy/numpy/issues/22593">#22593</a> from charris/backport-22447</li> <li><a href="https://github.com/numpy/numpy/commit/3ca02ce5b1a4ec2412cad839d42452a4200a5270"><code>3ca02ce</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/numpy/numpy/issues/22594">#22594</a> from charris/backport-22450</li> <li><a href="https://github.com/numpy/numpy/commit/8cededdf4eeebd4f1985bd74c11fbf44f367937f"><code>8cededd</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/numpy/numpy/issues/22592">#22592</a> from charris/backport-22393</li> <li>Additional commits viewable in <a href="https://github.com/numpy/numpy/compare/v1.21.4...v1.23.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=numpy&package-manager=pip&previous-version=1.21.4&new-version=1.23.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
chychkan (Migrated from github.com) reviewed 2022-11-21 23:03:57 +01:00
dependabot[bot] commented 2022-12-19 23:01:17 +01:00 (Migrated from github.com)

Superseded by #118.

Superseded by #118.

Pull request closed

Sign in to join this conversation.