Skip to content

Commit 15aea17

Browse files
committed
Auto-generated commit
1 parent 6ffb072 commit 15aea17

6 files changed

Lines changed: 24 additions & 3 deletions

File tree

.github/.keepalive

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

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-03-23)
7+
## Unreleased (2026-03-26)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15+
- [`f9d1409`](https://github.com/stdlib-js/stdlib/commit/f9d140985e169d34f4e66bd770dc675ea28588a3) - **docs:** add missing JSDoc comment _(by Athan Reines)_
1516
- [`7a2356c`](https://github.com/stdlib-js/stdlib/commit/7a2356c4af7f40949b15ed14bd439282c2dab91e) - **bench:** refactor to use string interpolation in `blas/ext/base/dapx` [(#10591)](https://github.com/stdlib-js/stdlib/pull/10591) _(by Kamal Singh Rautela)_
1617

1718
</details>
@@ -24,8 +25,9 @@
2425

2526
### Contributors
2627

27-
A total of 1 person contributed to this release. Thank you to this contributor:
28+
A total of 2 people contributed to this release. Thank you to the following contributors:
2829

30+
- Athan Reines
2931
- Kamal Singh Rautela
3032

3133
</section>

benchmark/benchmark.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@ function createBenchmark( len ) {
8080

8181
// MAIN //
8282

83+
/**
84+
* Main execution sequence.
85+
*
86+
* @private
87+
*/
8388
function main() {
8489
var len;
8590
var min;

benchmark/benchmark.native.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@ function createBenchmark( len ) {
8585

8686
// MAIN //
8787

88+
/**
89+
* Main execution sequence.
90+
*
91+
* @private
92+
*/
8893
function main() {
8994
var len;
9095
var min;

benchmark/benchmark.ndarray.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@ function createBenchmark( len ) {
8080

8181
// MAIN //
8282

83+
/**
84+
* Main execution sequence.
85+
*
86+
* @private
87+
*/
8388
function main() {
8489
var len;
8590
var min;

benchmark/benchmark.ndarray.native.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@ function createBenchmark( len ) {
8585

8686
// MAIN //
8787

88+
/**
89+
* Main execution sequence.
90+
*
91+
* @private
92+
*/
8893
function main() {
8994
var len;
9095
var min;

0 commit comments

Comments
 (0)