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
<section class="release" id="unreleased">
6
6
7
-
## Unreleased (2025-12-28)
7
+
## Unreleased (2025-12-29)
8
8
9
9
<section class="features">
10
10
@@ -3540,6 +3540,7 @@ A total of 560 issues were closed in this release:
3540
3540
3541
3541
<details>
3542
3542
3543
+
- [`ff435c0`](https://github.com/stdlib-js/stdlib/commit/ff435c01d291e9ef75429a026fb221b729aa4a07) - **docs:** update dtype type _(by Athan Reines)_
3543
3544
- [`20d29ed`](https://github.com/stdlib-js/stdlib/commit/20d29ed3410f2ff8ff6bfadbfb0a1f5a4b7e5fde) - **fix:** use `int8ndarray` type for alternative hypothesis param in `ndarray/sztest` and `ndarray/dztest` _(by Philipp Burckhardt)_
3544
3545
- [`880be90`](https://github.com/stdlib-js/stdlib/commit/880be90c78565355d6e6616def13ccf5037faeca) - **style:** add missing spaces before closing bracket _(by Philipp Burckhardt)_
3545
3546
- [`f40f3ed`](https://github.com/stdlib-js/stdlib/commit/f40f3ed3614de207225686772c7858c64510d1fb) - **docs:** fix parameter description _(by Philipp Burckhardt)_
Copy file name to clipboardExpand all lines: max-by/lib/main.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ var table = {
49
49
* @param {Options} [options] - function options
50
50
* @param {IntegerArray} [options.dims] - list of dimensions over which to perform a reduction
51
51
* @param {boolean} [options.keepdims=false] - boolean indicating whether the reduced dimensions should be included in the returned ndarray as singleton dimensions
52
-
* @param {string} [options.dtype] - output ndarray data type
52
+
* @param {*} [options.dtype] - output ndarray data type
53
53
* @param {Function} clbk - callback function
54
54
* @param {*} [thisArg] - callback function execution context
55
55
* @throws {TypeError} first argument must be an ndarray-like object
Copy file name to clipboardExpand all lines: max/lib/main.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ var table = {
59
59
* @param {Options} [options] - function options
60
60
* @param {IntegerArray} [options.dims] - list of dimensions over which to perform a reduction
61
61
* @param {boolean} [options.keepdims=false] - boolean indicating whether the reduced dimensions should be included in the returned ndarray as singleton dimensions
62
-
* @param {string} [options.dtype] - output ndarray data type
62
+
* @param {*} [options.dtype] - output ndarray data type
63
63
* @throws {TypeError} first argument must be an ndarray-like object
64
64
* @throws {TypeError} options argument must be an object
65
65
* @throws {RangeError} dimension indices must not exceed input ndarray bounds
Copy file name to clipboardExpand all lines: maxabs/lib/main.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ var table = {
59
59
* @param {Options} [options] - function options
60
60
* @param {IntegerArray} [options.dims] - list of dimensions over which to perform a reduction
61
61
* @param {boolean} [options.keepdims=false] - boolean indicating whether the reduced dimensions should be included in the returned ndarray as singleton dimensions
62
-
* @param {string} [options.dtype] - output ndarray data type
62
+
* @param {*} [options.dtype] - output ndarray data type
63
63
* @throws {TypeError} first argument must be an ndarray-like object
64
64
* @throws {TypeError} options argument must be an object
65
65
* @throws {RangeError} dimension indices must not exceed input ndarray bounds
Copy file name to clipboardExpand all lines: maxsorted/lib/main.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ var table = {
59
59
* @param {Options} [options] - function options
60
60
* @param {IntegerArray} [options.dims] - list of dimensions over which to perform a reduction
61
61
* @param {boolean} [options.keepdims=false] - boolean indicating whether the reduced dimensions should be included in the returned ndarray as singleton dimensions
62
-
* @param {string} [options.dtype] - output ndarray data type
62
+
* @param {*} [options.dtype] - output ndarray data type
63
63
* @throws {TypeError} first argument must be an ndarray-like object
64
64
* @throws {TypeError} options argument must be an object
65
65
* @throws {RangeError} dimension indices must not exceed input ndarray bounds
Copy file name to clipboardExpand all lines: mean/lib/main.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ var table = {
59
59
* @param {Options} [options] - function options
60
60
* @param {IntegerArray} [options.dims] - list of dimensions over which to perform a reduction
61
61
* @param {boolean} [options.keepdims=false] - boolean indicating whether the reduced dimensions should be included in the returned ndarray as singleton dimensions
62
-
* @param {string} [options.dtype] - output ndarray data type
62
+
* @param {*} [options.dtype] - output ndarray data type
63
63
* @throws {TypeError} first argument must be an ndarray-like object
64
64
* @throws {TypeError} options argument must be an object
65
65
* @throws {RangeError} dimension indices must not exceed input ndarray bounds
Copy file name to clipboardExpand all lines: meankbn/lib/main.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ var table = {
59
59
* @param {Options} [options] - function options
60
60
* @param {IntegerArray} [options.dims] - list of dimensions over which to perform a reduction
61
61
* @param {boolean} [options.keepdims=false] - boolean indicating whether the reduced dimensions should be included in the returned ndarray as singleton dimensions
62
-
* @param {string} [options.dtype] - output ndarray data type
62
+
* @param {*} [options.dtype] - output ndarray data type
63
63
* @throws {TypeError} first argument must be an ndarray-like object
64
64
* @throws {TypeError} options argument must be an object
65
65
* @throws {RangeError} dimension indices must not exceed input ndarray bounds
Copy file name to clipboardExpand all lines: meankbn2/lib/main.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ var table = {
59
59
* @param {Options} [options] - function options
60
60
* @param {IntegerArray} [options.dims] - list of dimensions over which to perform a reduction
61
61
* @param {boolean} [options.keepdims=false] - boolean indicating whether the reduced dimensions should be included in the returned ndarray as singleton dimensions
62
-
* @param {string} [options.dtype] - output ndarray data type
62
+
* @param {*} [options.dtype] - output ndarray data type
63
63
* @throws {TypeError} first argument must be an ndarray-like object
64
64
* @throws {TypeError} options argument must be an object
65
65
* @throws {RangeError} dimension indices must not exceed input ndarray bounds
0 commit comments