build(deps): bump ndarray from 0.15.1 to 0.15.6 in /rust
Bumps ndarray from 0.15.1 to 0.15.6.
Changelog
Sourced from ndarray's changelog.
Version 0.15.6 (2022-07-30)
New features
Add
get_ptrandget_mut_ptrmethods for getting an element's pointer from an index, by [@adamreichold].Other changes
Various fixes to resolve compiler and Clippy warnings/errors, by [
@aganders3] and [@jturner314].Fix description of
stack!in quick start docs, by [@jturner314]. Thanks to [@HyeokSuLee] for pointing out the issue.Add MSRV to
Cargo.toml.Version 0.15.5 (2022-07-30)
Enhancements
The
s!macro now works inno_stdenvironments, by [@makotokato].Other changes
Improve docs and fix typos, by [
@steffahn] and [@Rikorose].Version 0.15.4 (2021-11-23)
... (truncated)
Commits
e080d62Release version 0.15.6853384aMerge pull request #1151 from adamreichold/pub-get-ptreb50663Rename get_ptr_mut to get_mut_ptr to be more consistent with the as_mut_ptr m...2f0b37bMake ArrayBase::get_ptr(_mut) public to enable indexing into raw views.dedb15fMerge pull request #1190 from jturner314/cherry-pick-11711d0212cfix(clippy): remove unnecessary keyword in formata6c8bd2fix(clippy): remove unnecessary derefs45a1dedfix(doctest): allow warning of unused #[macro_use] in itertools doctestcd6fc28fix(clippy): remove unused lifetimes from trait implsff74996fix(ci): lint with clippy- Additional commits viewable in compare view
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 commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Dependabot couldn't find a Cargo.toml. Because of this, Dependabot cannot update this pull request.
@reyammer Quiet a few fixes on this update
Thanks @gaby for flagging this. CC @ia0 to take a look
As far as I can tell this is obsolete and can be closed. Head is already using 0.15.6.
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.