Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump numpy from 2.1.0 to 2.1.1 (#113)
Bumps [numpy](https://github.com/numpy/numpy) from 2.1.0 to 2.1.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>2.1.1 (Sep 3, 2024)</h2> <h1>NumPy 2.1.1 Release Notes</h1> <p>NumPy 2.1.1 is a maintenance release that fixes bugs and regressions discovered after the 2.1.0 release.</p> <p>The Python versions supported by this release are 3.10-3.13.</p> <h2>Contributors</h2> <p>A total of 7 people contributed to this release. People with a "+" by their names contributed a patch for the first time.</p> <ul> <li>Andrew Nelson</li> <li>Charles Harris</li> <li>Mateusz Sokół</li> <li>Maximilian Weigand +</li> <li>Nathan Goldbaum</li> <li>Pieter Eendebak</li> <li>Sebastian Berg</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://redirect.github.com/numpy/numpy/pull/27236">#27236</a>: REL: Prepare for the NumPy 2.1.0 release [wheel build]</li> <li><a href="https://redirect.github.com/numpy/numpy/pull/27252">#27252</a>: MAINT: prepare 2.1.x for further development</li> <li><a href="https://redirect.github.com/numpy/numpy/pull/27259">#27259</a>: BUG: revert unintended change in the return value of set_printoptions</li> <li><a href="https://redirect.github.com/numpy/numpy/pull/27266">#27266</a>: BUG: fix reference counting bug in __array_interface__ implementation...</li> <li><a href="https://redirect.github.com/numpy/numpy/pull/27267">#27267</a>: TST: Add regression test for missing descr in array-interface</li> <li><a href="https://redirect.github.com/numpy/numpy/pull/27276">#27276</a>: BUG: Fix <a href="https://redirect.github.com/numpy/numpy/issues/27256">#27256</a> and <a href="https://redirect.github.com/numpy/numpy/issues/27257">#27257</a></li> <li><a href="https://redirect.github.com/numpy/numpy/pull/27278">#27278</a>: BUG: Fix array_equal for numeric and non-numeric scalar types</li> <li><a href="https://redirect.github.com/numpy/numpy/pull/27287">#27287</a>: MAINT: Update maintenance/2.1.x after the 2.0.2 release</li> <li><a href="https://redirect.github.com/numpy/numpy/pull/27303">#27303</a>: BLD: cp311- macosx_arm64 wheels [wheel build]</li> <li><a href="https://redirect.github.com/numpy/numpy/pull/27304">#27304</a>: BUG: f2py: better handle filtering of public/private subroutines</li> </ul> <h2>Checksums</h2> <h3>MD5</h3> <pre><code>3053a97400db800b7377749e691eb39e numpy-2.1.1-cp310-cp310-macosx_10_9_x86_64.whl 84b752a2220dce7c96ff89eef4f4aec3 numpy-2.1.1-cp310-cp310-macosx_11_0_arm64.whl 47ed4f704a64261f07ca24ef2e674524 numpy-2.1.1-cp310-cp310-macosx_14_0_arm64.whl b8a45caa870aee980c298053cf064d28 numpy-2.1.1-cp310-cp310-macosx_14_0_x86_64.whl e097ad5eee572b791b4a25eedad6df4a numpy-2.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl ae502c99315884cda7f0236a07c035c4 numpy-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl 841a859d975c55090c0b60b72aab93a3 numpy-2.1.1-cp310-cp310-musllinux_1_1_x86_64.whl d51be2b17f5b87aac64ab80fdfafc85e numpy-2.1.1-cp310-cp310-musllinux_1_2_aarch64.whl 1f8249bd725397c6233fe6a0e8ad18b1 numpy-2.1.1-cp310-cp310-win32.whl d38d6f06589c1ec104a6a31ff6035781 numpy-2.1.1-cp310-cp310-win_amd64.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/48606ab22bfdb0e9d7ec4ed5eef984b873b7796d"><code>48606ab</code></a> Merge pull request <a href="https://redirect.github.com/numpy/numpy/issues/27328">#27328</a> from charris/prepare-2.1.1</li> <li><a href="https://github.com/numpy/numpy/commit/a7cb4c473ee22eb7399a245b894137b12c26a5d2"><code>a7cb4c4</code></a> REL: Prepare for the NumPy 2.1.1 release [wheel build]</li> <li><a href="https://github.com/numpy/numpy/commit/884c92ba8bd2036b17319a8e384679c35c3b4a14"><code>884c92b</code></a> Merge pull request <a href="https://redirect.github.com/numpy/numpy/issues/27303">#27303</a> from charris/backport-27284</li> <li><a href="https://github.com/numpy/numpy/commit/ca7f5c169b36a7ec235d93dea9a7cd4ad6cef158"><code>ca7f5c1</code></a> Merge pull request <a href="https://redirect.github.com/numpy/numpy/issues/27304">#27304</a> from charris/backport-27049</li> <li><a href="https://github.com/numpy/numpy/commit/2a49507d02cbf0e3ce6c540a162c3771195d9b37"><code>2a49507</code></a> BUG: f2py: better handle filtering of public/private subroutines</li> <li><a href="https://github.com/numpy/numpy/commit/d4306dd2c498a5bbc74e0b26ae60b64a5a4e8c5c"><code>d4306dd</code></a> TST: Add regression test for <a href="https://redirect.github.com/numpy/numpy/issues/26920">gh-26920</a></li> <li><a href="https://github.com/numpy/numpy/commit/db9668dfb89ac89dec826591b7cf73fd7f47d7b5"><code>db9668d</code></a> BLD: cp311- macosx_arm64 wheels [wheel build]</li> <li><a href="https://github.com/numpy/numpy/commit/c6ff254c6e9c493b243855db95217e23231e18a9"><code>c6ff254</code></a> Merge pull request <a href="https://redirect.github.com/numpy/numpy/issues/27287">#27287</a> from charris/post-2.0.2-release-update</li> <li><a href="https://github.com/numpy/numpy/commit/326bc17ec19c26129e40485f8c539686efa0e289"><code>326bc17</code></a> MAINT: Update main after the 2.0.2 release</li> <li><a href="https://github.com/numpy/numpy/commit/8164b7cfe65c33c6727fc129607f81738d608eac"><code>8164b7c</code></a> Merge pull request <a href="https://redirect.github.com/numpy/numpy/issues/27278">#27278</a> from charris/backport-27275</li> <li>Additional commits viewable in <a href="https://github.com/numpy/numpy/compare/v2.1.0...v2.1.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=2.1.0&new-version=2.1.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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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>
- Loading branch information