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
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,14 @@
4
4
5
5
<sectionclass="release"id="unreleased">
6
6
7
-
## Unreleased (2026-04-11)
7
+
## Unreleased (2026-04-12)
8
8
9
9
<sectionclass="features">
10
10
11
11
### Features
12
12
13
+
-[`90824dc`](https://github.com/stdlib-js/stdlib/commit/90824dc2c39a70dd1595c064e67a389f138001fb) - add C `ndarray` API and refactor `blas/ext/base/ssorthp`[(#9698)](https://github.com/stdlib-js/stdlib/pull/9698)
-[`9260f31`](https://github.com/stdlib-js/stdlib/commit/9260f31994955a4c597080f7044d73f1f26ba856) - add C implementation for `blas/ext/base/ndarray/csum`[(#10696)](https://github.com/stdlib-js/stdlib/pull/10696)
14
16
-[`b05fe40`](https://github.com/stdlib-js/stdlib/commit/b05fe40f8bc3caa85cb8734f9e30a487ae2bed74) - add C implementation for `blas/ext/base/ndarray/zsum`[(#10699)](https://github.com/stdlib-js/stdlib/pull/10699)
15
17
-[`e2cb754`](https://github.com/stdlib-js/stdlib/commit/e2cb754df4df20314ca85ade73ff9d8f06c44159) - add C implementation for `blas/ext/base/ndarray/dnansum`[(#10715)](https://github.com/stdlib-js/stdlib/pull/10715)
@@ -137,6 +139,16 @@
137
139
138
140
<details>
139
141
142
+
-[`4c5ee9d`](https://github.com/stdlib-js/stdlib/commit/4c5ee9de4719b72e1b2f36fe71f9e418c032ac8e) - **docs:** update namespace table of contents [(#11402)](https://github.com/stdlib-js/stdlib/pull/11402)_(by stdlib-bot)_
143
+
-[`90824dc`](https://github.com/stdlib-js/stdlib/commit/90824dc2c39a70dd1595c064e67a389f138001fb) - **feat:** add C `ndarray` API and refactor `blas/ext/base/ssorthp`[(#9698)](https://github.com/stdlib-js/stdlib/pull/9698)_(by Muhammad Haris, Athan Reines)_
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -225,7 +225,7 @@ var o = ns;
225
225
- <spanclass="signature">[`ssort2hp( N, order, x, strideX, y, strideY )`][@stdlib/blas/ext/base/ssort2hp]</span><spanclass="delimiter">: </span><spanclass="description">simultaneously sort two single-precision floating-point strided arrays based on the sort order of the first array using heapsort.</span>
226
226
- <spanclass="signature">[`ssort2ins( N, order, x, strideX, y, strideY )`][@stdlib/blas/ext/base/ssort2ins]</span><spanclass="delimiter">: </span><spanclass="description">simultaneously sort two single-precision floating-point strided arrays based on the sort order of the first array using insertion sort.</span>
227
227
- <spanclass="signature">[`ssort2sh( N, order, x, strideX, y, strideY )`][@stdlib/blas/ext/base/ssort2sh]</span><spanclass="delimiter">: </span><spanclass="description">simultaneously sort two single-precision floating-point strided arrays based on the sort order of the first array using Shellsort.</span>
228
-
- <spanclass="signature">[`ssorthp( N, order, x, stride )`][@stdlib/blas/ext/base/ssorthp]</span><spanclass="delimiter">: </span><spanclass="description">sort a single-precision floating-point strided array using heapsort.</span>
228
+
- <spanclass="signature">[`ssorthp( N, order, x, strideX )`][@stdlib/blas/ext/base/ssorthp]</span><spanclass="delimiter">: </span><spanclass="description">sort a single-precision floating-point strided array using heapsort.</span>
229
229
- <spanclass="signature">[`ssortins( N, order, x, stride )`][@stdlib/blas/ext/base/ssortins]</span><spanclass="delimiter">: </span><spanclass="description">sort a single-precision floating-point strided array using insertion sort.</span>
230
230
- <spanclass="signature">[`ssortsh( N, order, x, stride )`][@stdlib/blas/ext/base/ssortsh]</span><spanclass="delimiter">: </span><spanclass="description">sort a single-precision floating-point strided array using Shellsort.</span>
231
231
- <spanclass="signature">[`ssum( N, x, strideX )`][@stdlib/blas/ext/base/ssum]</span><spanclass="delimiter">: </span><spanclass="description">calculate the sum of single-precision floating-point strided array elements.</span>
0 commit comments