Skip to content

Commit 8b5d242

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

6 files changed

Lines changed: 12 additions & 5 deletions

File tree

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 <gkishan1kyt@gmail.com>
5454
GURU PRASAD SHARMA <168292003+GURUPRASADSHARMA@users.noreply.github.com>
5555
Gaurav <gaurav70380@gmail.com>
5656
Gautam sharma <gautamkrishnasharma1@gmail.com>
57+
Girish Garg <garggirish2020@gmail.com>
5758
Golden Kumar <103646877+AuenKr@users.noreply.github.com>
5859
Gunj Joshi <gunjjoshi8372@gmail.com>
5960
Gururaj Gurram <gururajgurram1512@gmail.com>
@@ -86,6 +87,7 @@ Kohantika Nath <145763549+kohantikanath@users.noreply.github.com>
8687
Krishnam Agarwal <83017176+888krishnam@users.noreply.github.com>
8788
Krishnendu Das <86651039+itskdhere@users.noreply.github.com>
8889
Kshitij-Dale <152467202+Kshitij-Dale@users.noreply.github.com>
90+
Lalit Narayan Yadav <162928571+LalitNarayanYadav@users.noreply.github.com>
8991
Lovelin Dhoni J B <100030865+lovelindhoni@users.noreply.github.com>
9092
MANI <77221000+Eternity0207@users.noreply.github.com>
9193
Mahfuza Humayra Mohona <mhmohona@gmail.com>
@@ -190,3 +192,4 @@ pranav-1720 <123018993+pranav-1720@users.noreply.github.com>
190192
rahulrangers <127782777+rahulrangers@users.noreply.github.com>
191193
rainn <88160429+AmCodesLame@users.noreply.github.com>
192194
rei2hu <reimu@reimu.ws>
195+
zhanggy <geodaoyu@foxmail.com>

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)