Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump numpy from 1.26.2 to 1.26.4 (#28)
Bumps [numpy](https://github.com/numpy/numpy) from 1.26.2 to 1.26.4. <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.26.4</h2> <h1>NumPy 1.26.4 Release Notes</h1> <p>NumPy 1.26.4 is a maintenance release that fixes bugs and regressions discovered after the 1.26.3 release. The Python versions supported by this release are 3.9-3.12. This is the last planned release in the 1.26.x series.</p> <h2>Contributors</h2> <p>A total of 13 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>Elliott Sales de Andrade</li> <li>Lucas Colley +</li> <li>Mark Ryan +</li> <li>Matti Picus</li> <li>Nathan Goldbaum</li> <li>Ola x Nilsson +</li> <li>Pieter Eendebak</li> <li>Ralf Gommers</li> <li>Sayed Adel</li> <li>Sebastian Berg</li> <li>Stefan van der Walt</li> <li>Stefano Rivera</li> </ul> <h2>Pull requests merged</h2> <p>A total of 19 pull requests were merged for this release.</p> <ul> <li><a href="https://redirect.github.com/numpy/numpy/pull/25323">#25323</a>: BUG: Restore missing asstr import</li> <li><a href="https://redirect.github.com/numpy/numpy/pull/25523">#25523</a>: MAINT: prepare 1.26.x for further development</li> <li><a href="https://redirect.github.com/numpy/numpy/pull/25539">#25539</a>: BUG: <code>numpy.array_api</code>: fix <code>linalg.cholesky</code> upper decomp...</li> <li><a href="https://redirect.github.com/numpy/numpy/pull/25584">#25584</a>: CI: Bump azure pipeline timeout to 120 minutes</li> <li><a href="https://redirect.github.com/numpy/numpy/pull/25585">#25585</a>: MAINT, BLD: Fix unused inline functions warnings on clang</li> <li><a href="https://redirect.github.com/numpy/numpy/pull/25599">#25599</a>: BLD: include fix for MinGW platform detection</li> <li><a href="https://redirect.github.com/numpy/numpy/pull/25618">#25618</a>: TST: Fix test_numeric on riscv64</li> <li><a href="https://redirect.github.com/numpy/numpy/pull/25619">#25619</a>: BLD: fix building for windows ARM64</li> <li><a href="https://redirect.github.com/numpy/numpy/pull/25620">#25620</a>: MAINT: add <code>newaxis</code> to <code>__all__</code> in <code>numpy.array_api</code></li> <li><a href="https://redirect.github.com/numpy/numpy/pull/25630">#25630</a>: BUG: Use large file fallocate on 32 bit linux platforms</li> <li><a href="https://redirect.github.com/numpy/numpy/pull/25643">#25643</a>: TST: Fix test_warning_calls on Python 3.12</li> <li><a href="https://redirect.github.com/numpy/numpy/pull/25645">#25645</a>: TST: Bump pytz to 2023.3.post1</li> <li><a href="https://redirect.github.com/numpy/numpy/pull/25658">#25658</a>: BUG: Fix AVX512 build flags on Intel Classic Compiler</li> <li><a href="https://redirect.github.com/numpy/numpy/pull/25670">#25670</a>: BLD: fix potential issue with escape sequences in <code>__config__.py</code></li> <li><a href="https://redirect.github.com/numpy/numpy/pull/25718">#25718</a>: CI: pin cygwin python to 3.9.16-1 and fix typing tests [skip...</li> <li><a href="https://redirect.github.com/numpy/numpy/pull/25720">#25720</a>: MAINT: Bump cibuildwheel to v2.16.4</li> <li><a href="https://redirect.github.com/numpy/numpy/pull/25748">#25748</a>: BLD: unvendor meson-python on 1.26.x and upgrade to meson-python...</li> <li><a href="https://redirect.github.com/numpy/numpy/pull/25755">#25755</a>: MAINT: Include header defining backtrace</li> <li><a href="https://redirect.github.com/numpy/numpy/pull/25756">#25756</a>: BUG: Fix np.quantile([Fraction(2,1)], 0.5) (<a href="https://redirect.github.com/numpy/numpy/issues/24711">#24711</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/numpy/numpy/commit/9815c16f449e12915ef35a8255329ba26dacd5c0"><code>9815c16</code></a> Merge pull request <a href="https://redirect.github.com/numpy/numpy/issues/25770">#25770</a> from charris/prepare-1.26.4</li> <li><a href="https://github.com/numpy/numpy/commit/114ed25180c9d1f17b13b2c674d7137a931d6fbf"><code>114ed25</code></a> REL: Prepare for the NumPy 1.26.4 release</li> <li><a href="https://github.com/numpy/numpy/commit/2fae4d38eaff7f68e90ffdc17149dfcc7573e204"><code>2fae4d3</code></a> Merge pull request <a href="https://redirect.github.com/numpy/numpy/issues/25323">#25323</a> from stefanor/import-asstr</li> <li><a href="https://github.com/numpy/numpy/commit/ce89a0aab33c39fe05665396447cea3347f37042"><code>ce89a0a</code></a> Merge pull request <a href="https://redirect.github.com/numpy/numpy/issues/25756">#25756</a> from charris/backport-24711</li> <li><a href="https://github.com/numpy/numpy/commit/f62dfc6c2405ccfdf859c9eabb547a59c8c835a7"><code>f62dfc6</code></a> Merge pull request <a href="https://redirect.github.com/numpy/numpy/issues/25755">#25755</a> from charris/backport-25709</li> <li><a href="https://github.com/numpy/numpy/commit/fee88abf57bed1b30bf88242693c56604db10a1b"><code>fee88ab</code></a> BUG: Fix np.quantile([Fraction(2,1)], 0.5) (<a href="https://redirect.github.com/numpy/numpy/issues/24711">#24711</a>)</li> <li><a href="https://github.com/numpy/numpy/commit/659be6848f65929cd101b489e3fa77f5fa740e33"><code>659be68</code></a> MAINT: Include header defining backtrace</li> <li><a href="https://github.com/numpy/numpy/commit/837cd38270a8da4870da22ac0127b40bf0b56b43"><code>837cd38</code></a> Merge pull request <a href="https://redirect.github.com/numpy/numpy/issues/25748">#25748</a> from rgommers/unvendor-mesonpython</li> <li><a href="https://github.com/numpy/numpy/commit/f98424077282684166d474a92d0b02df5672a3e0"><code>f984240</code></a> CI: upgrade cibuildwheel from 2.16.4 to 2.16.5 [wheel build]</li> <li><a href="https://github.com/numpy/numpy/commit/3548f9da61bacb0deb113d5bfdee57d857cea25b"><code>3548f9d</code></a> BLD: unvendor meson-python [wheel build]</li> <li>Additional commits viewable in <a href="https://github.com/numpy/numpy/compare/v1.26.2...v1.26.4">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.2&new-version=1.26.4)](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