Skip to content

Commit 48790f5

Browse files
committed
Auto-generated commit
1 parent 46a3db3 commit 48790f5

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,7 @@ A total of 3 people contributed to this release. Thank you to the following cont
529529

530530
<details>
531531

532+
- [`e4a53d5`](https://github.com/stdlib-js/stdlib/commit/e4a53d5816f5918f7c7fc5135dce21d676835eca) - **docs:** update related packages sections [(#4399)](https://github.com/stdlib-js/stdlib/pull/4399) _(by stdlib-bot)_
532533
- [`259b682`](https://github.com/stdlib-js/stdlib/commit/259b682b2fb67d03e2987ca02b57d0cbc631ae8e) - **feat:** add support for specifying an array index cache and add support for linear indexing _(by Athan Reines)_
533534
- [`1ddeba9`](https://github.com/stdlib-js/stdlib/commit/1ddeba98295bb53fb8098d1016f0de4b7f544e96) - **feat:** add `scalar2ndarrayLike` to namespace _(by Athan Reines)_
534535
- [`b2dcaa0`](https://github.com/stdlib-js/stdlib/commit/b2dcaa0d97eeb11585ab4cae5b7c319308e6b3c2) - **feat:** add `ndarray/base/from-scalar-like` _(by Athan Reines)_

to-json/README.md

+16
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,14 @@ for ( i = 0; i < 20; i++ ) {
140140

141141
<section class="related">
142142

143+
* * *
144+
145+
## See Also
146+
147+
- <span class="package-name">[`@stdlib/ndarray/array`][@stdlib/ndarray/array]</span><span class="delimiter">: </span><span class="description">multidimensional arrays.</span>
148+
- <span class="package-name">[`@stdlib/ndarray/ctor`][@stdlib/ndarray/ctor]</span><span class="delimiter">: </span><span class="description">multidimensional array constructor.</span>
149+
- <span class="package-name">[`@stdlib/ndarray/to-array`][@stdlib/ndarray/to-array]</span><span class="delimiter">: </span><span class="description">convert an ndarray to a generic array.</span>
150+
143151
</section>
144152

145153
<!-- /.related -->
@@ -150,6 +158,14 @@ for ( i = 0; i < 20; i++ ) {
150158

151159
[@stdlib/ndarray/ctor]: https://github.com/stdlib-js/ndarray/tree/main/ctor
152160

161+
<!-- <related-links> -->
162+
163+
[@stdlib/ndarray/array]: https://github.com/stdlib-js/ndarray/tree/main/array
164+
165+
[@stdlib/ndarray/to-array]: https://github.com/stdlib-js/ndarray/tree/main/to-array
166+
167+
<!-- </related-links> -->
168+
153169
</section>
154170

155171
<!-- /.links -->

0 commit comments

Comments
 (0)