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.2.1 to 2.2.2 #3766

Merged
merged 3 commits into from
Jan 20, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2025

Bumps numpy from 2.2.1 to 2.2.2.

Release notes

Sourced from numpy's releases.

2.2.2 (Jan 18, 2025)

NumPy 2.2.2 Release Notes

NumPy 2.2.2 is a patch release that fixes bugs found after the 2.2.1 release. The number of typing fixes/updates is notable. This release supports Python versions 3.10-3.13.

Contributors

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

  • Alicia Boya García +
  • Charles Harris
  • Joren Hammudoglu
  • Kai Germaschewski +
  • Nathan Goldbaum
  • PTUsumit +
  • Rohit Goswami
  • Sebastian Berg

Pull requests merged

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

  • #28050: MAINT: Prepare 2.2.x for further development
  • #28055: TYP: fix void arrays not accepting str keys in __setitem__
  • #28066: TYP: fix unnecessarily broad integer binop return types (#28065)
  • #28112: TYP: Better ndarray binop return types for float64 &...
  • #28113: TYP: Return the correct bool from issubdtype
  • #28114: TYP: Always accept date[time] in the datetime64 constructor
  • #28120: BUG: Fix auxdata initialization in ufunc slow path
  • #28131: BUG: move reduction initialization to ufunc initialization
  • #28132: TYP: Fix interp to accept and return scalars
  • #28137: BUG: call PyType_Ready in f2py to avoid data races
  • #28145: BUG: remove unnecessary call to PyArray_UpdateFlags
  • #28160: BUG: Avoid data race in PyArray_CheckFromAny_int
  • #28175: BUG: Fix f2py directives and --lower casing
  • #28176: TYP: Fix overlapping overloads issue in 2->1 ufuncs
  • #28177: TYP: preserve shape-type in ndarray.astype()
  • #28178: TYP: Fix missing and spurious top-level exports

Checksums

MD5

749cb2adf8043551aae22bbf0ed3130a  numpy-2.2.2-cp310-cp310-macosx_10_9_x86_64.whl
bc79fa2e44316b7ce9bacb48a993ed91  numpy-2.2.2-cp310-cp310-macosx_11_0_arm64.whl
c6b2caa2bbb645b5950dccb77efb1dbb  numpy-2.2.2-cp310-cp310-macosx_14_0_arm64.whl
8c410efac169af880cacbbac8a731658  numpy-2.2.2-cp310-cp310-macosx_14_0_x86_64.whl

... (truncated)

Commits
  • fd8a68e Merge pull request #28184 from charris/prepare-2.2.2
  • 0d106a5 REL: Prepare for the NumPy 2.2.2 release [wheel build]
  • dfdd35a Merge pull request #28175 from charris/backport-28056
  • e4517a8 Merge pull request #28176 from charris/backport-28168
  • 2c0432b Merge pull request #28178 from charris/backport-28170
  • 2230a08 Merge pull request #28177 from charris/backport-28169
  • b04e32c TYP: Fix missing and spurious top-level exports
  • 6a5f537 TYP: preserve shape-type in ndarray.astype()
  • f782790 TYP: Fix overlapping overloads issue in 2->1 ufuncs
  • a19acf1 BUG: Fix casing for f2py directives
  • 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.2.1 to 2.2.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.2.1...v2.2.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 Jan 20, 2025
Copy link

codecov bot commented Jan 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.25%. Comparing base (9b81223) to head (8bb44f9).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3766   +/-   ##
=======================================
  Coverage   91.25%   91.25%           
=======================================
  Files         461      461           
  Lines       57479    57479           
  Branches     5543     5543           
=======================================
  Hits        52455    52455           
  Misses       3602     3602           
  Partials     1422     1422           

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

@superlopuh superlopuh closed this Jan 20, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 20, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@superlopuh superlopuh reopened this Jan 20, 2025
@superlopuh superlopuh merged commit 85ef924 into main Jan 20, 2025
16 checks passed
@superlopuh superlopuh deleted the dependabot/pip/numpy-2.2.2 branch January 20, 2025 11:20
oluwatimilehin pushed a commit to oluwatimilehin/xdsl that referenced this pull request Feb 13, 2025
Bumps [numpy](https://github.com/numpy/numpy) from 2.2.1 to 2.2.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.2.2 (Jan 18, 2025)</h2>
<h1>NumPy 2.2.2 Release Notes</h1>
<p>NumPy 2.2.2 is a patch release that fixes bugs found after the 2.2.1
release. The number of typing fixes/updates is notable. This release
supports Python versions 3.10-3.13.</p>
<h2>Contributors</h2>
<p>A total of 8 people contributed to this release. People with a
&quot;+&quot; by
their names contributed a patch for the first time.</p>
<ul>
<li>Alicia Boya García +</li>
<li>Charles Harris</li>
<li>Joren Hammudoglu</li>
<li>Kai Germaschewski +</li>
<li>Nathan Goldbaum</li>
<li>PTUsumit +</li>
<li>Rohit Goswami</li>
<li>Sebastian Berg</li>
</ul>
<h2>Pull requests merged</h2>
<p>A total of 16 pull requests were merged for this release.</p>
<ul>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/28050">#28050</a>:
MAINT: Prepare 2.2.x for further development</li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/28055">#28055</a>:
TYP: fix <code>void</code> arrays not accepting <code>str</code> keys in
<code>__setitem__</code></li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/28066">#28066</a>:
TYP: fix unnecessarily broad <code>integer</code> binop return types (<a
href="https://redirect.github.com/numpy/numpy/issues/28065">#28065</a>)</li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/28112">#28112</a>:
TYP: Better <code>ndarray</code> binop return types for
<code>float64</code> &amp;...</li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/28113">#28113</a>:
TYP: Return the correct <code>bool</code> from
<code>issubdtype</code></li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/28114">#28114</a>:
TYP: Always accept <code>date[time]</code> in the
<code>datetime64</code> constructor</li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/28120">#28120</a>:
BUG: Fix auxdata initialization in ufunc slow path</li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/28131">#28131</a>:
BUG: move reduction initialization to ufunc initialization</li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/28132">#28132</a>:
TYP: Fix <code>interp</code> to accept and return scalars</li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/28137">#28137</a>:
BUG: call PyType_Ready in f2py to avoid data races</li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/28145">#28145</a>:
BUG: remove unnecessary call to PyArray_UpdateFlags</li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/28160">#28160</a>:
BUG: Avoid data race in PyArray_CheckFromAny_int</li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/28175">#28175</a>:
BUG: Fix f2py directives and --lower casing</li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/28176">#28176</a>:
TYP: Fix overlapping overloads issue in 2-&gt;1 ufuncs</li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/28177">#28177</a>:
TYP: preserve shape-type in ndarray.astype()</li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/28178">#28178</a>:
TYP: Fix missing and spurious top-level exports</li>
</ul>
<h2>Checksums</h2>
<h3>MD5</h3>
<pre><code>749cb2adf8043551aae22bbf0ed3130a
numpy-2.2.2-cp310-cp310-macosx_10_9_x86_64.whl
bc79fa2e44316b7ce9bacb48a993ed91
numpy-2.2.2-cp310-cp310-macosx_11_0_arm64.whl
c6b2caa2bbb645b5950dccb77efb1dbb
numpy-2.2.2-cp310-cp310-macosx_14_0_arm64.whl
8c410efac169af880cacbbac8a731658
numpy-2.2.2-cp310-cp310-macosx_14_0_x86_64.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/fd8a68e4978defd094cffa23c71d7de7fb213e3f"><code>fd8a68e</code></a>
Merge pull request <a
href="https://redirect.github.com/numpy/numpy/issues/28184">#28184</a>
from charris/prepare-2.2.2</li>
<li><a
href="https://github.com/numpy/numpy/commit/0d106a5162608e04f30688ed9226efdba765b405"><code>0d106a5</code></a>
REL: Prepare for the NumPy 2.2.2 release [wheel build]</li>
<li><a
href="https://github.com/numpy/numpy/commit/dfdd35af752a92b5cf2d6bb43f5676a918861589"><code>dfdd35a</code></a>
Merge pull request <a
href="https://redirect.github.com/numpy/numpy/issues/28175">#28175</a>
from charris/backport-28056</li>
<li><a
href="https://github.com/numpy/numpy/commit/e4517a878203a1eb12a3d58f0d1374ff8db4fba4"><code>e4517a8</code></a>
Merge pull request <a
href="https://redirect.github.com/numpy/numpy/issues/28176">#28176</a>
from charris/backport-28168</li>
<li><a
href="https://github.com/numpy/numpy/commit/2c0432b50bbe4ba246b089eb9a7c01b4b8f84adb"><code>2c0432b</code></a>
Merge pull request <a
href="https://redirect.github.com/numpy/numpy/issues/28178">#28178</a>
from charris/backport-28170</li>
<li><a
href="https://github.com/numpy/numpy/commit/2230a0855644209120e11e596b55d99a35b1495e"><code>2230a08</code></a>
Merge pull request <a
href="https://redirect.github.com/numpy/numpy/issues/28177">#28177</a>
from charris/backport-28169</li>
<li><a
href="https://github.com/numpy/numpy/commit/b04e32c15e6b3ad268fe5b314209915e7779764e"><code>b04e32c</code></a>
TYP: Fix missing and spurious top-level exports</li>
<li><a
href="https://github.com/numpy/numpy/commit/6a5f537ca978ed9d5204aa9d24845abf330b765f"><code>6a5f537</code></a>
TYP: preserve shape-type in ndarray.astype()</li>
<li><a
href="https://github.com/numpy/numpy/commit/f782790c08c50120b68641b3557ab96f5c1964c7"><code>f782790</code></a>
TYP: Fix overlapping overloads issue in 2-&gt;1 ufuncs</li>
<li><a
href="https://github.com/numpy/numpy/commit/a19acf1f66e6c8a57ecd37710b444e5bf8d10b89"><code>a19acf1</code></a>
BUG: Fix casing for f2py directives</li>
<li>Additional commits viewable in <a
href="https://github.com/numpy/numpy/compare/v2.2.1...v2.2.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.2.1&new-version=2.2.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>
Co-authored-by: superlopuh <superlopuh@users.noreply.github.com>
Co-authored-by: Sasha Lopoukhine <superlopuh@gmail.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