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.21.4 to 1.21.5 (#124)
Bumps [numpy](/~https://github.com/numpy/numpy) from 1.21.4 to 1.21.5. <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.21.5</h2> <h1>NumPy 1.21.5 Release Notes</h1> <p>NumPy 1.21.5 is a maintenance release that fixes a few bugs discovered after the 1.21.4 release and does some maintenance to extend the 1.21.x lifetime. The Python versions supported in this release are 3.7-3.10. If you want to compile your own version using gcc-11, you will need to use gcc-11.2+ to avoid problems.</p> <h2>Contributors</h2> <p>A total of 7 people contributed to this release. People with a "+" by their names contributed a patch for the first time.</p> <ul> <li>Bas van Beek</li> <li>Charles Harris</li> <li>Matti Picus</li> <li>Rohit Goswami</li> <li>Ross Barnowski</li> <li>Sayed Adel</li> <li>Sebastian Berg</li> </ul> <h2>Pull requests merged</h2> <p>A total of 11 pull requests were merged for this release.</p> <ul> <li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/20357">#20357</a>: MAINT: Do not forward <code>__(deep)copy__</code> calls of <code>_GenericAlias</code>...</li> <li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/20462">#20462</a>: BUG: Fix float16 einsum fastpaths using wrong tempvar</li> <li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/20463">#20463</a>: BUG, DIST: Print os error message when the executable not exist</li> <li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/20464">#20464</a>: BLD: Verify the ability to compile C++ sources before initiating...</li> <li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/20465">#20465</a>: BUG: Force <code>npymath</code> to respect <code>npy_longdouble</code></li> <li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/20466">#20466</a>: BUG: Fix failure to create aligned, empty structured dtype</li> <li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/20467">#20467</a>: ENH: provide a convenience function to replace <code>npy_load_module</code></li> <li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/20495">#20495</a>: MAINT: update wheel to version that supports python3.10</li> <li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/20497">#20497</a>: BUG: Clear errors correctly in F2PY conversions</li> <li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/20613">#20613</a>: DEV: add a warningfilter to fix pytest workflow.</li> <li><a href="https://github-redirect.dependabot.com/numpy/numpy/pull/20618">#20618</a>: MAINT: Help boost::python libraries at least not crash</li> </ul> <h2>Checksums</h2> <h3>MD5</h3> <pre><code>e00a3c2e1461dd2920ab4af6b753d3da numpy-1.21.5-cp310-cp310-macosx_10_9_universal2.whl 50e0526fa29110fb6033fa8285fba4e1 numpy-1.21.5-cp310-cp310-macosx_10_9_x86_64.whl bdbb19e7656d66250aa67bd1c7924764 numpy-1.21.5-cp310-cp310-macosx_11_0_arm64.whl c5c982a07797c8963b8fec44aae6db09 numpy-1.21.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl 8b27b622f58caeeb7f14472651d655e3 numpy-1.21.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl e545f6f85f950f57606efcaeeac2e50a numpy-1.21.5-cp310-cp310-win_amd64.whl 5c36eefdcb039c0d4db8882fddbeb695 numpy-1.21.5-cp37-cp37m-macosx_10_9_x86_64.whl b5d080e0fd8b658419b3636f1cf5dc3a numpy-1.21.5-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="/~https://github.com/numpy/numpy/commit/c3d0a09342c08c466984654bc4738af595fba896"><code>c3d0a09</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/numpy/numpy/issues/20625">#20625</a> from charris/prepare-for-1.22.5</li> <li><a href="/~https://github.com/numpy/numpy/commit/d8dfa93b1145699a315d732ad7dd761dda0ccd1a"><code>d8dfa93</code></a> REL: Prepare for NumPy 1.21.5 release.</li> <li><a href="/~https://github.com/numpy/numpy/commit/e559d9a304e95a951a05152b78897c8283400855"><code>e559d9a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/numpy/numpy/issues/20618">#20618</a> from charris/backport-20616</li> <li><a href="/~https://github.com/numpy/numpy/commit/c2495e3d1709d9555867862810529a84b4b806d4"><code>c2495e3</code></a> MAINT: Help boost::python libraries at least not crash</li> <li><a href="/~https://github.com/numpy/numpy/commit/8c04d2a9cf218114260ca39fd8877ecfb4e4409f"><code>8c04d2a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/numpy/numpy/issues/20613">#20613</a> from charris/backport-20604</li> <li><a href="/~https://github.com/numpy/numpy/commit/10f08781af0a37fa3406728a9b2d7f01bc478aae"><code>10f0878</code></a> DEV: add a warningfilter to fix pytest workflow.</li> <li><a href="/~https://github.com/numpy/numpy/commit/f6bcca4ac935be9ca6c016a95bd71fdc458ceacc"><code>f6bcca4</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/numpy/numpy/issues/20497">#20497</a> from charris/backport-20404</li> <li><a href="/~https://github.com/numpy/numpy/commit/1503492f27b9e74f4092f6fe3027a8ac1898e037"><code>1503492</code></a> BUG: Clear errors correctly in F2PY conversions</li> <li><a href="/~https://github.com/numpy/numpy/commit/e34b45c0b578b0dd7b895d041cc9bd7f7a6f4c65"><code>e34b45c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/numpy/numpy/issues/20495">#20495</a> from charris/backport-20486</li> <li><a href="/~https://github.com/numpy/numpy/commit/7cc278d32b0b6e1cb7f1eb391497701bbd4bec32"><code>7cc278d</code></a> MAINT: Sanitize C++ flags.</li> <li>Additional commits viewable in <a href="/~https://github.com/numpy/numpy/compare/v1.21.4...v1.21.5">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.21.4&new-version=1.21.5)](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>
- Loading branch information