Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump numpy from 2.1.1 to 2.1.2 (#941)
Bumps [numpy](https://github.com/numpy/numpy) from 2.1.1 to 2.1.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>2.1.2 (Oct 5, 2024)</h2> <h1>NumPy 2.1.2 Release Notes</h1> <p>NumPy 2.1.2 is a maintenance release that fixes bugs and regressions discovered after the 2.1.1 release.</p> <p>The Python versions supported by this release are 3.10-3.13.</p> <h2>Contributors</h2> <p>A total of 11 people contributed to this release. People with a "+" by their names contributed a patch for the first time.</p> <ul> <li>Charles Harris</li> <li>Chris Sidebottom</li> <li>Ishan Koradia +</li> <li>João Eiras +</li> <li>Katie Rust +</li> <li>Marten van Kerkwijk</li> <li>Matti Picus</li> <li>Nathan Goldbaum</li> <li>Peter Hawkins</li> <li>Pieter Eendebak</li> <li>Slava Gorloff +</li> </ul> <h2>Pull requests merged</h2> <p>A total of 14 pull requests were merged for this release.</p> <ul> <li><a href="https://redirect.github.com/numpy/numpy/pull/27333">#27333</a>: MAINT: prepare 2.1.x for further development</li> <li><a href="https://redirect.github.com/numpy/numpy/pull/27400">#27400</a>: BUG: apply critical sections around populating the dispatch cache</li> <li><a href="https://redirect.github.com/numpy/numpy/pull/27406">#27406</a>: BUG: Stub out get_build_msvc_version if distutils.msvccompiler...</li> <li><a href="https://redirect.github.com/numpy/numpy/pull/27416">#27416</a>: BUILD: fix missing include for std::ptrdiff_t for C++23 language...</li> <li><a href="https://redirect.github.com/numpy/numpy/pull/27433">#27433</a>: BLD: pin setuptools to avoid breaking numpy.distutils</li> <li><a href="https://redirect.github.com/numpy/numpy/pull/27437">#27437</a>: BUG: Allow unsigned shift argument for np.roll</li> <li><a href="https://redirect.github.com/numpy/numpy/pull/27439">#27439</a>: BUG: Disable SVE VQSort</li> <li><a href="https://redirect.github.com/numpy/numpy/pull/27471">#27471</a>: BUG: rfftn axis bug</li> <li><a href="https://redirect.github.com/numpy/numpy/pull/27479">#27479</a>: BUG: Fix extra decref of PyArray_UInt8DType.</li> <li><a href="https://redirect.github.com/numpy/numpy/pull/27480">#27480</a>: CI: use PyPI not scientific-python-nightly-wheels for CI doc...</li> <li><a href="https://redirect.github.com/numpy/numpy/pull/27481">#27481</a>: MAINT: Check for SVE support on demand</li> <li><a href="https://redirect.github.com/numpy/numpy/pull/27484">#27484</a>: BUG: initialize the promotion state to be weak</li> <li><a href="https://redirect.github.com/numpy/numpy/pull/27501">#27501</a>: MAINT: Bump pypa/cibuildwheel from 2.20.0 to 2.21.2</li> <li><a href="https://redirect.github.com/numpy/numpy/pull/27506">#27506</a>: BUG: avoid segfault on bad arguments in ndarray.__array_function__</li> </ul> <h2>Checksums</h2> <h3>MD5</h3> <pre><code>4aae28b7919b126485c1aaccee37a6ba numpy-2.1.2-cp310-cp310-macosx_10_9_x86_64.whl 172614423a82ef73d8752ad8a59cbafc numpy-2.1.2-cp310-cp310-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/f5afe3d2ede8c1ed64cb1998cb869a4cd7831120"><code>f5afe3d</code></a> Merge pull request <a href="https://redirect.github.com/numpy/numpy/issues/27507">#27507</a> from charris/prepare-2.1.2</li> <li><a href="https://github.com/numpy/numpy/commit/6b9ef481661cf055d23393e3a9e6b6176149d845"><code>6b9ef48</code></a> REL: Prepare for the NumPy 2.1.2 release [wheel build]</li> <li><a href="https://github.com/numpy/numpy/commit/6d85a24ad2acdde4399153e855f8481da10a3eb6"><code>6d85a24</code></a> MAINT: Pin setuptools for Python < 3.12 [wheel build]</li> <li><a href="https://github.com/numpy/numpy/commit/7f327d8b70d0efb3d620443e74cfcf22ac98fba7"><code>7f327d8</code></a> Merge pull request <a href="https://redirect.github.com/numpy/numpy/issues/27506">#27506</a> from charris/backport-27503</li> <li><a href="https://github.com/numpy/numpy/commit/09e9cd98472c61fb3fda4735763b512f3ee772e9"><code>09e9cd9</code></a> BUG: avoid segfault on bad arguments in ndarray.<strong>array_function</strong></li> <li><a href="https://github.com/numpy/numpy/commit/06b479359e194e138ef40caaa33e0efaac53ec83"><code>06b4793</code></a> Merge pull request <a href="https://redirect.github.com/numpy/numpy/issues/27501">#27501</a> from charris/backport-27495</li> <li><a href="https://github.com/numpy/numpy/commit/364efb5444fa6776936e4269c7662e59090eb919"><code>364efb5</code></a> MAINT: Bump pypa/cibuildwheel from 2.21.1 to 2.21.2</li> <li><a href="https://github.com/numpy/numpy/commit/df0e26170ce11541057b2e7fc071acb3a8779ad2"><code>df0e261</code></a> Merge pull request <a href="https://redirect.github.com/numpy/numpy/issues/27484">#27484</a> from ngoldbaum/use-weak-default</li> <li><a href="https://github.com/numpy/numpy/commit/fa61bc624f0061919c3c1050348bded3c3641fbc"><code>fa61bc6</code></a> Merge pull request <a href="https://redirect.github.com/numpy/numpy/issues/27481">#27481</a> from charris/backport-27472</li> <li><a href="https://github.com/numpy/numpy/commit/d6d06aebc92e525a050852c2cc9a0f9382578f55"><code>d6d06ae</code></a> Merge pull request <a href="https://redirect.github.com/numpy/numpy/issues/27480">#27480</a> from charris/backport-27475</li> <li>Additional commits viewable in <a href="https://github.com/numpy/numpy/compare/v2.1.1...v2.1.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=2.1.1&new-version=2.1.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 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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information