build(deps): Bump ndarray from 0.15.6 to 0.17.2 in /frontend/df-wasm - #2
Open
dependabot[bot] wants to merge 1 commit into
Open
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
|
All contributors have signed the CLA ✍️ ✅ |
Owner
|
recheck |
Fossferous
added a commit
that referenced
this pull request
Sep 8, 2026
Dependabot has offered ndarray 0.15 -> 0.17 since July. The manifest already said why it must not move; now it says so with the evidence, because a comment asserting a constraint invites the next person to try it anyway. Tried it: deep_filter is pinned at tag v0.5.6 and brings its own ndarray, so two incompatible ArrayView2 types meet at `self.inner.process(noisy.view(), enh.view_mut())` and df-wasm stops compiling for wasm32. The pin can only move when deep_filter's does. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Bumps [ndarray](https://github.com/rust-ndarray/ndarray) from 0.15.6 to 0.17.2. - [Release notes](https://github.com/rust-ndarray/ndarray/releases) - [Changelog](https://github.com/rust-ndarray/ndarray/blob/master/RELEASES.md) - [Commits](rust-ndarray/ndarray@0.15.6...0.17.2) --- updated-dependencies: - dependency-name: ndarray dependency-version: 0.17.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/cargo/frontend/df-wasm/ndarray-0.17.2
branch
from
September 8, 2026 07:21
4a0df86 to
854d9a6
Compare
Owner
|
Tried on 2026-09-08 and it cannot be taken yet.
The pin can only move when deep_filter's does. The manifest now records that, and |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bumps ndarray from 0.15.6 to 0.17.2.
Release notes
Sourced from ndarray's releases.
Changelog
Sourced from ndarray's changelog.
... (truncated)
Commits
2cf23d6chore: Release1eb4559Remove most version specifiers inREADME(#1573)59c1ce0Craft a release log for 0.17.2 (#1572)6fd0a9dClean up clippy allows and unnecessary borrows (#1571)8adf5d8Revert #1563 and #1567 to prepare for patch release (#1570)953f2e9Move LayoutBitset to its own module (#1567)6e02f15Configure docs for feature gates globally (#1565)d573745Rename Layout to LayoutBitset (#1563)13a8963Add PartialEq implementations between ArrayRef and ArrayBase (#1557)e039158Add additional commits to ignore on git blame (#1562)