From c31183dded07a2e1b54f9e2a1d518a5a728d00a4 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 18 Aug 2026 12:21:41 +0000 Subject: [PATCH 1/4] chore: add math keywords to `blas/ext/find-index` Add the `stdmath`, `mathematics`, and `math` keywords, carried by 15 of 19 `blas/ext` members (79%) and by the generic base analog `blas/ext/base/gfind-index`. The package previously mirrored the typed-kernel keyword template (`dindex-of`/`sindex-of`), which drops the namespace-level math category tags that generic packages carry. --- lib/node_modules/@stdlib/blas/ext/find-index/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/node_modules/@stdlib/blas/ext/find-index/package.json b/lib/node_modules/@stdlib/blas/ext/find-index/package.json index d82288a9fd4a..69c9b941352a 100644 --- a/lib/node_modules/@stdlib/blas/ext/find-index/package.json +++ b/lib/node_modules/@stdlib/blas/ext/find-index/package.json @@ -50,6 +50,9 @@ ], "keywords": [ "stdlib", + "stdmath", + "mathematics", + "math", "blas", "find", "index", From 18031aab4bb325fd1ca8f716570f3841850f27f9 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 18 Aug 2026 12:22:33 +0000 Subject: [PATCH 2/4] chore: add math keywords to `blas/ext/find-last-index` Add the `stdmath`, `mathematics`, and `math` keywords, carried by 15 of 19 `blas/ext` members (79%) and by the generic base analog `blas/ext/base/gfind-last-index`. The package previously mirrored the typed-kernel keyword template (`dindex-of`/`sindex-of`), which drops the namespace-level math category tags that generic packages carry. --- lib/node_modules/@stdlib/blas/ext/find-last-index/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/node_modules/@stdlib/blas/ext/find-last-index/package.json b/lib/node_modules/@stdlib/blas/ext/find-last-index/package.json index 014d763b900e..728f6b06ba05 100644 --- a/lib/node_modules/@stdlib/blas/ext/find-last-index/package.json +++ b/lib/node_modules/@stdlib/blas/ext/find-last-index/package.json @@ -50,6 +50,9 @@ ], "keywords": [ "stdlib", + "stdmath", + "mathematics", + "math", "blas", "find", "index", From 5f2be06656328c169bbb15af4a39568f38bc1083 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 18 Aug 2026 12:22:33 +0000 Subject: [PATCH 3/4] chore: add math keywords to `blas/ext/index-of` Add the `stdmath`, `mathematics`, and `math` keywords, carried by 15 of 19 `blas/ext` members (79%) and by the generic base analog `blas/ext/base/gindex-of`. The package previously mirrored the typed-kernel keyword template (`dindex-of`/`sindex-of`), which drops the namespace-level math category tags that generic packages carry. --- lib/node_modules/@stdlib/blas/ext/index-of/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/node_modules/@stdlib/blas/ext/index-of/package.json b/lib/node_modules/@stdlib/blas/ext/index-of/package.json index 7628512fd8c0..381982d48fbf 100644 --- a/lib/node_modules/@stdlib/blas/ext/index-of/package.json +++ b/lib/node_modules/@stdlib/blas/ext/index-of/package.json @@ -50,6 +50,9 @@ ], "keywords": [ "stdlib", + "stdmath", + "mathematics", + "math", "blas", "find", "index", From 2121d173d2e73fafa633a2522498ac95c0d0d58c Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 18 Aug 2026 12:22:34 +0000 Subject: [PATCH 4/4] chore: add math keywords to `blas/ext/last-index-of` Add the `stdmath`, `mathematics`, and `math` keywords, carried by 15 of 19 `blas/ext` members (79%) and by the generic base analog `blas/ext/base/glast-index-of`. The package previously mirrored the typed-kernel keyword template (`dindex-of`/`sindex-of`), which drops the namespace-level math category tags that generic packages carry. --- lib/node_modules/@stdlib/blas/ext/last-index-of/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/node_modules/@stdlib/blas/ext/last-index-of/package.json b/lib/node_modules/@stdlib/blas/ext/last-index-of/package.json index 44abb267a895..397bba1007c8 100644 --- a/lib/node_modules/@stdlib/blas/ext/last-index-of/package.json +++ b/lib/node_modules/@stdlib/blas/ext/last-index-of/package.json @@ -50,6 +50,9 @@ ], "keywords": [ "stdlib", + "stdmath", + "mathematics", + "math", "blas", "find", "findlast",