From b5b563a95c639eb67355885eac52c2accd7f9ba0 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 18 Aug 2026 12:39:48 +0000 Subject: [PATCH 1/3] docs: fix description in `ndarray/base/kernels/generic/unary-strided1d/strategy` Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01BtNcAgnF5HjEo3yHbDT6EY --- .../kernels/generic/unary-strided1d/strategy/docs/repl.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/node_modules/@stdlib/ndarray/base/kernels/generic/unary-strided1d/strategy/docs/repl.txt b/lib/node_modules/@stdlib/ndarray/base/kernels/generic/unary-strided1d/strategy/docs/repl.txt index 7a3fcbeea919..b14506f3b920 100644 --- a/lib/node_modules/@stdlib/ndarray/base/kernels/generic/unary-strided1d/strategy/docs/repl.txt +++ b/lib/node_modules/@stdlib/ndarray/base/kernels/generic/unary-strided1d/strategy/docs/repl.txt @@ -1,7 +1,7 @@ {{alias}}( x ) - Returns an object for reshaping an ndarray as a one-dimensional strided - array view. + Returns an object containing methods for reshaping an ndarray as a + one-dimensional strided array view. Parameters ---------- From fb1b84853d5ba65e8c96f50fd97457b88f1643bf Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 18 Aug 2026 12:39:57 +0000 Subject: [PATCH 2/3] style: fix missing space in `ndarray/base/kernels/generic/unary-strided1d/unblocked` Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01BtNcAgnF5HjEo3yHbDT6EY --- .../base/kernels/generic/unary-strided1d/unblocked/lib/4d.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/ndarray/base/kernels/generic/unary-strided1d/unblocked/lib/4d.js b/lib/node_modules/@stdlib/ndarray/base/kernels/generic/unary-strided1d/unblocked/lib/4d.js index 270115397353..85c989325df1 100644 --- a/lib/node_modules/@stdlib/ndarray/base/kernels/generic/unary-strided1d/unblocked/lib/4d.js +++ b/lib/node_modules/@stdlib/ndarray/base/kernels/generic/unary-strided1d/unblocked/lib/4d.js @@ -199,7 +199,7 @@ function kernel( fcn, arrays, views, shape, stridesX, stridesY, strategyX, strat dv0.push( sv[3] ); dv1.push( sv[2] - ( S0*sv[3] ) ); dv2.push( sv[1] - ( S1*sv[2] ) ); - dv3.push( sv[0] - ( S2*sv[1]) ); + dv3.push( sv[0] - ( S2*sv[1] ) ); } } else { // order === 'column-major' // For column-major ndarrays, the first dimensions have the fastest changing indices... From 4cb95fb461cdf5bf452508df3d9f9cbec24881f0 Mon Sep 17 00:00:00 2001 From: Athan Date: Wed, 19 Aug 2026 00:12:06 -0700 Subject: [PATCH 3/3] Apply suggestions from code review Co-authored-by: Athan Signed-off-by: Athan --- .../kernels/generic/unary-strided1d/strategy/docs/repl.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/node_modules/@stdlib/ndarray/base/kernels/generic/unary-strided1d/strategy/docs/repl.txt b/lib/node_modules/@stdlib/ndarray/base/kernels/generic/unary-strided1d/strategy/docs/repl.txt index b14506f3b920..cda7cabbf51b 100644 --- a/lib/node_modules/@stdlib/ndarray/base/kernels/generic/unary-strided1d/strategy/docs/repl.txt +++ b/lib/node_modules/@stdlib/ndarray/base/kernels/generic/unary-strided1d/strategy/docs/repl.txt @@ -1,7 +1,7 @@ {{alias}}( x ) - Returns an object containing methods for reshaping an ndarray as a - one-dimensional strided array view. + Returns an object containing methods for reshaping an ndarray as a one- + dimensional strided array view. Parameters ----------