Bump numpy from 1.21.4 to 1.23.1 #98

Closed
dependabot[bot] wants to merge 1 commits from dependabot-pip-numpy-1.23.1 into master
dependabot[bot] commented 2022-07-12 00:29:44 +02:00 (Migrated from github.com)

Bumps numpy from 1.21.4 to 1.23.1.

Release notes

Sourced from numpy's releases.

v1.23.1

NumPy 1.23.1 Release Notes

The NumPy 1.23.1 is a maintenance release that fixes bugs discovered after the 1.23.0 release. Notable fixes are:

  • Fix searchsorted for float16 NaNs
  • Fix compilation on Apple M1
  • Fix KeyError in crackfortran operator support (Slycot)

The Python version supported for this release are 3.8-3.10.

Contributors

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

  • Charles Harris
  • Matthias Koeppe +
  • Pranab Das +
  • Rohit Goswami
  • Sebastian Berg
  • Serge Guelton
  • Srimukh Sripada +

Pull requests merged

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

  • #21866: BUG: Fix discovered MachAr (still used within valgrind)
  • #21867: BUG: Handle NaNs correctly for float16 during sorting
  • #21868: BUG: Use keepdims during normalization in np.average and...
  • #21869: DOC: mention changes to max_rows behaviour in np.loadtxt
  • #21870: BUG: Reject non integer array-likes with size 1 in delete
  • #21949: BLD: Make can_link_svml return False for 32bit builds on x86_64
  • #21951: BUG: Reorder extern "C" to only apply to function declarations...
  • #21952: BUG: Fix KeyError in crackfortran operator support

Checksums

MD5

79f0d8c114f282b834b49209d6955f98  numpy-1.23.1-cp310-cp310-macosx_10_9_x86_64.whl
42a89a88ef26b768e8933ce46b1cc2bd  numpy-1.23.1-cp310-cp310-macosx_11_0_arm64.whl
1c1d68b3483eaf99b9a3583c8ac8bf47  numpy-1.23.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
9d3e9f7f9b3dce6cf15209e4f25f346e  numpy-1.23.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
a9afb7c34b48d08fc50427ae6516b42d  numpy-1.23.1-cp310-cp310-win32.whl
a0e02823883bdfcec49309e108f65e13  numpy-1.23.1-cp310-cp310-win_amd64.whl
f40cdf4ec7bb0cf31a90a4fa294323c2  numpy-1.23.1-cp38-cp38-macosx_10_9_x86_64.whl
80115a959f0fe30d6c401b2650a61c70  numpy-1.23.1-cp38-cp38-macosx_11_0_arm64.whl

... (truncated)

Commits
  • 1f82da7 Merge pull request #21953 from charris/prepare-for-1.23.1
  • d196400 REL: Prepare for the NumPy 1.23.1 release.
  • 84c1841 Merge pull request #21949 from charris/backport-21896
  • 3111958 Merge pull request #21951 from charris/backport-21946
  • 72638fb Merge pull request #21952 from charris/backport-21890
  • a79221d BUG: Fix KeyError in crackfortran operator support
  • 207c17e Reorder extern "C" to only apply to function declarations in npy_math.h
  • 8ccaa24 numpy/core/setup.py (can_link_svml): Return False for 32bit builds on x86_64
  • 00f59f6 Merge pull request #21870 from charris/backport-21857
  • 4d10795 Merge pull request #21866 from charris/backport-21815
  • 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)
Bumps [numpy](https://github.com/numpy/numpy) from 1.21.4 to 1.23.1. <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.1</h2> <h1>NumPy 1.23.1 Release Notes</h1> <p>The NumPy 1.23.1 is a maintenance release that fixes bugs discovered after the 1.23.0 release. Notable fixes are:</p> <ul> <li>Fix searchsorted for float16 NaNs</li> <li>Fix compilation on Apple M1</li> <li>Fix KeyError in crackfortran operator support (Slycot)</li> </ul> <p>The Python version supported for this release are 3.8-3.10.</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>Charles Harris</li> <li>Matthias Koeppe +</li> <li>Pranab Das +</li> <li>Rohit Goswami</li> <li>Sebastian Berg</li> <li>Serge Guelton</li> <li>Srimukh Sripada +</li> </ul> <h2>Pull requests merged</h2> <p>A total of 8 pull requests were merged for this release.</p> <ul> <li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/21866">#21866</a>: BUG: Fix discovered MachAr (still used within valgrind)</li> <li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/21867">#21867</a>: BUG: Handle NaNs correctly for float16 during sorting</li> <li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/21868">#21868</a>: BUG: Use <code>keepdims</code> during normalization in <code>np.average</code> and...</li> <li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/21869">#21869</a>: DOC: mention changes to <code>max_rows</code> behaviour in <code>np.loadtxt</code></li> <li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/21870">#21870</a>: BUG: Reject non integer array-likes with size 1 in delete</li> <li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/21949">#21949</a>: BLD: Make can_link_svml return False for 32bit builds on x86_64</li> <li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/21951">#21951</a>: BUG: Reorder extern &quot;C&quot; to only apply to function declarations...</li> <li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/21952">#21952</a>: BUG: Fix KeyError in crackfortran operator support</li> </ul> <h2>Checksums</h2> <h3>MD5</h3> <pre><code>79f0d8c114f282b834b49209d6955f98 numpy-1.23.1-cp310-cp310-macosx_10_9_x86_64.whl 42a89a88ef26b768e8933ce46b1cc2bd numpy-1.23.1-cp310-cp310-macosx_11_0_arm64.whl 1c1d68b3483eaf99b9a3583c8ac8bf47 numpy-1.23.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl 9d3e9f7f9b3dce6cf15209e4f25f346e numpy-1.23.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl a9afb7c34b48d08fc50427ae6516b42d numpy-1.23.1-cp310-cp310-win32.whl a0e02823883bdfcec49309e108f65e13 numpy-1.23.1-cp310-cp310-win_amd64.whl f40cdf4ec7bb0cf31a90a4fa294323c2 numpy-1.23.1-cp38-cp38-macosx_10_9_x86_64.whl 80115a959f0fe30d6c401b2650a61c70 numpy-1.23.1-cp38-cp38-macosx_11_0_arm64.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/1f82da745496092d85b402b1703877462a7c2de2"><code>1f82da7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/numpy/numpy/issues/21953">#21953</a> from charris/prepare-for-1.23.1</li> <li><a href="https://github.com/numpy/numpy/commit/d196400ee8237e4559fadf06e02845089433f622"><code>d196400</code></a> REL: Prepare for the NumPy 1.23.1 release.</li> <li><a href="https://github.com/numpy/numpy/commit/84c18412d9c5b1ac44197862115968aeee1ad2e7"><code>84c1841</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/numpy/numpy/issues/21949">#21949</a> from charris/backport-21896</li> <li><a href="https://github.com/numpy/numpy/commit/31119581328668a07ea9d8fac501c5943a1279b7"><code>3111958</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/numpy/numpy/issues/21951">#21951</a> from charris/backport-21946</li> <li><a href="https://github.com/numpy/numpy/commit/72638fbaff0ad5577f044edfbd1118eff718a477"><code>72638fb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/numpy/numpy/issues/21952">#21952</a> from charris/backport-21890</li> <li><a href="https://github.com/numpy/numpy/commit/a79221daf6d37da8cf78d9a0e0663e18685f7a63"><code>a79221d</code></a> BUG: Fix KeyError in crackfortran operator support</li> <li><a href="https://github.com/numpy/numpy/commit/207c17e5a7247da45fb8738de823a7912bd249d4"><code>207c17e</code></a> Reorder extern &quot;C&quot; to only apply to function declarations in npy_math.h</li> <li><a href="https://github.com/numpy/numpy/commit/8ccaa24148d2e967d6f43300aab3bfb8e9420604"><code>8ccaa24</code></a> numpy/core/setup.py (can_link_svml): Return False for 32bit builds on x86_64</li> <li><a href="https://github.com/numpy/numpy/commit/00f59f633402b8d31261cc75f42a8986add89659"><code>00f59f6</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/numpy/numpy/issues/21870">#21870</a> from charris/backport-21857</li> <li><a href="https://github.com/numpy/numpy/commit/4d107955b93f2def7748cce129bd13b79746065b"><code>4d10795</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/numpy/numpy/issues/21866">#21866</a> from charris/backport-21815</li> <li>Additional commits viewable in <a href="https://github.com/numpy/numpy/compare/v1.21.4...v1.23.1">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.1)](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-07-12 00:29:44 +02:00
dependabot[bot] commented 2022-08-16 00:02:45 +02:00 (Migrated from github.com)

Superseded by #101.

Superseded by #101.

Pull request closed

Sign in to join this conversation.