Skip to content

Commit 8b5d242

Browse files
committed
Auto-generated commit
1 parent b773d8a commit 8b5d242

File tree

6 files changed

+12
-5
lines changed

6 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-04-29)
7+
## Unreleased (2025-05-04)
88

99
<section class="features">
1010

@@ -298,6 +298,10 @@ A total of 14 issues were closed in this release:
298298

299299
<details>
300300

301+
- [`9990c87`](https://github.com/stdlib-js/stdlib/commit/9990c87f2b4d99bab6fc24a5376ac69c1b160db1) - **docs:** update note _(by Athan Reines)_
302+
- [`6eafecd`](https://github.com/stdlib-js/stdlib/commit/6eafecd48801dd4bcb20626341c998adfdcb3d32) - **docs:** update note _(by Athan Reines)_
303+
- [`2369aeb`](https://github.com/stdlib-js/stdlib/commit/2369aebf8699a768a88b018c166ad220a108589f) - **docs:** update note _(by Athan Reines)_
304+
- [`ee7d10d`](https://github.com/stdlib-js/stdlib/commit/ee7d10d4b989f11f10b355be7d5b7cad5d84e2a0) - **docs:** update note _(by Athan Reines)_
301305
- [`e1e45f6`](https://github.com/stdlib-js/stdlib/commit/e1e45f6323aa212a1ae7bbc0ac584131f7c87805) - **chore:** fix EditorConfig lint errors [(#6860)](https://github.com/stdlib-js/stdlib/pull/6860) _(by zhanggy)_
302306
- [`6bf62ef`](https://github.com/stdlib-js/stdlib/commit/6bf62efb7fde322edbdf4e0b46a74473dbd62d60) - **refactor:** update error message _(by Athan Reines)_
303307
- [`6464a4b`](https://github.com/stdlib-js/stdlib/commit/6464a4ba00ba9579a2da77a0e2282a0f03bfdc01) - **docs:** update namespace table of contents [(#6828)](https://github.com/stdlib-js/stdlib/pull/6828) _(by stdlib-bot)_

CONTRIBUTORS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ GK Bishnoi <[email protected]>
5454
GURU PRASAD SHARMA <[email protected]>
5555
5656
Gautam sharma <[email protected]>
57+
Girish Garg <[email protected]>
5758
Golden Kumar <[email protected]>
5859
Gunj Joshi <[email protected]>
5960
Gururaj Gurram <[email protected]>
@@ -86,6 +87,7 @@ Kohantika Nath <[email protected]>
8687
Krishnam Agarwal <[email protected]>
8788
Krishnendu Das <[email protected]>
8889
Kshitij-Dale <[email protected]>
90+
Lalit Narayan Yadav <[email protected]>
8991
Lovelin Dhoni J B <[email protected]>
9092
9193
Mahfuza Humayra Mohona <[email protected]>
@@ -190,3 +192,4 @@ pranav-1720 <[email protected]>
190192
rahulrangers <[email protected]>
191193
192194
195+

base/unary-reduce-strided1d-dispatch-factory/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ The method accepts the following options:
219219
220220
- **arrays**: array containing an input ndarray, followed by any additional ndarray arguments.
221221
222-
- The output data type policy only applies to the function returned by the main function. For the `assign` method, the output ndarray is allowed to have any data type.
222+
- The output data type policy only applies to the function returned by the main function. For the `assign` method, the output ndarray is allowed to have any supported output data type.
223223
224224
</section>
225225

base/unary-reduce-strided1d-dispatch/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ The method accepts the following options:
209209
210210
- **arrays**: array containing an input ndarray, followed by any additional ndarray arguments.
211211
212-
- The output data type policy only applies to the `apply` method. For the `assign` method, the output ndarray is allowed to have any data type.
212+
- The output data type policy only applies to the `apply` method. For the `assign` method, the output ndarray is allowed to have any supported output data type.
213213
214214
</section>
215215

base/unary-strided1d-dispatch-factory/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ The method accepts the following options:
227227
228228
- **arrays**: array containing an input and an output ndarray, followed by any additional ndarray arguments.
229229
230-
- The output data type policy only applies to the function returned by the main function. For the `assign` method, the output ndarray is allowed to have any data type.
230+
- The output data type policy only applies to the function returned by the main function. For the `assign` method, the output ndarray is allowed to have any supported output data type.
231231
232232
</section>
233233

base/unary-strided1d-dispatch/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ The method accepts the following options:
217217
218218
- **arrays**: array containing an input and an output ndarray, followed by any additional ndarray arguments.
219219
220-
- The output data type policy only applies to the `apply` method. For the `assign` method, the output ndarray is allowed to have any data type.
220+
- The output data type policy only applies to the `apply` method. For the `assign` method, the output ndarray is allowed to have any supported output data type.
221221
222222
</section>
223223

0 commit comments

Comments
 (0)