Skip to content

Commit 9dd97f1

Browse files
committed
Auto-generated commit
1 parent 026af91 commit 9dd97f1

2 files changed

Lines changed: 35 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-05-31)
7+
## Unreleased (2026-06-02)
88

99
<section class="features">
1010

@@ -278,6 +278,7 @@ A total of 38 issues were closed in this release:
278278

279279
<details>
280280

281+
- [`6cb4896`](https://github.com/stdlib-js/stdlib/commit/6cb4896bb086d8bc095ffd06539a32ad59f71e1e) - **docs:** update related packages sections [(#12437)](https://github.com/stdlib-js/stdlib/pull/12437) _(by stdlib-bot)_
281282
- [`003cb6e`](https://github.com/stdlib-js/stdlib/commit/003cb6ec82ce83ad9dd4d972aabe316a10da382d) - **fix:** ensure error message is consistent with project conventions _(by Athan Reines)_
282283
- [`4f28e69`](https://github.com/stdlib-js/stdlib/commit/4f28e6916d4242d02918457f6480b01d42f980c9) - **fix:** ensure consistent error messages _(by Athan Reines)_
283284
- [`6742bc8`](https://github.com/stdlib-js/stdlib/commit/6742bc8b4bee95d10b29c7d8d8446e3416057441) - **docs:** follow-up fixes for commits merged to `develop` on 2026-05-24 [(#12265)](https://github.com/stdlib-js/stdlib/pull/12265) _(by Philipp Burckhardt)_

float16/README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1541,6 +1541,21 @@ logEach( '%s', out );
15411541

15421542
<section class="related">
15431543

1544+
* * *
1545+
1546+
## See Also
1547+
1548+
- <span class="package-name">[`@stdlib/array/buffer`][@stdlib/array/buffer]</span><span class="delimiter">: </span><span class="description">ArrayBuffer.</span>
1549+
- <span class="package-name">[`@stdlib/array/float32`][@stdlib/array/float32]</span><span class="delimiter">: </span><span class="description">Float32Array.</span>
1550+
- <span class="package-name">[`@stdlib/array/float64`][@stdlib/array/float64]</span><span class="delimiter">: </span><span class="description">Float64Array.</span>
1551+
- <span class="package-name">[`@stdlib/array/int16`][@stdlib/array/int16]</span><span class="delimiter">: </span><span class="description">Int16Array.</span>
1552+
- <span class="package-name">[`@stdlib/array/int32`][@stdlib/array/int32]</span><span class="delimiter">: </span><span class="description">Int32Array.</span>
1553+
- <span class="package-name">[`@stdlib/array/int8`][@stdlib/array/int8]</span><span class="delimiter">: </span><span class="description">Int8Array.</span>
1554+
- <span class="package-name">[`@stdlib/array/uint16`][@stdlib/array/uint16]</span><span class="delimiter">: </span><span class="description">Uint16Array.</span>
1555+
- <span class="package-name">[`@stdlib/array/uint32`][@stdlib/array/uint32]</span><span class="delimiter">: </span><span class="description">Uint32Array.</span>
1556+
- <span class="package-name">[`@stdlib/array/uint8`][@stdlib/array/uint8]</span><span class="delimiter">: </span><span class="description">Uint8Array.</span>
1557+
- <span class="package-name">[`@stdlib/array/uint8c`][@stdlib/array/uint8c]</span><span class="delimiter">: </span><span class="description">Uint8ClampedArray.</span>
1558+
15441559
</section>
15451560

15461561
<!-- /.related -->
@@ -1557,6 +1572,24 @@ logEach( '%s', out );
15571572

15581573
<!-- <related-links> -->
15591574

1575+
[@stdlib/array/float32]: https://github.com/stdlib-js/array/tree/main/float32
1576+
1577+
[@stdlib/array/float64]: https://github.com/stdlib-js/array/tree/main/float64
1578+
1579+
[@stdlib/array/int16]: https://github.com/stdlib-js/array/tree/main/int16
1580+
1581+
[@stdlib/array/int32]: https://github.com/stdlib-js/array/tree/main/int32
1582+
1583+
[@stdlib/array/int8]: https://github.com/stdlib-js/array/tree/main/int8
1584+
1585+
[@stdlib/array/uint16]: https://github.com/stdlib-js/array/tree/main/uint16
1586+
1587+
[@stdlib/array/uint32]: https://github.com/stdlib-js/array/tree/main/uint32
1588+
1589+
[@stdlib/array/uint8]: https://github.com/stdlib-js/array/tree/main/uint8
1590+
1591+
[@stdlib/array/uint8c]: https://github.com/stdlib-js/array/tree/main/uint8c
1592+
15601593
<!-- </related-links> -->
15611594

15621595
</section>

0 commit comments

Comments
 (0)