Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip prod(deps): bump numpy from 2.1.1 to 2.1.2 #3248

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2024

Bumps numpy from 2.1.1 to 2.1.2.

Release notes

Sourced from numpy's releases.

2.1.2 (Oct 5, 2024)

NumPy 2.1.2 Release Notes

NumPy 2.1.2 is a maintenance release that fixes bugs and regressions discovered after the 2.1.1 release.

The Python versions supported by this release are 3.10-3.13.

Contributors

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

  • Charles Harris
  • Chris Sidebottom
  • Ishan Koradia +
  • João Eiras +
  • Katie Rust +
  • Marten van Kerkwijk
  • Matti Picus
  • Nathan Goldbaum
  • Peter Hawkins
  • Pieter Eendebak
  • Slava Gorloff +

Pull requests merged

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

  • #27333: MAINT: prepare 2.1.x for further development
  • #27400: BUG: apply critical sections around populating the dispatch cache
  • #27406: BUG: Stub out get_build_msvc_version if distutils.msvccompiler...
  • #27416: BUILD: fix missing include for std::ptrdiff_t for C++23 language...
  • #27433: BLD: pin setuptools to avoid breaking numpy.distutils
  • #27437: BUG: Allow unsigned shift argument for np.roll
  • #27439: BUG: Disable SVE VQSort
  • #27471: BUG: rfftn axis bug
  • #27479: BUG: Fix extra decref of PyArray_UInt8DType.
  • #27480: CI: use PyPI not scientific-python-nightly-wheels for CI doc...
  • #27481: MAINT: Check for SVE support on demand
  • #27484: BUG: initialize the promotion state to be weak
  • #27501: MAINT: Bump pypa/cibuildwheel from 2.20.0 to 2.21.2
  • #27506: BUG: avoid segfault on bad arguments in ndarray.__array_function__

Checksums

MD5

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

... (truncated)

Commits
  • f5afe3d Merge pull request #27507 from charris/prepare-2.1.2
  • 6b9ef48 REL: Prepare for the NumPy 2.1.2 release [wheel build]
  • 6d85a24 MAINT: Pin setuptools for Python < 3.12 [wheel build]
  • 7f327d8 Merge pull request #27506 from charris/backport-27503
  • 09e9cd9 BUG: avoid segfault on bad arguments in ndarray.array_function
  • 06b4793 Merge pull request #27501 from charris/backport-27495
  • 364efb5 MAINT: Bump pypa/cibuildwheel from 2.21.1 to 2.21.2
  • df0e261 Merge pull request #27484 from ngoldbaum/use-weak-default
  • fa61bc6 Merge pull request #27481 from charris/backport-27472
  • d6d06ae Merge pull request #27480 from charris/backport-27475
  • 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 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)

Bumps [numpy](https://github.com/numpy/numpy) from 2.1.1 to 2.1.2.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v2.1.1...v2.1.2)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 7, 2024
Copy link

codecov bot commented Oct 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.92%. Comparing base (104245e) to head (c6b7d32).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3248   +/-   ##
=======================================
  Coverage   89.92%   89.92%           
=======================================
  Files         441      441           
  Lines       55417    55417           
  Branches     8643     8643           
=======================================
  Hits        49832    49832           
  Misses       4158     4158           
  Partials     1427     1427           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@superlopuh superlopuh merged commit f6c5960 into main Oct 7, 2024
14 checks passed
@superlopuh superlopuh deleted the dependabot/pip/numpy-2.1.2 branch October 7, 2024 09:17
emmau678 pushed a commit that referenced this pull request Oct 8, 2024
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
&quot;+&quot; 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://github.com/numpy/numpy/pull/27333">#27333</a>:
MAINT: prepare 2.1.x for further development</li>
<li><a
href="https://github.com/numpy/numpy/pull/27400">#27400</a>:
BUG: apply critical sections around populating the dispatch cache</li>
<li><a
href="https://github.com/numpy/numpy/pull/27406">#27406</a>:
BUG: Stub out get_build_msvc_version if distutils.msvccompiler...</li>
<li><a
href="https://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://github.com/numpy/numpy/pull/27433">#27433</a>:
BLD: pin setuptools to avoid breaking numpy.distutils</li>
<li><a
href="https://github.com/numpy/numpy/pull/27437">#27437</a>:
BUG: Allow unsigned shift argument for np.roll</li>
<li><a
href="https://github.com/numpy/numpy/pull/27439">#27439</a>:
BUG: Disable SVE VQSort</li>
<li><a
href="https://github.com/numpy/numpy/pull/27471">#27471</a>:
BUG: rfftn axis bug</li>
<li><a
href="https://github.com/numpy/numpy/pull/27479">#27479</a>:
BUG: Fix extra decref of PyArray_UInt8DType.</li>
<li><a
href="https://github.com/numpy/numpy/pull/27480">#27480</a>:
CI: use PyPI not scientific-python-nightly-wheels for CI doc...</li>
<li><a
href="https://github.com/numpy/numpy/pull/27481">#27481</a>:
MAINT: Check for SVE support on demand</li>
<li><a
href="https://github.com/numpy/numpy/pull/27484">#27484</a>:
BUG: initialize the promotion state to be weak</li>
<li><a
href="https://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://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://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 &lt; 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://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://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://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://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://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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants