Skip to content

Commit 50a0adf

Browse files
committed
Auto-generated commit
1 parent 93cf4fb commit 50a0adf

File tree

3 files changed

+48
-7
lines changed

3 files changed

+48
-7
lines changed

CHANGELOG.md

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

7-
## Unreleased (2026-02-25)
7+
## Unreleased (2026-03-09)
8+
9+
<section class="features">
10+
11+
### Features
12+
13+
- [`0e62b3f`](https://github.com/stdlib-js/stdlib/commit/0e62b3fbc7f29583bfd0ba72f9e3d900af99e9a4) - add C implementation for `blas/ext/base/ndarray/ssum` [(#10078)](https://github.com/stdlib-js/stdlib/pull/10078)
14+
- [`d7c9033`](https://github.com/stdlib-js/stdlib/commit/d7c9033dec5f569d53dd71706ce6f1124e886259) - add C implementation for `blas/ext/base/ndarray/dsum` [(#10065)](https://github.com/stdlib-js/stdlib/pull/10065)
15+
- [`de74169`](https://github.com/stdlib-js/stdlib/commit/de7416999fa2bd9a2e912d70b97540b0575d0599) - add `blas/ext/base/ndarray/gsort` [(#9734)](https://github.com/stdlib-js/stdlib/pull/9734)
16+
17+
</section>
18+
19+
<!-- /.features -->
20+
21+
<section class="bug-fixes">
22+
23+
### Bug Fixes
24+
25+
- [`c703f0f`](https://github.com/stdlib-js/stdlib/commit/c703f0f66c85fdd8890b2a0603ebe9934892d1b6) - rename C function to `stdlib_blas_ext_ssum` in `blas/ext/base/ndarray/ssum`
26+
- [`60fcd9d`](https://github.com/stdlib-js/stdlib/commit/60fcd9dc51b43ad76b1b14e6d7b4c30a5670114a) - improve type specificity
27+
28+
</section>
29+
30+
<!-- /.bug-fixes -->
831

932
<section class="commits">
1033

1134
### Commits
1235

1336
<details>
1437

38+
- [`5ee2387`](https://github.com/stdlib-js/stdlib/commit/5ee238783bec8d29308ff494cf1712f267e89acc) - **docs:** update `blas/ext/base/ndarray` TypeScript declarations [(#10803)](https://github.com/stdlib-js/stdlib/pull/10803) _(by stdlib-bot)_
39+
- [`a8f58e8`](https://github.com/stdlib-js/stdlib/commit/a8f58e85d51447565496639ff55fec3fbbfe0212) - **docs:** improve doctests for ndarray instances in `blas/ext/base/ndarray/dlinspace` [(#10741)](https://github.com/stdlib-js/stdlib/pull/10741) _(by Aniket Sonawane)_
40+
- [`c703f0f`](https://github.com/stdlib-js/stdlib/commit/c703f0f66c85fdd8890b2a0603ebe9934892d1b6) - **fix:** rename C function to `stdlib_blas_ext_ssum` in `blas/ext/base/ndarray/ssum` _(by Philipp Burckhardt)_
41+
- [`95e3a15`](https://github.com/stdlib-js/stdlib/commit/95e3a153b0483dbee7c0d55cb80eee826f0933fb) - **chore:** minor clean-up _(by Philipp Burckhardt)_
42+
- [`0e62b3f`](https://github.com/stdlib-js/stdlib/commit/0e62b3fbc7f29583bfd0ba72f9e3d900af99e9a4) - **feat:** add C implementation for `blas/ext/base/ndarray/ssum` [(#10078)](https://github.com/stdlib-js/stdlib/pull/10078) _(by Kaustubh Patange, Athan Reines)_
43+
- [`d7c9033`](https://github.com/stdlib-js/stdlib/commit/d7c9033dec5f569d53dd71706ce6f1124e886259) - **feat:** add C implementation for `blas/ext/base/ndarray/dsum` [(#10065)](https://github.com/stdlib-js/stdlib/pull/10065) _(by Kaustubh Patange, Athan Reines)_
44+
- [`de74169`](https://github.com/stdlib-js/stdlib/commit/de7416999fa2bd9a2e912d70b97540b0575d0599) - **feat:** add `blas/ext/base/ndarray/gsort` [(#9734)](https://github.com/stdlib-js/stdlib/pull/9734) _(by Muhammad Haris, Athan Reines)_
45+
- [`839986d`](https://github.com/stdlib-js/stdlib/commit/839986d9f41ebee28ff3139ec094ab9c8b98d8df) - **test:** ensure dtype equality _(by Athan Reines)_
46+
- [`7620700`](https://github.com/stdlib-js/stdlib/commit/76207003b2d5be09c0bc2b5bf156c691ba224640) - **docs:** fix type _(by Athan Reines)_
47+
- [`60fcd9d`](https://github.com/stdlib-js/stdlib/commit/60fcd9dc51b43ad76b1b14e6d7b4c30a5670114a) - **fix:** improve type specificity _(by Athan Reines)_
1548
- [`a448775`](https://github.com/stdlib-js/stdlib/commit/a44877524a5d66af917bdac7d3e2ea7e74ff6329) - **docs:** update `blas/ext/base/ndarray` TypeScript declarations [(#10477)](https://github.com/stdlib-js/stdlib/pull/10477) _(by stdlib-bot)_
1649
- [`9f7e9c8`](https://github.com/stdlib-js/stdlib/commit/9f7e9c8319f1557ae399ddde2f912ef86361a9f9) - **docs:** improve doctests for ndarray instances in `ndarray/scusum` [(#10403)](https://github.com/stdlib-js/stdlib/pull/10403) _(by AyushiJain18270)_
1750
- [`0e5ccc5`](https://github.com/stdlib-js/stdlib/commit/0e5ccc5a2d4faa9df26004b4931020c4c38eff5e) - **bench:** use string interpolation in `blas/ext/base/ndarray/gsumkbn` [(#10353)](https://github.com/stdlib-js/stdlib/pull/10353) _(by AyushiJain18270)_
@@ -30,9 +63,14 @@
3063

3164
### Contributors
3265

33-
A total of 1 person contributed to this release. Thank you to this contributor:
66+
A total of 6 people contributed to this release. Thank you to the following contributors:
3467

68+
- Aniket Sonawane
69+
- Athan Reines
3570
- AyushiJain18270
71+
- Kaustubh Patange
72+
- Muhammad Haris
73+
- Philipp Burckhardt
3674

3775
</section>
3876

docs/types/index.d.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ interface Namespace {
164164
* @example
165165
* var Float64Array = require( '@stdlib/array-float64' );
166166
* var ndarray = require( '@stdlib/ndarray-base-ctor' );
167-
* var ndarray2array = require( '@stdlib/ndarray-to-array' );
168167
* var scalar2ndarray = require( '@stdlib/ndarray-from-scalar' );
169168
*
170169
* var xbuf = new Float64Array( [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ] );
@@ -183,10 +182,7 @@ interface Namespace {
183182
* });
184183
*
185184
* var out = ns.dlinspace( [ x, start, stop, endpoint ] );
186-
* // returns <ndarray>
187-
*
188-
* var arr = ndarray2array( out );
189-
* // returns [ 0.0, 20.0, 40.0, 60.0, 80.0, 100.0 ]
185+
* // returns <ndarray>[ 0.0, 20.0, 40.0, 60.0, 80.0, 100.0 ]
190186
*/
191187
dlinspace: typeof dlinspace;
192188

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@
6767
"@stdlib/array-float32": "^0.2.3",
6868
"@stdlib/array-float64": "^0.2.3",
6969
"@stdlib/array-zeros": "^0.2.3",
70+
"@stdlib/assert-is-browser": "^0.2.3",
71+
"@stdlib/assert-is-error": "^0.2.3",
7072
"@stdlib/assert-is-integer": "^0.2.3",
7173
"@stdlib/assert-is-same-array": "^0.2.3",
7274
"@stdlib/assert-is-same-complex128": "^0.2.3",
@@ -113,6 +115,7 @@
113115
"@stdlib/blas-ext-base-gnansumkbn2": "^0.3.1",
114116
"@stdlib/blas-ext-base-gnansumors": "^0.3.1",
115117
"@stdlib/blas-ext-base-gnansumpw": "^0.3.1",
118+
"@stdlib/blas-ext-base-gsort": "^0.1.1",
116119
"@stdlib/blas-ext-base-gsorthp": "^0.3.1",
117120
"@stdlib/blas-ext-base-gsum": "^0.3.1",
118121
"@stdlib/blas-ext-base-gsumkbn": "^0.3.1",
@@ -158,6 +161,7 @@
158161
"@stdlib/ndarray-base-ndarraylike2scalar": "^0.1.1",
159162
"@stdlib/ndarray-base-numel-dimension": "^0.3.3",
160163
"@stdlib/ndarray-base-offset": "^0.2.3",
164+
"@stdlib/ndarray-base-serialize-meta-data": "^0.2.3",
161165
"@stdlib/ndarray-base-stride": "^0.2.3",
162166
"@stdlib/ndarray-data-buffer": "^0.2.3",
163167
"@stdlib/ndarray-dtype": "^0.2.3",
@@ -172,8 +176,11 @@
172176
"@stdlib/random-base-bernoulli": "^0.2.2",
173177
"@stdlib/random-base-discrete-uniform": "^0.2.2",
174178
"@stdlib/random-base-uniform": "^0.2.3",
179+
"@stdlib/random-uniform": "^0.1.1",
175180
"@stdlib/string-format": "^0.2.3",
176181
"@stdlib/utils-keys": "^0.2.3",
182+
"@stdlib/utils-try-require": "^0.2.3",
183+
"proxyquire": "^2.0.0",
177184
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
178185
"istanbul": "^0.4.1",
179186
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",

0 commit comments

Comments
 (0)