From 29fa4f0f2ac5c0634248beda1bb3c0201e3483ee Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 29 Apr 2026 20:32:39 +0000 Subject: [PATCH 01/15] style: align `constants/float16/ln-two` with namespace conventions Added the `float` keyword (present in 51/53 = 96% of `constants/float16` siblings) to the package.json keywords array. https://claude.ai/code/session_011sBeKV2dRzvYJiudfJuS7V --- lib/node_modules/@stdlib/constants/float16/ln-two/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/node_modules/@stdlib/constants/float16/ln-two/package.json b/lib/node_modules/@stdlib/constants/float16/ln-two/package.json index 17b4c8e2be9f..cb67668bc9ef 100644 --- a/lib/node_modules/@stdlib/constants/float16/ln-two/package.json +++ b/lib/node_modules/@stdlib/constants/float16/ln-two/package.json @@ -63,6 +63,7 @@ "half", "sgl", "precision", + "float", "floating-point", "float16" ] From 5c3929537167fd2c239763d43fc02d708ee80b0f Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 29 Apr 2026 20:32:44 +0000 Subject: [PATCH 02/15] style: align `constants/float16/max-base10-exponent` with namespace conventions Added the `float16` keyword (present in 44/53 = 83% of `constants/float16` siblings) to the package.json keywords array. https://claude.ai/code/session_011sBeKV2dRzvYJiudfJuS7V --- .../@stdlib/constants/float16/max-base10-exponent/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/node_modules/@stdlib/constants/float16/max-base10-exponent/package.json b/lib/node_modules/@stdlib/constants/float16/max-base10-exponent/package.json index 6e1ff232cf56..04ecca04638a 100644 --- a/lib/node_modules/@stdlib/constants/float16/max-base10-exponent/package.json +++ b/lib/node_modules/@stdlib/constants/float16/max-base10-exponent/package.json @@ -58,6 +58,7 @@ "half", "floating-point", "float", + "float16", "ieee754", "exponent", "max", From 348a8d590eb79dd3fc00ddf107710c1383c2a4a0 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 29 Apr 2026 20:32:48 +0000 Subject: [PATCH 03/15] style: align `constants/float16/max-base10-exponent-subnormal` with namespace conventions Added the `float16` keyword (present in 44/53 = 83% of `constants/float16` siblings) to the package.json keywords array. https://claude.ai/code/session_011sBeKV2dRzvYJiudfJuS7V --- .../constants/float16/max-base10-exponent-subnormal/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/node_modules/@stdlib/constants/float16/max-base10-exponent-subnormal/package.json b/lib/node_modules/@stdlib/constants/float16/max-base10-exponent-subnormal/package.json index fb96a07086c7..3f786bd61026 100644 --- a/lib/node_modules/@stdlib/constants/float16/max-base10-exponent-subnormal/package.json +++ b/lib/node_modules/@stdlib/constants/float16/max-base10-exponent-subnormal/package.json @@ -58,6 +58,7 @@ "half", "floating-point", "float", + "float16", "ieee754", "exponent", "max", From 8e78e0a344ee98b18f27a47b87f1e71387cae537 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 29 Apr 2026 20:32:54 +0000 Subject: [PATCH 04/15] style: align `constants/float16/max-base2-exponent` with namespace conventions Added the `float16` keyword (present in 44/53 = 83% of `constants/float16` siblings) to the package.json keywords array. https://claude.ai/code/session_011sBeKV2dRzvYJiudfJuS7V --- .../@stdlib/constants/float16/max-base2-exponent/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/node_modules/@stdlib/constants/float16/max-base2-exponent/package.json b/lib/node_modules/@stdlib/constants/float16/max-base2-exponent/package.json index e44615e35a24..fb17ae2a1a17 100644 --- a/lib/node_modules/@stdlib/constants/float16/max-base2-exponent/package.json +++ b/lib/node_modules/@stdlib/constants/float16/max-base2-exponent/package.json @@ -59,6 +59,7 @@ "flt", "floating-point", "float", + "float16", "ieee754", "bias", "exponent", From 62fcd5bb2c68a43097a04de6947510b9b53c8c66 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 29 Apr 2026 20:32:59 +0000 Subject: [PATCH 05/15] style: align `constants/float16/max-base2-exponent-subnormal` with namespace conventions Added the `float16` keyword (present in 44/53 = 83% of `constants/float16` siblings) to the package.json keywords array. https://claude.ai/code/session_011sBeKV2dRzvYJiudfJuS7V --- .../constants/float16/max-base2-exponent-subnormal/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/node_modules/@stdlib/constants/float16/max-base2-exponent-subnormal/package.json b/lib/node_modules/@stdlib/constants/float16/max-base2-exponent-subnormal/package.json index 4a2cd288b720..d94c18452ef0 100644 --- a/lib/node_modules/@stdlib/constants/float16/max-base2-exponent-subnormal/package.json +++ b/lib/node_modules/@stdlib/constants/float16/max-base2-exponent-subnormal/package.json @@ -58,6 +58,7 @@ "flt", "floating-point", "float", + "float16", "ieee754", "bias", "exponent", From b000d821da5fea65ec5fdcf7a3d29a4d5f07c43a Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 29 Apr 2026 20:33:05 +0000 Subject: [PATCH 06/15] style: align `constants/float16/max-safe-integer` with namespace conventions Added the `mathematics` and `math` keywords (present in 51/53 = 96% of `constants/float16` siblings) to the package.json keywords array. https://claude.ai/code/session_011sBeKV2dRzvYJiudfJuS7V --- .../@stdlib/constants/float16/max-safe-integer/package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/node_modules/@stdlib/constants/float16/max-safe-integer/package.json b/lib/node_modules/@stdlib/constants/float16/max-safe-integer/package.json index 50f2ab280f56..d4958a784d36 100644 --- a/lib/node_modules/@stdlib/constants/float16/max-safe-integer/package.json +++ b/lib/node_modules/@stdlib/constants/float16/max-safe-integer/package.json @@ -52,6 +52,8 @@ "stdmath", "constant", "const", + "mathematics", + "math", "max", "maximum", "safe", From 951572de72432a29a54f671d8c9df4e6d7b021f7 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 29 Apr 2026 20:33:10 +0000 Subject: [PATCH 07/15] style: align `constants/float16/min-base10-exponent` with namespace conventions Added the `float16` keyword (present in 44/53 = 83% of `constants/float16` siblings) to the package.json keywords array. https://claude.ai/code/session_011sBeKV2dRzvYJiudfJuS7V --- .../@stdlib/constants/float16/min-base10-exponent/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/node_modules/@stdlib/constants/float16/min-base10-exponent/package.json b/lib/node_modules/@stdlib/constants/float16/min-base10-exponent/package.json index 108efeb0cf4c..d869b5ba0fbc 100644 --- a/lib/node_modules/@stdlib/constants/float16/min-base10-exponent/package.json +++ b/lib/node_modules/@stdlib/constants/float16/min-base10-exponent/package.json @@ -58,6 +58,7 @@ "half", "floating-point", "float", + "float16", "ieee754", "exponent", "min", From 23cbe9b1f68712745aaca266d8b43f346f90fd6f Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 29 Apr 2026 20:33:14 +0000 Subject: [PATCH 08/15] style: align `constants/float16/min-base10-exponent-subnormal` with namespace conventions Added the `ieee754` keyword (present in 52/53 = 98% of `constants/float16` siblings) to the package.json keywords array. https://claude.ai/code/session_011sBeKV2dRzvYJiudfJuS7V --- .../constants/float16/min-base10-exponent-subnormal/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/node_modules/@stdlib/constants/float16/min-base10-exponent-subnormal/package.json b/lib/node_modules/@stdlib/constants/float16/min-base10-exponent-subnormal/package.json index adad6d714e63..5fc41d568040 100644 --- a/lib/node_modules/@stdlib/constants/float16/min-base10-exponent-subnormal/package.json +++ b/lib/node_modules/@stdlib/constants/float16/min-base10-exponent-subnormal/package.json @@ -59,6 +59,7 @@ "floating-point", "float", "float16", + "ieee754", "exponent", "min", "minimum", From 9f54aa42c22e7d7dd936218c43b02aba1141595a Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 29 Apr 2026 20:33:18 +0000 Subject: [PATCH 09/15] style: align `constants/float16/min-base2-exponent` with namespace conventions Added the `float16` keyword (present in 44/53 = 83% of `constants/float16` siblings) to the package.json keywords array. https://claude.ai/code/session_011sBeKV2dRzvYJiudfJuS7V --- .../@stdlib/constants/float16/min-base2-exponent/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/node_modules/@stdlib/constants/float16/min-base2-exponent/package.json b/lib/node_modules/@stdlib/constants/float16/min-base2-exponent/package.json index 7d8ad53212ee..7837f1dc42c5 100644 --- a/lib/node_modules/@stdlib/constants/float16/min-base2-exponent/package.json +++ b/lib/node_modules/@stdlib/constants/float16/min-base2-exponent/package.json @@ -59,6 +59,7 @@ "flt", "floating-point", "float", + "float16", "ieee754", "bias", "exponent", From bf7f86a1fc93ba06f7feda216f50b9c975226d47 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 29 Apr 2026 20:33:23 +0000 Subject: [PATCH 10/15] style: align `constants/float16/min-base2-exponent-subnormal` with namespace conventions Added the `float16` keyword (present in 44/53 = 83% of `constants/float16` siblings) to the package.json keywords array. https://claude.ai/code/session_011sBeKV2dRzvYJiudfJuS7V --- .../constants/float16/min-base2-exponent-subnormal/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/node_modules/@stdlib/constants/float16/min-base2-exponent-subnormal/package.json b/lib/node_modules/@stdlib/constants/float16/min-base2-exponent-subnormal/package.json index c3a82b3ab5ab..1a93f3e2168c 100644 --- a/lib/node_modules/@stdlib/constants/float16/min-base2-exponent-subnormal/package.json +++ b/lib/node_modules/@stdlib/constants/float16/min-base2-exponent-subnormal/package.json @@ -58,6 +58,7 @@ "float", "flt", "floating-point", + "float16", "ieee754", "bias", "exponent", From 0b8c8a5fcfa517c416855712cc76d6036fd75597 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 29 Apr 2026 20:33:28 +0000 Subject: [PATCH 11/15] style: align `constants/float16/min-safe-integer` with namespace conventions Added the `mathematics` and `math` keywords (present in 51/53 = 96% of `constants/float16` siblings) to the package.json keywords array. https://claude.ai/code/session_011sBeKV2dRzvYJiudfJuS7V --- .../@stdlib/constants/float16/min-safe-integer/package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/node_modules/@stdlib/constants/float16/min-safe-integer/package.json b/lib/node_modules/@stdlib/constants/float16/min-safe-integer/package.json index 96d7e2e6d1ac..b34e750cecba 100644 --- a/lib/node_modules/@stdlib/constants/float16/min-safe-integer/package.json +++ b/lib/node_modules/@stdlib/constants/float16/min-safe-integer/package.json @@ -52,6 +52,8 @@ "stdmath", "constant", "const", + "mathematics", + "math", "min", "minimum", "safe", From bd1ecd614ee02ed54ab56529caacf640d167e600 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 29 Apr 2026 20:33:32 +0000 Subject: [PATCH 12/15] style: align `constants/float16/num-bytes` with namespace conventions Added the `float16` keyword (present in 44/53 = 83% of `constants/float16` siblings) to the package.json keywords array. https://claude.ai/code/session_011sBeKV2dRzvYJiudfJuS7V --- .../@stdlib/constants/float16/num-bytes/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/node_modules/@stdlib/constants/float16/num-bytes/package.json b/lib/node_modules/@stdlib/constants/float16/num-bytes/package.json index 6096a278506e..a9839077398d 100644 --- a/lib/node_modules/@stdlib/constants/float16/num-bytes/package.json +++ b/lib/node_modules/@stdlib/constants/float16/num-bytes/package.json @@ -58,6 +58,7 @@ "half-precision", "floating-point", "float", + "float16", "ieee754", "size", "sizeof", From 121f934b4ae1231736f111cf4feca4e4f90f4198 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 29 Apr 2026 20:33:37 +0000 Subject: [PATCH 13/15] style: align `constants/float16/precision` with namespace conventions Added the `float16` keyword (present in 44/53 = 83% of `constants/float16` siblings) to the package.json keywords array. https://claude.ai/code/session_011sBeKV2dRzvYJiudfJuS7V --- .../@stdlib/constants/float16/precision/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/node_modules/@stdlib/constants/float16/precision/package.json b/lib/node_modules/@stdlib/constants/float16/precision/package.json index 248453662731..a6ec0a68482c 100644 --- a/lib/node_modules/@stdlib/constants/float16/precision/package.json +++ b/lib/node_modules/@stdlib/constants/float16/precision/package.json @@ -57,6 +57,7 @@ "half", "floating-point", "float", + "float16", "ieee754", "precision", "significand" From ec3b3489e721a1ff52848b7eedc69dd14142f1f8 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 29 Apr 2026 20:33:42 +0000 Subject: [PATCH 14/15] style: align `constants/float16/sqrt-three` with namespace conventions Added the `float` keyword (present in 51/53 = 96% of `constants/float16` siblings) to the package.json keywords array. https://claude.ai/code/session_011sBeKV2dRzvYJiudfJuS7V --- .../@stdlib/constants/float16/sqrt-three/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/node_modules/@stdlib/constants/float16/sqrt-three/package.json b/lib/node_modules/@stdlib/constants/float16/sqrt-three/package.json index 2908feb94e61..69790dfca234 100644 --- a/lib/node_modules/@stdlib/constants/float16/sqrt-three/package.json +++ b/lib/node_modules/@stdlib/constants/float16/sqrt-three/package.json @@ -63,6 +63,7 @@ "half", "half-precision", "floating-point", + "float", "float16", "16bit", "16-bit" From a2638ba7788d40a5547579f03013ca2e64a7c96d Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 29 Apr 2026 20:33:47 +0000 Subject: [PATCH 15/15] docs: align `constants/float16/ln-half` description with namespace conventions Added the trailing period to the package description (present in 52/53 = 98% of `constants/float16` siblings). https://claude.ai/code/session_011sBeKV2dRzvYJiudfJuS7V --- lib/node_modules/@stdlib/constants/float16/ln-half/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/constants/float16/ln-half/package.json b/lib/node_modules/@stdlib/constants/float16/ln-half/package.json index 60ba0c156994..71d56819e656 100644 --- a/lib/node_modules/@stdlib/constants/float16/ln-half/package.json +++ b/lib/node_modules/@stdlib/constants/float16/ln-half/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/constants/float16/ln-half", "version": "0.0.0", - "description": "Natural logarithm of 1/2 as a half-precision floating-point number", + "description": "Natural logarithm of 1/2 as a half-precision floating-point number.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors",