Skip to content

Commit

Permalink
Bump numpy from 1.26.1 to 1.26.2 (#22)
Browse files Browse the repository at this point in the history
Bumps [numpy](https://github.com/numpy/numpy) from 1.26.1 to 1.26.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>1.26.2 release</h2>
<h1>NumPy 1.26.2 Release Notes</h1>
<p>NumPy 1.26.2 is a maintenance release that fixes bugs and regressions
discovered after the 1.26.1 release. The 1.26.release series is the last
planned minor release series before NumPy 2.0. The Python versions
supported by this release are 3.9-3.12.</p>
<h2>Contributors</h2>
<p>A total of 13 people contributed to this release. People with a
&quot;+&quot; by
their names contributed a patch for the first time.</p>
<ul>
<li><a
href="https://github.com/stefan6419846"><code>@​stefan6419846</code></a></li>
<li><a
href="https://github.com/thalassemia"><code>@​thalassemia</code></a>
+</li>
<li>Andrew Nelson</li>
<li>Charles Bousseau +</li>
<li>Charles Harris</li>
<li>Marcel Bargull +</li>
<li>Mark Mentovai +</li>
<li>Matti Picus</li>
<li>Nathan Goldbaum</li>
<li>Ralf Gommers</li>
<li>Sayed Adel</li>
<li>Sebastian Berg</li>
<li>William Ayd +</li>
</ul>
<h2>Pull requests merged</h2>
<p>A total of 25 pull requests were merged for this release.</p>
<ul>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/24814">#24814</a>:
MAINT: align test_dispatcher s390x targets with
_umath_tests_mtargets</li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/24929">#24929</a>:
MAINT: prepare 1.26.x for further development</li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/24955">#24955</a>:
ENH: Add Cython enumeration for NPY_FR_GENERIC</li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/24962">#24962</a>:
REL: Remove Python upper version from the release branch</li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/24971">#24971</a>:
BLD: Use the correct Python interpreter when running tempita.py</li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/24972">#24972</a>:
MAINT: Remove unhelpful error replacements from
<code>import_array()</code></li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/24977">#24977</a>:
BLD: use classic linker on macOS, the new one in XCode 15 has...</li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/25003">#25003</a>:
BLD: musllinux_aarch64 [wheel build]</li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/25043">#25043</a>:
MAINT: Update mailmap</li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/25049">#25049</a>:
MAINT: Update meson build infrastructure.</li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/25071">#25071</a>:
MAINT: Split up .github/workflows to match main</li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/25083">#25083</a>:
BUG: Backport fix build on ppc64 when the baseline set to Power9...</li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/25093">#25093</a>:
BLD: Fix features.h detection for Meson builds [1.26.x Backport]</li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/25095">#25095</a>:
BUG: Avoid intp conversion regression in Cython 3 (backport)</li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/25107">#25107</a>:
CI: remove obsolete jobs, and move macOS and conda Azure jobs...</li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/25108">#25108</a>:
CI: Add linux_qemu action and remove travis testing.</li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/25112">#25112</a>:
MAINT: Update .spin/cmds.py from main.</li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/25113">#25113</a>:
DOC: Visually divide main license and bundled licenses in wheels</li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/25115">#25115</a>:
MAINT: Add missing <code>noexcept</code> to shuffle helpers</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/numpy/numpy/commit/03b62604eead0f7d279a5a4c094743eb29647368"><code>03b6260</code></a>
Merge pull request <a
href="https://redirect.github.com/numpy/numpy/issues/25128">#25128</a>
from charris/prepare-1.26.2</li>
<li><a
href="https://github.com/numpy/numpy/commit/6961f60056be3fce2f4c1c9aa1f8840675135973"><code>6961f60</code></a>
REL: Prepare for the NumPy 1.26.2 release</li>
<li><a
href="https://github.com/numpy/numpy/commit/d81f0aeae67300e5d6f295597a3c53ec204ca077"><code>d81f0ae</code></a>
Merge pull request <a
href="https://redirect.github.com/numpy/numpy/issues/25121">#25121</a>
from charris/backport-25042</li>
<li><a
href="https://github.com/numpy/numpy/commit/766d5a83a2eb5db9a6deca4616a6e32c45955782"><code>766d5a8</code></a>
BUG: ensure passing <code>np.dtype</code> to itself doesn't crash</li>
<li><a
href="https://github.com/numpy/numpy/commit/cefdd34ec2c8b8acb9507b1c01637e9ac0f8f762"><code>cefdd34</code></a>
Merge pull request <a
href="https://redirect.github.com/numpy/numpy/issues/25120">#25120</a>
from charris/backport-25063</li>
<li><a
href="https://github.com/numpy/numpy/commit/ae77d675544ccc772eab73f3316134de99278629"><code>ae77d67</code></a>
Merge pull request <a
href="https://redirect.github.com/numpy/numpy/issues/25119">#25119</a>
from charris/backport-25090</li>
<li><a
href="https://github.com/numpy/numpy/commit/0035b44c4276c0b72e56e52a4cf7a7048f487b70"><code>0035b44</code></a>
BLD: change default of the <code>allow-noblas</code> option to
true.</li>
<li><a
href="https://github.com/numpy/numpy/commit/12b7b352020b1e7204430bee82af05c804b32f7d"><code>12b7b35</code></a>
BUG: Make n a long int for np.random.multinomial</li>
<li><a
href="https://github.com/numpy/numpy/commit/9887c9ce4ab45093cd063b3cade971fa98f20030"><code>9887c9c</code></a>
Merge pull request <a
href="https://redirect.github.com/numpy/numpy/issues/25118">#25118</a>
from charris/backport-25051</li>
<li><a
href="https://github.com/numpy/numpy/commit/2359aec3510bd9e8d0e80e91430ebb76291d6069"><code>2359aec</code></a>
MAINT: Make bitfield integers unsigned</li>
<li>Additional commits viewable in <a
href="https://github.com/numpy/numpy/compare/v1.26.1...v1.26.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=1.26.1&new-version=1.26.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
dependabot[bot] authored Nov 14, 2023
1 parent 1138d17 commit fa48809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
numpy==1.26.1
numpy==1.26.2

0 comments on commit fa48809

Please sign in to comment.