Skip to content

Commit 8c6ee85

Browse files
committed
Auto-generated commit
1 parent e0f2668 commit 8c6ee85

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

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 (2025-07-13)
7+
## Unreleased (2025-07-14)
88

99
<section class="features">
1010

@@ -538,6 +538,7 @@ A total of 24 issues were closed in this release:
538538

539539
<details>
540540

541+
- [`708320e`](https://github.com/stdlib-js/stdlib/commit/708320e43d505cd6f390bf6014d58cb5e092cbaf) - **docs:** update related packages sections [(#7647)](https://github.com/stdlib-js/stdlib/pull/7647) _(by stdlib-bot, Philipp Burckhardt)_
541542
- [`e01e9d8`](https://github.com/stdlib-js/stdlib/commit/e01e9d8efc5ba72da1a68a6abf2d4058e6d89a02) - **docs:** use appropriate data type in string interpolation [(#7631)](https://github.com/stdlib-js/stdlib/pull/7631) _(by Shabareesh Shetty)_
542543
- [`c9c2744`](https://github.com/stdlib-js/stdlib/commit/c9c274420d450483ea3518e73e5103961ec8f4b5) - **docs:** fix parameter name _(by Philipp Burckhardt)_
543544
- [`c458860`](https://github.com/stdlib-js/stdlib/commit/c458860b027331d80f38f87461fb8f7e80283e39) - **refactor:** use smaller dtype _(by Athan Reines)_

ext/base/ssort2ins/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,7 @@ console.log( y );
187187

188188
<!-- /.examples -->
189189

190-
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
191190

192-
<section class="related">
193191

194192
* * *
195193

@@ -324,6 +322,10 @@ int main( void ) {
324322
325323
<!-- /.c -->
326324
325+
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
326+
327+
<section class="related">
328+
327329
## See Also
328330
329331
- <span class="package-name">[`@stdlib/blas/ext/base/dsort2ins`][@stdlib/blas/ext/base/dsort2ins]</span><span class="delimiter">: </span><span class="description">simultaneously sort two double-precision floating-point strided arrays based on the sort order of the first array using insertion sort.</span>

0 commit comments

Comments
 (0)