Skip to content

Commit 06433b8

Browse files
committed
Auto-generated commit
1 parent 0192d65 commit 06433b8

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

.github/.keepalive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2026-03-23T01:12:24.605Z
1+
2026-04-06T03:36:22.081Z

CHANGELOG.md

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

7-
## Unreleased (2026-03-23)
7+
## Unreleased (2026-04-06)
88

99
<section class="issues">
1010

@@ -24,6 +24,9 @@ A total of 3 issues were closed in this release:
2424

2525
<details>
2626

27+
- [`cd99fef`](https://github.com/stdlib-js/stdlib/commit/cd99fef661e7a5f6e600ee81295ec4dbc8501187) - **docs:** fix C examples [(#11135)](https://github.com/stdlib-js/stdlib/pull/11135) _(by anee3)_
28+
- [`2c843b8`](https://github.com/stdlib-js/stdlib/commit/2c843b85223c779af86697cef8522f3f6d955976) - **bench:** refactor to use string interpolation in `math/strided/special/abs` [(#11092)](https://github.com/stdlib-js/stdlib/pull/11092) _(by Partha Das)_
29+
- [`68a70e3`](https://github.com/stdlib-js/stdlib/commit/68a70e3e372c8c4c625977401a67d9ab4d9b9ae3) - **bench:** refactor to use string interpolation in `math/strided/ops/sub` [(#11093)](https://github.com/stdlib-js/stdlib/pull/11093) _(by Partha Das)_
2730
- [`dc2ab17`](https://github.com/stdlib-js/stdlib/commit/dc2ab175c0358e31a4e1702c73d4c91c1a6c4e6b) - **chore:** fix JavaScript lint errors [(#11015)](https://github.com/stdlib-js/stdlib/pull/11015) _(by Baixiaochun, Athan Reines)_
2831
- [`e514cd8`](https://github.com/stdlib-js/stdlib/commit/e514cd88083c5cfa4bbe539d9b92d64f44c42c8b) - **chore:** fix C lint errors [(#10981)](https://github.com/stdlib-js/stdlib/pull/10981) _(by Geo Daoyu)_
2932
- [`95e3a15`](https://github.com/stdlib-js/stdlib/commit/95e3a153b0483dbee7c0d55cb80eee826f0933fb) - **chore:** minor clean-up _(by Philipp Burckhardt)_
@@ -39,13 +42,14 @@ A total of 3 issues were closed in this release:
3942

4043
### Contributors
4144

42-
A total of 5 people contributed to this release. Thank you to the following contributors:
45+
A total of 6 people contributed to this release. Thank you to the following contributors:
4346

4447
- Athan Reines
4548
- Baixiaochun
4649
- Geo Daoyu
4750
- Partha Das
4851
- Philipp Burckhardt
52+
- anee3
4953

5054
</section>
5155

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@
223223
"@stdlib/strided-base-unary-addon-dispatch": "^0.3.1",
224224
"@stdlib/strided-dispatch": "^0.2.3",
225225
"@stdlib/strided-dtypes": "^0.3.1",
226+
"@stdlib/string-format": "^0.2.3",
226227
"@stdlib/string-replace": "^0.2.3",
227228
"@stdlib/string-uppercase": "^0.3.1",
228229
"@stdlib/time-current-year": "^0.2.3",

0 commit comments

Comments
 (0)