Skip to content

Commit 89398ba

Browse files
committed
Auto-generated commit
1 parent fdd75ca commit 89398ba

File tree

34 files changed

+34
-33
lines changed

34 files changed

+34
-33
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3540,6 +3540,7 @@ A total of 560 issues were closed in this release:
35403540

35413541
<details>
35423542

3543+
- [`4b1efc6`](https://github.com/stdlib-js/stdlib/commit/4b1efc6552af03e1b7d260f6f10e7e042e7d68f6) - **docs:** update dtype type _(by Athan Reines)_
35433544
- [`ff435c0`](https://github.com/stdlib-js/stdlib/commit/ff435c01d291e9ef75429a026fb221b729aa4a07) - **docs:** update dtype type _(by Athan Reines)_
35443545
- [`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)_
35453546
- [`880be90`](https://github.com/stdlib-js/stdlib/commit/880be90c78565355d6e6616def13ccf5037faeca) - **style:** add missing spaces before closing bracket _(by Philipp Burckhardt)_

cumax/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
options: Object (optional)
1111
Function options.
1212

13-
options.dtype: string (optional)
13+
options.dtype: string|DataType (optional)
1414
Output array data type. Must be a real-valued or "generic" data type.
1515

1616
options.dims: Array<integer> (optional)

cumin/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
options: Object (optional)
1111
Function options.
1212

13-
options.dtype: string (optional)
13+
options.dtype: string|DataType (optional)
1414
Output array data type. Must be a real-valued or "generic" data type.
1515

1616
options.dims: Array<integer> (optional)

max-by/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
options: Object (optional)
2323
Function options.
2424

25-
options.dtype: string (optional)
25+
options.dtype: string|DataType (optional)
2626
Output array data type. Must be a real-valued or "generic" data type.
2727

2828
options.dims: Array<integer> (optional)

max/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
options: Object (optional)
1111
Function options.
1212

13-
options.dtype: string (optional)
13+
options.dtype: string|DataType (optional)
1414
Output array data type. Must be a real-valued or "generic" data type.
1515

1616
options.dims: Array<integer> (optional)

maxabs/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
options: Object (optional)
1111
Function options.
1212

13-
options.dtype: string (optional)
13+
options.dtype: string|DataType (optional)
1414
Output array data type. Must be a real-valued or "generic" data type.
1515

1616
options.dims: Array<integer> (optional)

maxsorted/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
options: Object (optional)
1212
Function options.
1313

14-
options.dtype: string (optional)
14+
options.dtype: string|DataType (optional)
1515
Output array data type. Must be a real-valued or "generic" data type.
1616

1717
options.dims: Array<integer> (optional)

mean/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
options: Object (optional)
1111
Function options.
1212

13-
options.dtype: string (optional)
13+
options.dtype: string|DataType (optional)
1414
Output array data type. Must be a real-valued floating-point or
1515
"generic" data type.
1616

meankbn/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
options: Object (optional)
1212
Function options.
1313

14-
options.dtype: string (optional)
14+
options.dtype: string|DataType (optional)
1515
Output array data type. Must be a real-valued floating-point or
1616
"generic" data type.
1717

meankbn2/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
options: Object (optional)
1212
Function options.
1313

14-
options.dtype: string (optional)
14+
options.dtype: string|DataType (optional)
1515
Output array data type. Must be a real-valued floating-point or
1616
"generic" data type.
1717

0 commit comments

Comments
 (0)