Skip to content

Commit 80e06f2

Browse files
committed
Auto-generated commit
1 parent bdb79b1 commit 80e06f2

2 files changed

Lines changed: 54 additions & 1 deletion

File tree

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 (2026-08-25)
7+
## Unreleased (2026-08-30)
88

99
<section class="features">
1010

@@ -34,6 +34,7 @@
3434

3535
<details>
3636

37+
- [`0c75f5d`](https://github.com/stdlib-js/stdlib/commit/0c75f5d9baf7377723b8dde71ec9116c8b8cee16) - **docs:** update related packages sections [(#14793)](https://github.com/stdlib-js/stdlib/pull/14793) _(by stdlib-bot)_
3738
- [`ad8d282`](https://github.com/stdlib-js/stdlib/commit/ad8d282c031255d1215c4a2a50d1232e1d7fe0ad) - **test:** add test cases _(by Athan Reines)_
3839
- [`d56bea5`](https://github.com/stdlib-js/stdlib/commit/d56bea50ea36c6860b8441d83a57c9b6e2f020b4) - **fix:** correctly copying collection values and use correct assertion utility _(by Athan Reines)_
3940
- [`ad9d109`](https://github.com/stdlib-js/stdlib/commit/ad9d1092d73c1635a10bb0ac4400c92dd50722eb) - **chore:** clean-up [(#13949)](https://github.com/stdlib-js/stdlib/pull/13949) _(by Philipp Burckhardt, Athan Reines)_

README.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -527,6 +527,26 @@ logEach( '%s', out );
527527

528528
<section class="related">
529529

530+
* * *
531+
532+
## See Also
533+
534+
- <span class="package-name">[`@stdlib/array-buffer`][@stdlib/array/buffer]</span><span class="delimiter">: </span><span class="description">ArrayBuffer.</span>
535+
- <span class="package-name">[`@stdlib/array-bool`][@stdlib/array/bool]</span><span class="delimiter">: </span><span class="description">BooleanArray.</span>
536+
- <span class="package-name">[`@stdlib/array-float16`][@stdlib/array/float16]</span><span class="delimiter">: </span><span class="description">Float16Array.</span>
537+
- <span class="package-name">[`@stdlib/array-float32`][@stdlib/array/float32]</span><span class="delimiter">: </span><span class="description">Float32Array.</span>
538+
- <span class="package-name">[`@stdlib/array-float64`][@stdlib/array/float64]</span><span class="delimiter">: </span><span class="description">Float64Array.</span>
539+
- <span class="package-name">[`@stdlib/array-int64`][@stdlib/array/int64]</span><span class="delimiter">: </span><span class="description">Int64Array.</span>
540+
- <span class="package-name">[`@stdlib/array-int32`][@stdlib/array/int32]</span><span class="delimiter">: </span><span class="description">Int32Array.</span>
541+
- <span class="package-name">[`@stdlib/array-int16`][@stdlib/array/int16]</span><span class="delimiter">: </span><span class="description">Int16Array.</span>
542+
- <span class="package-name">[`@stdlib/array-int8`][@stdlib/array/int8]</span><span class="delimiter">: </span><span class="description">Int8Array.</span>
543+
- <span class="package-name">[`@stdlib/array-uint16`][@stdlib/array/uint16]</span><span class="delimiter">: </span><span class="description">Uint16Array.</span>
544+
- <span class="package-name">[`@stdlib/array-uint32`][@stdlib/array/uint32]</span><span class="delimiter">: </span><span class="description">Uint32Array.</span>
545+
- <span class="package-name">[`@stdlib/array-uint8`][@stdlib/array/uint8]</span><span class="delimiter">: </span><span class="description">Uint8Array.</span>
546+
- <span class="package-name">[`@stdlib/array-uint8c`][@stdlib/array/uint8c]</span><span class="delimiter">: </span><span class="description">Uint8ClampedArray.</span>
547+
- <span class="package-name">[`@stdlib/array-complex128`][@stdlib/array/complex128]</span><span class="delimiter">: </span><span class="description">Complex128Array.</span>
548+
- <span class="package-name">[`@stdlib/array-complex64`][@stdlib/array/complex64]</span><span class="delimiter">: </span><span class="description">Complex64Array.</span>
549+
530550
</section>
531551

532552
<!-- /.related -->
@@ -615,6 +635,38 @@ Copyright &copy; 2016-2026. The Stdlib [Authors][stdlib-authors].
615635

616636
[@stdlib/bigint/ctor]: https://github.com/stdlib-js/bigint-ctor
617637

638+
<!-- <related-links> -->
639+
640+
[@stdlib/array/bool]: https://github.com/stdlib-js/array-bool
641+
642+
[@stdlib/array/float16]: https://github.com/stdlib-js/array-float16
643+
644+
[@stdlib/array/float32]: https://github.com/stdlib-js/array-float32
645+
646+
[@stdlib/array/float64]: https://github.com/stdlib-js/array-float64
647+
648+
[@stdlib/array/int64]: https://github.com/stdlib-js/array-int64
649+
650+
[@stdlib/array/int32]: https://github.com/stdlib-js/array-int32
651+
652+
[@stdlib/array/int16]: https://github.com/stdlib-js/array-int16
653+
654+
[@stdlib/array/int8]: https://github.com/stdlib-js/array-int8
655+
656+
[@stdlib/array/uint16]: https://github.com/stdlib-js/array-uint16
657+
658+
[@stdlib/array/uint32]: https://github.com/stdlib-js/array-uint32
659+
660+
[@stdlib/array/uint8]: https://github.com/stdlib-js/array-uint8
661+
662+
[@stdlib/array/uint8c]: https://github.com/stdlib-js/array-uint8c
663+
664+
[@stdlib/array/complex128]: https://github.com/stdlib-js/array-complex128
665+
666+
[@stdlib/array/complex64]: https://github.com/stdlib-js/array-complex64
667+
668+
<!-- </related-links> -->
669+
618670
</section>
619671

620672
<!-- /.links -->

0 commit comments

Comments
 (0)