You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
<sectionclass="release"id="unreleased">
6
6
7
-
## Unreleased (2025-07-13)
7
+
## Unreleased (2025-07-14)
8
8
9
9
<sectionclass="features">
10
10
@@ -538,6 +538,7 @@ A total of 24 issues were closed in this release:
538
538
539
539
<details>
540
540
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)_
541
542
-[`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)_
542
543
-[`c9c2744`](https://github.com/stdlib-js/stdlib/commit/c9c274420d450483ea3518e73e5103961ec8f4b5) - **docs:** fix parameter name _(by Philipp Burckhardt)_
543
544
-[`c458860`](https://github.com/stdlib-js/stdlib/commit/c458860b027331d80f38f87461fb8f7e80283e39) - **refactor:** use smaller dtype _(by Athan Reines)_
Copy file name to clipboardExpand all lines: ext/base/ssort2ins/README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -187,9 +187,7 @@ console.log( y );
187
187
188
188
<!-- /.examples -->
189
189
190
-
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
191
190
192
-
<sectionclass="related">
193
191
194
192
* * *
195
193
@@ -324,6 +322,10 @@ int main( void ) {
324
322
325
323
<!-- /.c -->
326
324
325
+
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
326
+
327
+
<section class="related">
328
+
327
329
## See Also
328
330
329
331
- <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