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.19.2 to 1.23.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.23.2</h2>
<h1>NumPy 1.23.2 Release Notes</h1>
<p>NumPy 1.23.2 is a maintenance release that fixes bugs discovered after
the 1.23.1 release. Notable features are:</p>
<ul>
<li>Typing changes needed for Python 3.11</li>
<li>Wheels for Python 3.11.0rc1</li>
</ul>
<p>The Python versions supported for this release are 3.8-3.11.</p>
<h2>Contributors</h2>
<p>A total of 9 people contributed to this release. People with a "+" by
their names contributed a patch for the first time.</p>
<ul>
<li>Alexander Grund +</li>
<li>Bas van Beek</li>
<li>Charles Harris</li>
<li>Jon Cusick +</li>
<li>Matti Picus</li>
<li>Michael Osthege +</li>
<li>Pal Barta +</li>
<li>Ross Barnowski</li>
<li>Sebastian Berg</li>
</ul>
<h2>Pull requests merged</h2>
<p>A total of 15 pull requests were merged for this release.</p>
<ul>
<li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/22030">#22030</a>: ENH: Add <code>__array_ufunc__</code> typing support to the <code>nin=1</code> ufuncs</li>
<li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/22031">#22031</a>: MAINT, TYP: Fix <code>np.angle</code> dtype-overloads</li>
<li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/22032">#22032</a>: MAINT: Do not let <code>_GenericAlias</code> wrap the underlying classes'...</li>
<li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/22033">#22033</a>: TYP,MAINT: Allow <code>einsum</code> subscripts to be passed via integer...</li>
<li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/22034">#22034</a>: MAINT,TYP: Add object-overloads for the <code>np.generic</code> rich comparisons</li>
<li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/22035">#22035</a>: MAINT,TYP: Allow the <code>squeeze</code> and <code>transpose</code> method to...</li>
<li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/22036">#22036</a>: BUG: Fix subarray to object cast ownership details</li>
<li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/22037">#22037</a>: BUG: Use <code>Popen</code> to silently invoke f77 -v</li>
<li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/22038">#22038</a>: BUG: Avoid errors on NULL during deepcopy</li>
<li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/22039">#22039</a>: DOC: Add versionchanged for converter callable behavior.</li>
<li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/22057">#22057</a>: MAINT: Quiet the anaconda uploads.</li>
<li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/22078">#22078</a>: ENH: reorder includes for testing on top of system installations...</li>
<li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/22106">#22106</a>: TST: fix test_linear_interpolation_formula_symmetric</li>
<li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/22107">#22107</a>: BUG: Fix skip condition for test_loss_of_precision[complex256]</li>
<li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/22115">#22115</a>: BLD: Build python3.11.0rc1 wheels.</li>
</ul>
<h2>Checksums</h2>
<h3>MD5</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/numpy/numpy/commit/21cacafbeeff812cf49ca0102d1dd582b6d77e2b"><code>21cacaf</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/numpy/numpy/issues/22121">#22121</a> from charris/prepare-for-1.23.2</li>
<li><a href="https://github.com/numpy/numpy/commit/97cc2c0ec44753ba0d6fde2bdf25784ffaf9a11f"><code>97cc2c0</code></a> REL: Prepare for the NumPy 1.23.2 release.</li>
<li><a href="https://github.com/numpy/numpy/commit/4bdf678453c96ec6a4739ea47bc18e2fab481b78"><code>4bdf678</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/numpy/numpy/issues/22115">#22115</a> from charris/backport-22102</li>
<li><a href="https://github.com/numpy/numpy/commit/cb6344575938c1babe1439952f58952a72709395"><code>cb63445</code></a> BLD: Build python3.11.0rc1 wheels.</li>
<li><a href="https://github.com/numpy/numpy/commit/a5c9fb16cbd9e06f55f537e9d1666b877b581822"><code>a5c9fb1</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/numpy/numpy/issues/22106">#22106</a> from charris/backport-22105</li>
<li><a href="https://github.com/numpy/numpy/commit/283f02508d260083b5542af063c82b80bee016c3"><code>283f025</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/numpy/numpy/issues/22107">#22107</a> from charris/backport-22083</li>
<li><a href="https://github.com/numpy/numpy/commit/3fdeae210e0146846c552e5069f6dadddedd7e83"><code>3fdeae2</code></a> BUG: Fix skip condition for test_loss_of_precision[complex256]</li>
<li><a href="https://github.com/numpy/numpy/commit/f41020bf8c8171da4472b92959e91b4029dc8cff"><code>f41020b</code></a> TST: fix test_linear_interpolation_formula_symmetric</li>
<li><a href="https://github.com/numpy/numpy/commit/72b98a0d42c9e52cd2650cf357bc0ccb20264b27"><code>72b98a0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/numpy/numpy/issues/22078">#22078</a> from charris/backport-22017</li>
<li><a href="https://github.com/numpy/numpy/commit/9d1d01af280be6f80e4cf5a210f174cd98471ed4"><code>9d1d01a</code></a> ENH: reorder includes for system installations</li>
<li>Additional commits viewable in <a href="https://github.com/numpy/numpy/compare/v1.19.2...v1.23.2">compare view</a></li>
</ul>
</details>
<br />
[](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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Bumps numpy from 1.19.2 to 1.23.2.
Release notes
Sourced from numpy's releases.
... (truncated)
Commits
21cacafMerge pull request #22121 from charris/prepare-for-1.23.297cc2c0REL: Prepare for the NumPy 1.23.2 release.4bdf678Merge pull request #22115 from charris/backport-22102cb63445BLD: Build python3.11.0rc1 wheels.a5c9fb1Merge pull request #22106 from charris/backport-22105283f025Merge pull request #22107 from charris/backport-220833fdeae2BUG: Fix skip condition for test_loss_of_precision[complex256]f41020bTST: fix test_linear_interpolation_formula_symmetric72b98a0Merge pull request #22078 from charris/backport-220179d1d01aENH: reorder includes for system installationsDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Superseded by #108.
Pull request closed