Skip to content

Commit 35e347d

Browse files
committed
Auto-generated commit
1 parent 176a303 commit 35e347d

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

99
<section class="features">
1010

@@ -97,6 +97,7 @@ This release closes the following issue:
9797

9898
<details>
9999

100+
- [`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)_
100101
- [`2b093f3`](https://github.com/stdlib-js/stdlib/commit/2b093f3f407b9ae769f81c7e42f246567c1d3cb4) - **docs:** update related packages sections [(#14762)](https://github.com/stdlib-js/stdlib/pull/14762) _(by stdlib-bot)_
101102
- [`2a82abb`](https://github.com/stdlib-js/stdlib/commit/2a82abbf6aa34b8e545993b750d3eccf9b4cdd15) - **feat:** add float16 dtype support to `array/linspace` [(#14603)](https://github.com/stdlib-js/stdlib/pull/14603) _(by Samarth Kolarkar)_
102103
- [`a1d379b`](https://github.com/stdlib-js/stdlib/commit/a1d379b12e1bf2bc546f670ab522cacf92fc1682) - **docs:** update related packages sections [(#14735)](https://github.com/stdlib-js/stdlib/pull/14735) _(by stdlib-bot)_

uint64/README.md

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

495495
<section class="related">
496496

497+
* * *
498+
499+
## See Also
500+
501+
- <span class="package-name">[`@stdlib/array/buffer`][@stdlib/array/buffer]</span><span class="delimiter">: </span><span class="description">ArrayBuffer.</span>
502+
- <span class="package-name">[`@stdlib/array/bool`][@stdlib/array/bool]</span><span class="delimiter">: </span><span class="description">BooleanArray.</span>
503+
- <span class="package-name">[`@stdlib/array/float16`][@stdlib/array/float16]</span><span class="delimiter">: </span><span class="description">Float16Array.</span>
504+
- <span class="package-name">[`@stdlib/array/float32`][@stdlib/array/float32]</span><span class="delimiter">: </span><span class="description">Float32Array.</span>
505+
- <span class="package-name">[`@stdlib/array/float64`][@stdlib/array/float64]</span><span class="delimiter">: </span><span class="description">Float64Array.</span>
506+
- <span class="package-name">[`@stdlib/array/int64`][@stdlib/array/int64]</span><span class="delimiter">: </span><span class="description">Int64Array.</span>
507+
- <span class="package-name">[`@stdlib/array/int32`][@stdlib/array/int32]</span><span class="delimiter">: </span><span class="description">Int32Array.</span>
508+
- <span class="package-name">[`@stdlib/array/int16`][@stdlib/array/int16]</span><span class="delimiter">: </span><span class="description">Int16Array.</span>
509+
- <span class="package-name">[`@stdlib/array/int8`][@stdlib/array/int8]</span><span class="delimiter">: </span><span class="description">Int8Array.</span>
510+
- <span class="package-name">[`@stdlib/array/uint16`][@stdlib/array/uint16]</span><span class="delimiter">: </span><span class="description">Uint16Array.</span>
511+
- <span class="package-name">[`@stdlib/array/uint32`][@stdlib/array/uint32]</span><span class="delimiter">: </span><span class="description">Uint32Array.</span>
512+
- <span class="package-name">[`@stdlib/array/uint8`][@stdlib/array/uint8]</span><span class="delimiter">: </span><span class="description">Uint8Array.</span>
513+
- <span class="package-name">[`@stdlib/array/uint8c`][@stdlib/array/uint8c]</span><span class="delimiter">: </span><span class="description">Uint8ClampedArray.</span>
514+
- <span class="package-name">[`@stdlib/array/complex128`][@stdlib/array/complex128]</span><span class="delimiter">: </span><span class="description">Complex128Array.</span>
515+
- <span class="package-name">[`@stdlib/array/complex64`][@stdlib/array/complex64]</span><span class="delimiter">: </span><span class="description">Complex64Array.</span>
516+
497517
</section>
498518

499519
<!-- /.related -->
@@ -514,6 +534,38 @@ logEach( '%s', out );
514534

515535
[@stdlib/bigint/ctor]: https://github.com/stdlib-js/bigint-ctor
516536

537+
<!-- <related-links> -->
538+
539+
[@stdlib/array/bool]: https://github.com/stdlib-js/array/tree/main/bool
540+
541+
[@stdlib/array/float16]: https://github.com/stdlib-js/array/tree/main/float16
542+
543+
[@stdlib/array/float32]: https://github.com/stdlib-js/array/tree/main/float32
544+
545+
[@stdlib/array/float64]: https://github.com/stdlib-js/array/tree/main/float64
546+
547+
[@stdlib/array/int64]: https://github.com/stdlib-js/array/tree/main/int64
548+
549+
[@stdlib/array/int32]: https://github.com/stdlib-js/array/tree/main/int32
550+
551+
[@stdlib/array/int16]: https://github.com/stdlib-js/array/tree/main/int16
552+
553+
[@stdlib/array/int8]: https://github.com/stdlib-js/array/tree/main/int8
554+
555+
[@stdlib/array/uint16]: https://github.com/stdlib-js/array/tree/main/uint16
556+
557+
[@stdlib/array/uint32]: https://github.com/stdlib-js/array/tree/main/uint32
558+
559+
[@stdlib/array/uint8]: https://github.com/stdlib-js/array/tree/main/uint8
560+
561+
[@stdlib/array/uint8c]: https://github.com/stdlib-js/array/tree/main/uint8c
562+
563+
[@stdlib/array/complex128]: https://github.com/stdlib-js/array/tree/main/complex128
564+
565+
[@stdlib/array/complex64]: https://github.com/stdlib-js/array/tree/main/complex64
566+
567+
<!-- </related-links> -->
568+
517569
</section>
518570

519571
<!-- /.links -->

0 commit comments

Comments
 (0)