Skip to content

Commit 01591c2

Browse files
committed
Auto-generated commit
1 parent 44a2c92 commit 01591c2

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

Diff for: CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-01-08)
7+
## Unreleased (2025-01-11)
88

99
<section class="packages">
1010

@@ -530,6 +530,7 @@ A total of 3 people contributed to this release. Thank you to the following cont
530530

531531
<details>
532532

533+
- [`dbb338e`](https://github.com/stdlib-js/stdlib/commit/dbb338e80336515e9f7ef602188985bbbe9b9010) - **docs:** update related packages sections [(#4690)](https://github.com/stdlib-js/stdlib/pull/4690) _(by stdlib-bot)_
533534
- [`769b921`](https://github.com/stdlib-js/stdlib/commit/769b921be1ac5285f0becdaaae27cace376ee124) - **docs:** update related packages sections [(#4638)](https://github.com/stdlib-js/stdlib/pull/4638) _(by stdlib-bot, Athan Reines)_
534535
- [`cc71dc2`](https://github.com/stdlib-js/stdlib/commit/cc71dc23c9335d7187844e6a020cff2594679e76) - **docs:** update related packages sections [(#4622)](https://github.com/stdlib-js/stdlib/pull/4622) _(by stdlib-bot)_
535536
- [`f231799`](https://github.com/stdlib-js/stdlib/commit/f231799e1d40cfff7ceb79a6074166a08c4ba072) - **docs:** update related packages sections [(#4545)](https://github.com/stdlib-js/stdlib/pull/4545) _(by stdlib-bot)_

Diff for: CONTRIBUTORS

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Joey Reed <[email protected]>
5050
Jordan Gallivan <[email protected]>
5151
Joris Labie <[email protected]>
5252
Justin Dennison <[email protected]>
53+
Karan Anand <[email protected]>
5354
Karthik Prakash <[email protected]>
5455
Kohantika Nath <[email protected]>
5556
Krishnendu Das <[email protected]>

Diff for: to-fancy/README.md

+19
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,15 @@ console.log( toArray( y4 ) );
307307

308308
<section class="related">
309309

310+
* * *
311+
312+
## See Also
313+
314+
- <span class="package-name">[`@stdlib/array/to-fancy`][@stdlib/array/to-fancy]</span><span class="delimiter">: </span><span class="description">convert an array to an object supporting fancy indexing.</span>
315+
- <span class="package-name">[`@stdlib/ndarray/array`][@stdlib/ndarray/array]</span><span class="delimiter">: </span><span class="description">multidimensional arrays.</span>
316+
- <span class="package-name">[`@stdlib/ndarray/ctor`][@stdlib/ndarray/ctor]</span><span class="delimiter">: </span><span class="description">multidimensional array constructor.</span>
317+
- <span class="package-name">[`@stdlib/ndarray/fancy`][@stdlib/ndarray/fancy]</span><span class="delimiter">: </span><span class="description">fancy multidimensional array constructor.</span>
318+
310319
</section>
311320

312321
<!-- /.related -->
@@ -331,6 +340,16 @@ console.log( toArray( y4 ) );
331340

332341
[@stdlib/slice/seq2multislice]: https://github.com/stdlib-js/slice-seq2multislice
333342

343+
<!-- <related-links> -->
344+
345+
[@stdlib/array/to-fancy]: https://github.com/stdlib-js/array-to-fancy
346+
347+
[@stdlib/ndarray/array]: https://github.com/stdlib-js/ndarray/tree/main/array
348+
349+
[@stdlib/ndarray/fancy]: https://github.com/stdlib-js/ndarray/tree/main/fancy
350+
351+
<!-- </related-links> -->
352+
334353
</section>
335354

336355
<!-- /.links -->

0 commit comments

Comments
 (0)