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.0 to 1.26.1 (#17)
Bumps [numpy](https://github.com/numpy/numpy) from 1.26.0 to 1.26.1. <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.1</h2> <h1>NumPy 1.26.1 Release Notes</h1> <p>NumPy 1.26.1 is a maintenance release that fixes bugs and regressions discovered after the 1.26.0 release. In addition, it adds new functionality for detecting BLAS and LAPACK when building from source. Highlights are:</p> <ul> <li>Improved detection of BLAS and LAPACK libraries for meson builds</li> <li>Pickle compatibility with the upcoming NumPy 2.0.</li> </ul> <p>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>Build system changes</h2> <h3>Improved BLAS/LAPACK detection and control</h3> <p>Auto-detection for a number of BLAS and LAPACK is now implemented for Meson. By default, the build system will try to detect MKL, Accelerate (on macOS >=13.3), OpenBLAS, FlexiBLAS, BLIS and reference BLAS/LAPACK. Support for MKL was significantly improved, and support for FlexiBLAS was added.</p> <p>New command-line flags are available to further control the selection of the BLAS and LAPACK libraries to build against.</p> <p>To select a specific library, use the config-settings interface via <code>pip</code> or <code>pypa/build</code>. E.g., to select <code>libblas</code>/<code>liblapack</code>, use:</p> <pre><code>$ pip install numpy -Csetup-args=-Dblas=blas -Csetup-args=-Dlapack=lapack $ # OR $ python -m build . -Csetup-args=-Dblas=blas -Csetup-args=-Dlapack=lapack </code></pre> <p>This works not only for the libraries named above, but for any library that Meson is able to detect with the given name through <code>pkg-config</code> or CMake.</p> <p>Besides <code>-Dblas</code> and <code>-Dlapack</code>, a number of other new flags are available to control BLAS/LAPACK selection and behavior:</p> <ul> <li><code>-Dblas-order</code> and <code>-Dlapack-order</code>: a list of library names to search for in order, overriding the default search order.</li> <li><code>-Duse-ilp64</code>: if set to <code>true</code>, use ILP64 (64-bit integer) BLAS and LAPACK. Note that with this release, ILP64 support has been extended to include MKL and FlexiBLAS. OpenBLAS and Accelerate were supported in previous releases.</li> <li><code>-Dallow-noblas</code>: if set to <code>true</code>, allow NumPy to build with its internal (very slow) fallback routines instead of linking against an external BLAS/LAPACK library. *The default for this flag may be</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/numpy/numpy/commit/411a55b9ec084c3315fe5f199351c31d0eb3c352"><code>411a55b</code></a> Merge pull request <a href="https://redirect.github.com/numpy/numpy/issues/24928">#24928</a> from charris/update-version</li> <li><a href="https://github.com/numpy/numpy/commit/aa91e5dda302775934ace7de30b723d26740dd38"><code>aa91e5d</code></a> REL: Update release versions</li> <li><a href="https://github.com/numpy/numpy/commit/6207a5203983e720cd36f49a39ba8ea3433c3231"><code>6207a52</code></a> Merge pull request <a href="https://redirect.github.com/numpy/numpy/issues/24916">#24916</a> from charris/prepare-1.26.1-release</li> <li><a href="https://github.com/numpy/numpy/commit/e27f774668c0a412d542c12506406781721ba2fc"><code>e27f774</code></a> MAINT: Revert cibuildwheel update</li> <li><a href="https://github.com/numpy/numpy/commit/48bdb177f8f7f474360b814fec621049909751c5"><code>48bdb17</code></a> REL: Prepare for the NumPy 1.26.1 release</li> <li><a href="https://github.com/numpy/numpy/commit/f51d3ad7355d2c7affbda50ed83ba6f6c203d21c"><code>f51d3ad</code></a> Merge pull request <a href="https://redirect.github.com/numpy/numpy/issues/24912">#24912</a> from charris/backport-24904</li> <li><a href="https://github.com/numpy/numpy/commit/94e315d3a249d999a9db1c3921c2488e81070651"><code>94e315d</code></a> Merge pull request <a href="https://redirect.github.com/numpy/numpy/issues/24911">#24911</a> from charris/backport-24860</li> <li><a href="https://github.com/numpy/numpy/commit/114d08667afaa99774b52e23b7a2834c2103f135"><code>114d086</code></a> Merge pull request <a href="https://redirect.github.com/numpy/numpy/issues/24906">#24906</a> from mtsokol/backport-_core-stubs</li> <li><a href="https://github.com/numpy/numpy/commit/54e6e65956d9b400dc6ed636ef93c6abf4885a3e"><code>54e6e65</code></a> BUG: loongarch doesn't use REAL(10)</li> <li><a href="https://github.com/numpy/numpy/commit/cc5e90fb74c2b0319ffbd15d3de734b3fb79b47b"><code>cc5e90f</code></a> MAINT: Bump pypa/cibuildwheel from 2.16.1 to 2.16.2</li> <li>Additional commits viewable in <a href="https://github.com/numpy/numpy/compare/v1.26.0...v1.26.1">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.0&new-version=1.26.1)](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