Browse Source
699: Bump ndarray from 0.15.3 to 0.15.4 r=thomaseizinger a=dependabot[bot] Bumps [ndarray](https://github.com/rust-ndarray/ndarray) from 0.15.3 to 0.15.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-ndarray/ndarray/blob/master/RELEASES.md">ndarray's changelog</a>.</em></p> <blockquote> <h1>Version 0.15.4 (2021-11-23)</h1> <p>The Dr. Turner release 🚀</p> <h2>New features</h2> <ul> <li> <p>Complex matrix multiplication now uses BLAS <code>cgemm</code>/<code>zgemm</code> when enabled (and matrix layout allows), by [<a href="https://github.com/ethanhs"><code>`@ethanhs</code></a>].</p>` <p><a href="https://github-redirect.dependabot.com/rust-ndarray/ndarray/pull/1106">rust-ndarray/ndarray#1106</a></p> </li> <li> <p>Use <code>matrixmultiply</code> as fallback for complex matrix multiplication when BLAS is not available or the matrix layout requires it by [<a href="https://github.com/bluss"><code>`@bluss</code></a>]</p>` <p><a href="https://github-redirect.dependabot.com/rust-ndarray/ndarray/pull/1118">rust-ndarray/ndarray#1118</a></p> </li> <li> <p>Add <code>into/to_slice_memory_order</code> methods for views, lifetime-preserving versions of existing similar methods by [<a href="https://github.com/jturner314"><code>`@jturner314</code></a>]</p>` <p><a href="https://github-redirect.dependabot.com/rust-ndarray/ndarray/pull/1015">rust-ndarray/ndarray#1015</a></p> </li> <li> <p><code>kron</code> function for Kronecker product by [<a href="https://github.com/ethanhs"><code>`@ethanhs</code></a>].</p>` <p><a href="https://github-redirect.dependabot.com/rust-ndarray/ndarray/pull/1105">rust-ndarray/ndarray#1105</a></p> </li> <li> <p><code>split_complex</code> method for splitting complex arrays into separate real and imag view parts by [<a href="https://github.com/jturner314"><code>`@jturner314</code></a>]` and [<a href="https://github.com/ethanhs"><code>`@ethanhs</code></a>].</p>` <p><a href="https://github-redirect.dependabot.com/rust-ndarray/ndarray/pull/1107">rust-ndarray/ndarray#1107</a></p> </li> <li> <p>New method <code>try_into_owned_nocopy</code> by [<a href="https://github.com/jturner314"><code>`@jturner314</code></a>]</p>` <p><a href="https://github-redirect.dependabot.com/rust-ndarray/ndarray/pull/1022">rust-ndarray/ndarray#1022</a></p> </li> <li> <p>New producer and iterable <code>axis_windows</code> by [<a href="https://github.com/VasanthakumarV"><code>`@VasanthakumarV</code></a>]` and [<a href="https://github.com/jturner314"><code>`@jturner314</code></a>].</p>` <p><a href="https://github-redirect.dependabot.com/rust-ndarray/ndarray/pull/1022">rust-ndarray/ndarray#1022</a></p> </li> <li> <p>New method <code>Zip::par_fold</code> by [<a href="https://github.com/adamreichold"><code>`@adamreichold</code></a>]</p>` <p><a href="https://github-redirect.dependabot.com/rust-ndarray/ndarray/pull/1095">rust-ndarray/ndarray#1095</a></p> </li> <li> <p>New constructor <code>from_diag_elem</code> by [<a href="https://github.com/jturner314"><code>`@jturner314</code></a>]</p>` <p><a href="https://github-redirect.dependabot.com/rust-ndarray/ndarray/pull/1076">rust-ndarray/ndarray#1076</a></p> </li> <li> <p><code>Parallel::with_min_len</code> method for parallel iterators by [<a href="https://github.com/adamreichold"><code>`@adamreichold</code></a>]</p>` </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="debug-collab-settlement075199dcd1
"><code>075199d</code></a> 0.15.4</li> <li><a href="dca300ae2b
"><code>dca300a</code></a> doc: Slight tweaks to the introduction paragraphs of ArrayBase</li> <li><a href="ebe9e98d43
"><code>ebe9e98</code></a> Fix typos in push/append docs</li> <li><a href="25e2863774
"><code>25e2863</code></a> doc: Give crate feature flags its own doc page</li> <li><a href="752809254e
"><code>7528092</code></a> API: Rename split_re_im to split_complex</li> <li><a href="892dab3575
"><code>892dab3</code></a> Release notes for 0.15.4</li> <li><a href="7e70a901f8
"><code>7e70a90</code></a> Add in/to_slice_memory_order for ArrayView/Mut</li> <li><a href="d281b55a54
"><code>d281b55</code></a> Fix typo in docs</li> <li><a href="5e6ebf5296
"><code>5e6ebf5</code></a> clippy: if_then_panic is no longer enabled by default (also changed name)</li> <li><a href="0fe046df5d
"><code>0fe046d</code></a> Use matrixmultiply cgemm and improve tests</li> <li>Additional commits viewable in <a href="https://github.com/rust-ndarray/ndarray/compare/0.15.3...0.15.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ndarray&package-manager=cargo&previous-version=0.15.3&new-version=0.15.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` 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
bors[bot]
3 years ago
committed by
GitHub
2 changed files with 5 additions and 5 deletions
Loading…
Reference in new issue