Skip to content

Commit 7a0798b

Browse files
committed
Auto-generated commit
1 parent c052343 commit 7a0798b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ A total of 3 people contributed to this release. Thank you to the following cont
271271

272272
<details>
273273

274+
- [`17430f4`](https://github.com/stdlib-js/stdlib/commit/17430f4a7f15da00c9288b2b4d0577b6b7f8007f) - **docs:** add note _(by Athan Reines)_
274275
- [`354a147`](https://github.com/stdlib-js/stdlib/commit/354a1472bd69ab26c020aa7ba1df043c88e985b2) - **docs:** add note _(by Athan Reines)_
275276
- [`80542fd`](https://github.com/stdlib-js/stdlib/commit/80542fd459075dc2c49f6e529a21bd661129899e) - **docs:** remove note _(by Athan Reines)_
276277
- [`831de1b`](https://github.com/stdlib-js/stdlib/commit/831de1b4ba21cda245c073a5412bf1a2e9d7598d) - **feat:** add `map` and `filter` to namespace _(by Athan Reines)_

map/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@ The callback function is provided the following arguments:
155155
// returns <ndarray>
156156
```
157157

158+
- The function **always** returns an [ndarray][@stdlib/ndarray/ctor] having the same shape and [order][@stdlib/ndarray/orders] as the input [ndarray][@stdlib/ndarray/ctor].
159+
158160
- For very high-dimensional ndarrays which are non-contiguous, one should consider copying the underlying data to contiguous memory before applying a callback function in order to achieve better performance.
159161

160162
</section>
@@ -206,6 +208,8 @@ console.log( ndarray2array( y ) );
206208

207209
[@stdlib/ndarray/dtypes]: https://github.com/stdlib-js/ndarray/tree/main/dtypes
208210

211+
[@stdlib/ndarray/orders]: https://github.com/stdlib-js/ndarray/tree/main/orders
212+
209213
<!-- <related-links> -->
210214

211215
<!-- </related-links> -->

0 commit comments

Comments
 (0)