Skip to content

Commit c0ead44

Browse files
committed
Auto-generated commit
1 parent cf770c5 commit c0ead44

13 files changed

Lines changed: 38 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<section class="release" id="unreleased">
66

7-
## Unreleased (2026-05-03)
7+
## Unreleased (2026-05-05)
88

99
<section class="features">
1010

@@ -731,6 +731,7 @@ A total of 97 issues were closed in this release:
731731

732732
<details>
733733

734+
- [`85ce241`](https://github.com/stdlib-js/stdlib/commit/85ce2413da6275c149f34964adef0678becfd220) - **docs:** add missing keywords in `math/strided/special` packages [(#11943)](https://github.com/stdlib-js/stdlib/pull/11943) _(by Philipp Burckhardt)_
734735
- [`7b42c38`](https://github.com/stdlib-js/stdlib/commit/7b42c38ece3da063237e51eb98b8e402aaeb91c1) - **docs:** update example [(#11897)](https://github.com/stdlib-js/stdlib/pull/11897) _(by stdlib-bot)_
735736
- [`c2b92b4`](https://github.com/stdlib-js/stdlib/commit/c2b92b4e7c4840bb859808dc0dacd97833019549) - **chore:** propagate fixes to sibling packages [(#11892)](https://github.com/stdlib-js/stdlib/pull/11892) _(by Philipp Burckhardt)_
736737
- [`87038a4`](https://github.com/stdlib-js/stdlib/commit/87038a414428ad7c24c2682c43de840793854280) - **chore:** fix EditorConfig lint errors [(#11889)](https://github.com/stdlib-js/stdlib/pull/11889) _(by alok chando)_

strided/special/dmskfloor/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@
5454
],
5555
"keywords": [
5656
"stdlib",
57+
"stdmath",
58+
"mathematics",
59+
"math",
5760
"math.floor",
5861
"floor",
5962
"round",

strided/special/dmskinv/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@
5454
],
5555
"keywords": [
5656
"stdlib",
57+
"stdmath",
58+
"mathematics",
59+
"math",
5760
"inv",
5861
"multiplicative",
5962
"inverse",

strided/special/dmskramp/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@
5454
],
5555
"keywords": [
5656
"stdlib",
57+
"stdmath",
58+
"mathematics",
59+
"math",
5760
"ramp",
5861
"heaviside",
5962
"max",

strided/special/dmskrsqrt/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@
5454
],
5555
"keywords": [
5656
"stdlib",
57+
"stdmath",
58+
"mathematics",
59+
"math",
5760
"trig",
5861
"math.sqrt",
5962
"sqrt",

strided/special/dmsksqrt/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@
5454
],
5555
"keywords": [
5656
"stdlib",
57+
"stdmath",
58+
"mathematics",
59+
"math",
5760
"trig",
5861
"math.sqrt",
5962
"sqrt",

strided/special/dmsktrunc/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@
5454
],
5555
"keywords": [
5656
"stdlib",
57+
"stdmath",
58+
"mathematics",
59+
"math",
5760
"math.trunc",
5861
"trunc",
5962
"truncate",

strided/special/smskfloor/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@
5454
],
5555
"keywords": [
5656
"stdlib",
57+
"stdmath",
58+
"mathematics",
59+
"math",
5760
"math.floor",
5861
"floor",
5962
"round",

strided/special/smskinv/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@
5454
],
5555
"keywords": [
5656
"stdlib",
57+
"stdmath",
58+
"mathematics",
59+
"math",
5760
"inv",
5861
"multiplicative",
5962
"inverse",

strided/special/smskramp/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@
5454
],
5555
"keywords": [
5656
"stdlib",
57+
"stdmath",
58+
"mathematics",
59+
"math",
5760
"ramp",
5861
"heaviside",
5962
"max",

0 commit comments

Comments
 (0)