Skip to content

Commit 4aa86e2

Browse files
committed
Auto-generated commit
1 parent 9200a1a commit 4aa86e2

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ package.json.copy
2525
###############
2626
build/
2727
downloads/
28+
plans/
2829
reports/
2930
tmp/
3031

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2026-04-23)
7+
## Unreleased (2026-05-05)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15+
- [`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)_
1516
- [`23d316f`](https://github.com/stdlib-js/stdlib/commit/23d316f6eda9201e0827d9f98ee523f9270d5939) - **bench:** refactor to use dynamic memory allocation in `maths/strided/special` [(#11697)](https://github.com/stdlib-js/stdlib/pull/11697) _(by Uday Kakade)_
1617
- [`45ea471`](https://github.com/stdlib-js/stdlib/commit/45ea471c7617506879b6fdaea16a2ef6f851f62d) - **bench:** refactor to use string interpolation in `math/strided/special` [(#11363)](https://github.com/stdlib-js/stdlib/pull/11363) _(by Karan Anand)_
1718
- [`cd99fef`](https://github.com/stdlib-js/stdlib/commit/cd99fef661e7a5f6e600ee81295ec4dbc8501187) - **docs:** fix C examples [(#11135)](https://github.com/stdlib-js/stdlib/pull/11135) _(by anee3)_
@@ -26,9 +27,10 @@
2627

2728
### Contributors
2829

29-
A total of 3 people contributed to this release. Thank you to the following contributors:
30+
A total of 4 people contributed to this release. Thank you to the following contributors:
3031

3132
- Karan Anand
33+
- Philipp Burckhardt
3234
- Uday Kakade
3335
- anee3
3436

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@
7979
],
8080
"keywords": [
8181
"stdlib",
82+
"stdmath",
83+
"mathematics",
84+
"math",
8285
"trig",
8386
"math.sqrt",
8487
"sqrt",

0 commit comments

Comments
 (0)