chore(deps): update rust crate ndarray to 0.16.1 #110
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.15.6
->0.16.1
Release Notes
rust-ndarray/ndarray (ndarray)
v0.16.1
Compare Source
===========================
v0.16.0
Compare Source
===========================
Featured Changes
.into_shape()
is now deprecated.Use
.into_shape_with_order()
or.to_shape()
instead, which don't haveinto_shape
's drawbacks.New Features and Improvements
RawViewMut::from_shape_ptr
with a debug assertion by @bluss #1413CowArray
an owned storage array, require Clone bound forinto_shared
by @jturner314 #1028NdProducer::Dim
ofaxis_windows()
toIx1
by @jonasBoss #1305squeeze()
to dynamic dimension arrays by @barakugav #1396flatten
,flatten_with_order
andinto_flat
to arrays by @barakugav #1397is_unique
forArcArray
by @daniellga #1399triu
andtril
methods directly to ArrayBase by @akern40 #1386product_axis
by @akern40 #1387LanesIter
by @Muthsera #1237From<&[[A; N]]> for ArrayView
andFrom<&mut [[A; N]]> for ArrayViewMut
by @jturner314 #1131s![]
macro by @jturner314 #1196base
Computations to be Safer by @LazaroHurtado #1297Windows
by @LazaroHurtado #1249clone_from()
in two places by @ChayimFriedman2 #1347Tests, CI and Maintainer tasks
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.