Skip to content

Commit 5139f0d

Browse files
committed
Auto-generated commit
1 parent 3e798cc commit 5139f0d

File tree

5 files changed

+37
-15
lines changed

5 files changed

+37
-15
lines changed

CHANGELOG.md

Lines changed: 2 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 (2024-12-31)
7+
## Unreleased (2025-01-11)
88

99
<section class="features">
1010

@@ -23,6 +23,7 @@
2323

2424
<details>
2525

26+
- [`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)_
2627
- [`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)_
2728
- [`0546f39`](https://github.com/stdlib-js/stdlib/commit/0546f395abecb502fd703aa364e758bd733cd18e) - **docs:** disable lint rule _(by Athan Reines)_
2829
- [`5079aa3`](https://github.com/stdlib-js/stdlib/commit/5079aa30f3aa11908c78aac6750b4272852dbb4d) - **docs:** disable lint rule _(by Athan Reines)_

CONTRIBUTORS

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Daniel Killenberger <[email protected]>
2727
Daniel Yu <[email protected]>
2828
Debashis Maharana <[email protected]>
2929
Desh Deepak Kant <[email protected]>
30+
Dhruv Arvind Singh <[email protected]>
3031
Divyansh Seth <[email protected]>
3132
Dominic Lim <[email protected]>
3233
Dominik Moritz <[email protected]>
@@ -49,6 +50,7 @@ Joey Reed <[email protected]>
4950
Jordan Gallivan <[email protected]>
5051
Joris Labie <[email protected]>
5152
Justin Dennison <[email protected]>
53+
Karan Anand <[email protected]>
5254
Karthik Prakash <[email protected]>
5355
Kohantika Nath <[email protected]>
5456
Krishnendu Das <[email protected]>
@@ -117,7 +119,7 @@ UtkershBasnet <[email protected]>
117119
Vaibhav Patel <[email protected]>
118120
Varad Gupta <[email protected]>
119121
Vinit Pandit <[email protected]>
120-
Vivek maurya <[email protected].com>
122+
Vivek Maurya <vm8118134@gmail.com>
121123
Xiaochuan Ye <[email protected]>
122124
Yaswanth Kosuru <[email protected]>
123125
Yernar Yergaziyev <[email protected]>

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Copyright (c) 2016-2024 The Stdlib Authors.
1+
Copyright (c) 2016-2025 The Stdlib Authors.

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,15 @@ console.log( toArray( y4 ) );
340340

341341
<section class="related">
342342

343+
* * *
344+
345+
## See Also
346+
347+
- <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>
348+
- <span class="package-name">[`@stdlib/ndarray-array`][@stdlib/ndarray/array]</span><span class="delimiter">: </span><span class="description">multidimensional arrays.</span>
349+
- <span class="package-name">[`@stdlib/ndarray-ctor`][@stdlib/ndarray/ctor]</span><span class="delimiter">: </span><span class="description">multidimensional array constructor.</span>
350+
- <span class="package-name">[`@stdlib/ndarray-fancy`][@stdlib/ndarray/fancy]</span><span class="delimiter">: </span><span class="description">fancy multidimensional array constructor.</span>
351+
343352
</section>
344353

345354
<!-- /.related -->
@@ -370,7 +379,7 @@ See [LICENSE][stdlib-license].
370379

371380
## Copyright
372381

373-
Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
382+
Copyright &copy; 2016-2025. The Stdlib [Authors][stdlib-authors].
374383

375384
</section>
376385

@@ -432,6 +441,16 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
432441

433442
[@stdlib/slice/seq2multislice]: https://github.com/stdlib-js/slice-seq2multislice
434443

444+
<!-- <related-links> -->
445+
446+
[@stdlib/array/to-fancy]: https://github.com/stdlib-js/array-to-fancy
447+
448+
[@stdlib/ndarray/array]: https://github.com/stdlib-js/ndarray-array
449+
450+
[@stdlib/ndarray/fancy]: https://github.com/stdlib-js/ndarray-fancy
451+
452+
<!-- </related-links> -->
453+
435454
</section>
436455

437456
<!-- /.links -->

0 commit comments

Comments
 (0)