From 8bb21849d7f7a3552e9a5b7b63b01012730cf92e Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 5 May 2026 05:47:21 +0000 Subject: [PATCH 01/12] style: align `math/strided/special/dmskfloor` with namespace conventions Inserted `stdmath`, `mathematics`, `math` keywords after `stdlib` to match the keyword ordering present in 69/81 (85%) of namespace siblings. --- .../@stdlib/math/strided/special/dmskfloor/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/node_modules/@stdlib/math/strided/special/dmskfloor/package.json b/lib/node_modules/@stdlib/math/strided/special/dmskfloor/package.json index 3a3e82e2ebd0..f1ebc16b3662 100644 --- a/lib/node_modules/@stdlib/math/strided/special/dmskfloor/package.json +++ b/lib/node_modules/@stdlib/math/strided/special/dmskfloor/package.json @@ -54,6 +54,9 @@ ], "keywords": [ "stdlib", + "stdmath", + "mathematics", + "math", "math.floor", "floor", "round", From 3256fdbef1e59445f9421db42fd31f1bcc5917fb Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 5 May 2026 05:47:27 +0000 Subject: [PATCH 02/12] style: align `math/strided/special/dmskinv` with namespace conventions Inserted `stdmath`, `mathematics`, `math` keywords after `stdlib` to match the keyword ordering present in 69/81 (85%) of namespace siblings. --- .../@stdlib/math/strided/special/dmskinv/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/node_modules/@stdlib/math/strided/special/dmskinv/package.json b/lib/node_modules/@stdlib/math/strided/special/dmskinv/package.json index f51cea81f255..99d5e6eed3e5 100644 --- a/lib/node_modules/@stdlib/math/strided/special/dmskinv/package.json +++ b/lib/node_modules/@stdlib/math/strided/special/dmskinv/package.json @@ -54,6 +54,9 @@ ], "keywords": [ "stdlib", + "stdmath", + "mathematics", + "math", "inv", "multiplicative", "inverse", From 99e37ec90ea02860ff5fa0d654a6b799ff5851b4 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 5 May 2026 05:47:31 +0000 Subject: [PATCH 03/12] style: align `math/strided/special/dmskramp` with namespace conventions Inserted `stdmath`, `mathematics`, `math` keywords after `stdlib` to match the keyword ordering present in 69/81 (85%) of namespace siblings. --- .../@stdlib/math/strided/special/dmskramp/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/node_modules/@stdlib/math/strided/special/dmskramp/package.json b/lib/node_modules/@stdlib/math/strided/special/dmskramp/package.json index a3a32803ccb1..3ba67920cfe3 100644 --- a/lib/node_modules/@stdlib/math/strided/special/dmskramp/package.json +++ b/lib/node_modules/@stdlib/math/strided/special/dmskramp/package.json @@ -54,6 +54,9 @@ ], "keywords": [ "stdlib", + "stdmath", + "mathematics", + "math", "ramp", "heaviside", "max", From 8dd37a4083a45320b8e814ea2384ecc3cd14f893 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 5 May 2026 05:47:35 +0000 Subject: [PATCH 04/12] style: align `math/strided/special/dmskrsqrt` with namespace conventions Inserted `stdmath`, `mathematics`, `math` keywords after `stdlib` to match the keyword ordering present in 69/81 (85%) of namespace siblings. --- .../@stdlib/math/strided/special/dmskrsqrt/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/node_modules/@stdlib/math/strided/special/dmskrsqrt/package.json b/lib/node_modules/@stdlib/math/strided/special/dmskrsqrt/package.json index 217da78d601f..0c4f4096960d 100644 --- a/lib/node_modules/@stdlib/math/strided/special/dmskrsqrt/package.json +++ b/lib/node_modules/@stdlib/math/strided/special/dmskrsqrt/package.json @@ -54,6 +54,9 @@ ], "keywords": [ "stdlib", + "stdmath", + "mathematics", + "math", "trig", "math.sqrt", "sqrt", From 9fdf52087d1740a9dcc7a2a5422942f95105e288 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 5 May 2026 05:47:39 +0000 Subject: [PATCH 05/12] style: align `math/strided/special/dmsksqrt` with namespace conventions Inserted `stdmath`, `mathematics`, `math` keywords after `stdlib` to match the keyword ordering present in 69/81 (85%) of namespace siblings. --- .../@stdlib/math/strided/special/dmsksqrt/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/node_modules/@stdlib/math/strided/special/dmsksqrt/package.json b/lib/node_modules/@stdlib/math/strided/special/dmsksqrt/package.json index b90496f4f7ec..7c4b8ce434a6 100644 --- a/lib/node_modules/@stdlib/math/strided/special/dmsksqrt/package.json +++ b/lib/node_modules/@stdlib/math/strided/special/dmsksqrt/package.json @@ -54,6 +54,9 @@ ], "keywords": [ "stdlib", + "stdmath", + "mathematics", + "math", "trig", "math.sqrt", "sqrt", From e6a99d4f493c67e97f6291630e9624541b32d8dc Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 5 May 2026 05:47:43 +0000 Subject: [PATCH 06/12] style: align `math/strided/special/dmsktrunc` with namespace conventions Inserted `stdmath`, `mathematics`, `math` keywords after `stdlib` to match the keyword ordering present in 69/81 (85%) of namespace siblings. --- .../@stdlib/math/strided/special/dmsktrunc/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/node_modules/@stdlib/math/strided/special/dmsktrunc/package.json b/lib/node_modules/@stdlib/math/strided/special/dmsktrunc/package.json index fb0c9fb9b3d0..3e33e4f707f0 100644 --- a/lib/node_modules/@stdlib/math/strided/special/dmsktrunc/package.json +++ b/lib/node_modules/@stdlib/math/strided/special/dmsktrunc/package.json @@ -54,6 +54,9 @@ ], "keywords": [ "stdlib", + "stdmath", + "mathematics", + "math", "math.trunc", "trunc", "truncate", From 256a946dfa8280932b51dd567c617f27945400ed Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 5 May 2026 05:47:47 +0000 Subject: [PATCH 07/12] style: align `math/strided/special/smskfloor` with namespace conventions Inserted `stdmath`, `mathematics`, `math` keywords after `stdlib` to match the keyword ordering present in 69/81 (85%) of namespace siblings. --- .../@stdlib/math/strided/special/smskfloor/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/node_modules/@stdlib/math/strided/special/smskfloor/package.json b/lib/node_modules/@stdlib/math/strided/special/smskfloor/package.json index 9c3b74bfb00d..f390601e8a4a 100644 --- a/lib/node_modules/@stdlib/math/strided/special/smskfloor/package.json +++ b/lib/node_modules/@stdlib/math/strided/special/smskfloor/package.json @@ -54,6 +54,9 @@ ], "keywords": [ "stdlib", + "stdmath", + "mathematics", + "math", "math.floor", "floor", "round", From dea744ab785449ef382fa1288df038cf1d63948a Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 5 May 2026 05:47:51 +0000 Subject: [PATCH 08/12] style: align `math/strided/special/smskinv` with namespace conventions Inserted `stdmath`, `mathematics`, `math` keywords after `stdlib` to match the keyword ordering present in 69/81 (85%) of namespace siblings. --- .../@stdlib/math/strided/special/smskinv/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/node_modules/@stdlib/math/strided/special/smskinv/package.json b/lib/node_modules/@stdlib/math/strided/special/smskinv/package.json index 405e8fa01e5c..b7147fc1044e 100644 --- a/lib/node_modules/@stdlib/math/strided/special/smskinv/package.json +++ b/lib/node_modules/@stdlib/math/strided/special/smskinv/package.json @@ -54,6 +54,9 @@ ], "keywords": [ "stdlib", + "stdmath", + "mathematics", + "math", "inv", "multiplicative", "inverse", From 8c91eed1ff68ff42238010b5b856c1338c398aca Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 5 May 2026 05:47:55 +0000 Subject: [PATCH 09/12] style: align `math/strided/special/smskramp` with namespace conventions Inserted `stdmath`, `mathematics`, `math` keywords after `stdlib` to match the keyword ordering present in 69/81 (85%) of namespace siblings. --- .../@stdlib/math/strided/special/smskramp/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/node_modules/@stdlib/math/strided/special/smskramp/package.json b/lib/node_modules/@stdlib/math/strided/special/smskramp/package.json index 7d279bdf67f4..974a31819deb 100644 --- a/lib/node_modules/@stdlib/math/strided/special/smskramp/package.json +++ b/lib/node_modules/@stdlib/math/strided/special/smskramp/package.json @@ -54,6 +54,9 @@ ], "keywords": [ "stdlib", + "stdmath", + "mathematics", + "math", "ramp", "heaviside", "max", From 92ece71c856890e408d406dfcaf334f6b38f78ce Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 5 May 2026 05:47:59 +0000 Subject: [PATCH 10/12] style: align `math/strided/special/smskrsqrt` with namespace conventions Inserted `stdmath`, `mathematics`, `math` keywords after `stdlib` to match the keyword ordering present in 69/81 (85%) of namespace siblings. --- .../@stdlib/math/strided/special/smskrsqrt/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/node_modules/@stdlib/math/strided/special/smskrsqrt/package.json b/lib/node_modules/@stdlib/math/strided/special/smskrsqrt/package.json index 4944b2111678..0c5e92c84b2c 100644 --- a/lib/node_modules/@stdlib/math/strided/special/smskrsqrt/package.json +++ b/lib/node_modules/@stdlib/math/strided/special/smskrsqrt/package.json @@ -54,6 +54,9 @@ ], "keywords": [ "stdlib", + "stdmath", + "mathematics", + "math", "trig", "math.sqrt", "sqrt", From ff74efe5949d0d8a7cc95ca18172312e8f01d660 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 5 May 2026 05:48:03 +0000 Subject: [PATCH 11/12] style: align `math/strided/special/smsksqrt` with namespace conventions Inserted `stdmath`, `mathematics`, `math` keywords after `stdlib` to match the keyword ordering present in 69/81 (85%) of namespace siblings. --- .../@stdlib/math/strided/special/smsksqrt/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/node_modules/@stdlib/math/strided/special/smsksqrt/package.json b/lib/node_modules/@stdlib/math/strided/special/smsksqrt/package.json index 242ac35b325e..1966c8d026f9 100644 --- a/lib/node_modules/@stdlib/math/strided/special/smsksqrt/package.json +++ b/lib/node_modules/@stdlib/math/strided/special/smsksqrt/package.json @@ -54,6 +54,9 @@ ], "keywords": [ "stdlib", + "stdmath", + "mathematics", + "math", "trig", "math.sqrt", "sqrt", From 8f08b4c7ccacf3450f07f7a8fb654dbd86ef2894 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 5 May 2026 05:48:06 +0000 Subject: [PATCH 12/12] style: align `math/strided/special/smsktrunc` with namespace conventions Inserted `stdmath`, `mathematics`, `math` keywords after `stdlib` to match the keyword ordering present in 69/81 (85%) of namespace siblings. --- .../@stdlib/math/strided/special/smsktrunc/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/node_modules/@stdlib/math/strided/special/smsktrunc/package.json b/lib/node_modules/@stdlib/math/strided/special/smsktrunc/package.json index 6397d6e3596a..fd9a92a5c11c 100644 --- a/lib/node_modules/@stdlib/math/strided/special/smsktrunc/package.json +++ b/lib/node_modules/@stdlib/math/strided/special/smsktrunc/package.json @@ -54,6 +54,9 @@ ], "keywords": [ "stdlib", + "stdmath", + "mathematics", + "math", "math.trunc", "trunc", "truncate",