Bump numpy from 1.21.4 to 1.24.2 #126

Open
dependabot[bot] wants to merge 1 commits from dependabot-pip-numpy-1.24.2 into master
dependabot[bot] commented 2023-02-06 23:01:37 +01:00 (Migrated from github.com)

Bumps numpy from 1.21.4 to 1.24.2.

Release notes

Sourced from numpy's releases.

v1.24.2

NumPy 1.24.2 Release Notes

NumPy 1.24.2 is a maintenance release that fixes bugs and regressions discovered after the 1.24.1 release. The Python versions supported by this release are 3.8-3.11.

Contributors

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

  • Bas van Beek
  • Charles Harris
  • Khem Raj +
  • Mark Harfouche
  • Matti Picus
  • Panagiotis Zestanakis +
  • Peter Hawkins
  • Pradipta Ghosh
  • Ross Barnowski
  • Sayed Adel
  • Sebastian Berg
  • Syam Gadde +
  • dmbelov +
  • pkubaj +

Pull requests merged

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

  • #22965: MAINT: Update python 3.11-dev to 3.11.
  • #22966: DOC: Remove dangling deprecation warning
  • #22967: ENH: Detect CPU features on FreeBSD/powerpc64*
  • #22968: BUG: np.loadtxt cannot load text file with quoted fields separated...
  • #22969: TST: Add fixture to avoid issue with randomizing test order.
  • #22970: BUG: Fix fill violating read-only flag. (#22959)
  • #22971: MAINT: Add additional information to missing scalar AttributeError
  • #22972: MAINT: Move export for scipy arm64 helper into main module
  • #22976: BUG, SIMD: Fix spurious invalid exception for sin/cos on arm64/clang
  • #22989: BUG: Ensure correct loop order in sin, cos, and arctan2
  • #23030: DOC: Add version added information for the strict parameter in...
  • #23031: BUG: use _Alignof rather than offsetof() on most compilers
  • #23147: BUG: Fix for npyv__trunc_s32_f32 (VXE)
  • #23148: BUG: Fix integer / float scalar promotion
  • #23149: BUG: Add missing <type_traits> header.
  • #23150: TYP, MAINT: Add a missing explicit Any parameter to the npt.ArrayLike...
  • #23161: BLD: remove redundant definition of npy_nextafter [wheel build]

Checksums

... (truncated)

Commits
  • 85f38ab Merge pull request #23159 from charris/prepare-1.24.2-release
  • 1242525 REL: Prepare for the NumPy 1.24.2 release
  • de0ee41 Merge pull request #23161 from mattip/npy_nextafter
  • ed09037 BLD: remove redundant definition of npy_nextafter [wheel build]
  • bc47a5b Merge pull request #23150 from charris/backport-23144
  • e5452b9 TYP,MAINT: Add a missing explicit Any parameter to the npt.ArrayLike defi...
  • 2433fe5 Merge pull request #23149 from charris/backport-23128
  • 8dfa47d Merge pull request #23148 from charris/backport-23079
  • 62af62a Merge pull request #23147 from charris/backport-23077
  • 2de8e52 Add missing <type_traits> header.
  • 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.24.2. <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.24.2</h2> <h1>NumPy 1.24.2 Release Notes</h1> <p>NumPy 1.24.2 is a maintenance release that fixes bugs and regressions discovered after the 1.24.1 release. The Python versions supported by this release are 3.8-3.11.</p> <h2>Contributors</h2> <p>A total of 14 people contributed to this release. People with a &quot;+&quot; by their names contributed a patch for the first time.</p> <ul> <li>Bas van Beek</li> <li>Charles Harris</li> <li>Khem Raj +</li> <li>Mark Harfouche</li> <li>Matti Picus</li> <li>Panagiotis Zestanakis +</li> <li>Peter Hawkins</li> <li>Pradipta Ghosh</li> <li>Ross Barnowski</li> <li>Sayed Adel</li> <li>Sebastian Berg</li> <li>Syam Gadde +</li> <li>dmbelov +</li> <li>pkubaj +</li> </ul> <h2>Pull requests merged</h2> <p>A total of 17 pull requests were merged for this release.</p> <ul> <li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/22965">#22965</a>: MAINT: Update python 3.11-dev to 3.11.</li> <li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/22966">#22966</a>: DOC: Remove dangling deprecation warning</li> <li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/22967">#22967</a>: ENH: Detect CPU features on FreeBSD/powerpc64*</li> <li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/22968">#22968</a>: BUG: np.loadtxt cannot load text file with quoted fields separated...</li> <li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/22969">#22969</a>: TST: Add fixture to avoid issue with randomizing test order.</li> <li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/22970">#22970</a>: BUG: Fix fill violating read-only flag. (<a href="https://github-redirect.dependabot.com/numpy/numpy/issues/22959">#22959</a>)</li> <li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/22971">#22971</a>: MAINT: Add additional information to missing scalar AttributeError</li> <li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/22972">#22972</a>: MAINT: Move export for scipy arm64 helper into main module</li> <li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/22976">#22976</a>: BUG, SIMD: Fix spurious invalid exception for sin/cos on arm64/clang</li> <li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/22989">#22989</a>: BUG: Ensure correct loop order in sin, cos, and arctan2</li> <li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/23030">#23030</a>: DOC: Add version added information for the strict parameter in...</li> <li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/23031">#23031</a>: BUG: use <code>_Alignof</code> rather than <code>offsetof()</code> on most compilers</li> <li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/23147">#23147</a>: BUG: Fix for npyv__trunc_s32_f32 (VXE)</li> <li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/23148">#23148</a>: BUG: Fix integer / float scalar promotion</li> <li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/23149">#23149</a>: BUG: Add missing &lt;type_traits&gt; header.</li> <li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/23150">#23150</a>: TYP, MAINT: Add a missing explicit <code>Any</code> parameter to the <code>npt.ArrayLike</code>...</li> <li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/23161">#23161</a>: BLD: remove redundant definition of npy_nextafter [wheel build]</li> </ul> <h2>Checksums</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/numpy/numpy/commit/85f38ab180ece5290f64e8ddbd9cf06ad8fa4a5e"><code>85f38ab</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/numpy/numpy/issues/23159">#23159</a> from charris/prepare-1.24.2-release</li> <li><a href="https://github.com/numpy/numpy/commit/124252537f526a059b6a5ee3ac1e3bf1442bbc13"><code>1242525</code></a> REL: Prepare for the NumPy 1.24.2 release</li> <li><a href="https://github.com/numpy/numpy/commit/de0ee415e45b09c86d1ddc04f51c11192b1e2fe6"><code>de0ee41</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/numpy/numpy/issues/23161">#23161</a> from mattip/npy_nextafter</li> <li><a href="https://github.com/numpy/numpy/commit/ed09037473581908f6b52ecc3cabc82a414e2a54"><code>ed09037</code></a> BLD: remove redundant definition of npy_nextafter [wheel build]</li> <li><a href="https://github.com/numpy/numpy/commit/bc47a5ba6798a942d4a76e38f1089fc38f81f50d"><code>bc47a5b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/numpy/numpy/issues/23150">#23150</a> from charris/backport-23144</li> <li><a href="https://github.com/numpy/numpy/commit/e5452b91b87523853b2e33c0f7f6788a9a22c1b4"><code>e5452b9</code></a> TYP,MAINT: Add a missing explicit <code>Any</code> parameter to the <code>npt.ArrayLike</code> defi...</li> <li><a href="https://github.com/numpy/numpy/commit/2433fe5b66016a640dd9337d9e114d7076f55861"><code>2433fe5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/numpy/numpy/issues/23149">#23149</a> from charris/backport-23128</li> <li><a href="https://github.com/numpy/numpy/commit/8dfa47db1eb6472490b33d5f380513308f3e1a2d"><code>8dfa47d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/numpy/numpy/issues/23148">#23148</a> from charris/backport-23079</li> <li><a href="https://github.com/numpy/numpy/commit/62af62aa546e27f6f3348c950a76aca9a230e37c"><code>62af62a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/numpy/numpy/issues/23147">#23147</a> from charris/backport-23077</li> <li><a href="https://github.com/numpy/numpy/commit/2de8e5228a2df34160709b570df16070ba23818b"><code>2de8e52</code></a> Add missing &lt;type_traits&gt; header.</li> <li>Additional commits viewable in <a href="https://github.com/numpy/numpy/compare/v1.21.4...v1.24.2">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.24.2)](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 2023-02-06 23:01:37 +01:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dependabot-pip-numpy-1.24.2:dependabot-pip-numpy-1.24.2
git checkout dependabot-pip-numpy-1.24.2
Sign in to join this conversation.