Skip to content

Commit e37f884

Browse files
committed
Auto-generated commit
1 parent 297075d commit e37f884

4 files changed

Lines changed: 18 additions & 2 deletions

File tree

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,3 +202,4 @@ jsconfig.json
202202
####################
203203
CLAUDE.md
204204
GEMINI.md
205+
.claude/

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2026-07-28)
7+
## Unreleased (2026-09-09)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15+
- [`40e70bd`](https://github.com/stdlib-js/stdlib/commit/40e70bded21ba149de91c11f258db705af69cc23) - **docs:** update related packages sections [(#15115)](https://github.com/stdlib-js/stdlib/pull/15115) _(by stdlib-bot)_
1516
- [`1428ba4`](https://github.com/stdlib-js/stdlib/commit/1428ba4e084c92135e0fe4d2568e7180de91731e) - **docs:** update related packages sections [(#13158)](https://github.com/stdlib-js/stdlib/pull/13158) _(by stdlib-bot)_
1617
- [`00885d3`](https://github.com/stdlib-js/stdlib/commit/00885d3e6afd8118ce2b6e5f7a1c544d5b6d4ffb) - **bench:** refactor to use string interpolation in `array` [(#11411)](https://github.com/stdlib-js/stdlib/pull/11411) _(by Karan Anand, Athan Reines)_
1718

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1473,15 +1473,20 @@ console.log( arr );
14731473
## See Also
14741474

14751475
- <span class="package-name">[`@stdlib/array-buffer`][@stdlib/array/buffer]</span><span class="delimiter">: </span><span class="description">ArrayBuffer.</span>
1476+
- <span class="package-name">[`@stdlib/array-bool`][@stdlib/array/bool]</span><span class="delimiter">: </span><span class="description">BooleanArray.</span>
14761477
- <span class="package-name">[`@stdlib/array-float16`][@stdlib/array/float16]</span><span class="delimiter">: </span><span class="description">Float16Array.</span>
14771478
- <span class="package-name">[`@stdlib/array-float64`][@stdlib/array/float64]</span><span class="delimiter">: </span><span class="description">Float64Array.</span>
14781479
- <span class="package-name">[`@stdlib/array-int16`][@stdlib/array/int16]</span><span class="delimiter">: </span><span class="description">Int16Array.</span>
14791480
- <span class="package-name">[`@stdlib/array-int32`][@stdlib/array/int32]</span><span class="delimiter">: </span><span class="description">Int32Array.</span>
1481+
- <span class="package-name">[`@stdlib/array-int64`][@stdlib/array/int64]</span><span class="delimiter">: </span><span class="description">Int64Array.</span>
14801482
- <span class="package-name">[`@stdlib/array-int8`][@stdlib/array/int8]</span><span class="delimiter">: </span><span class="description">Int8Array.</span>
14811483
- <span class="package-name">[`@stdlib/array-uint16`][@stdlib/array/uint16]</span><span class="delimiter">: </span><span class="description">Uint16Array.</span>
14821484
- <span class="package-name">[`@stdlib/array-uint32`][@stdlib/array/uint32]</span><span class="delimiter">: </span><span class="description">Uint32Array.</span>
1485+
- <span class="package-name">[`@stdlib/array-uint64`][@stdlib/array/uint64]</span><span class="delimiter">: </span><span class="description">Uint64Array.</span>
14831486
- <span class="package-name">[`@stdlib/array-uint8`][@stdlib/array/uint8]</span><span class="delimiter">: </span><span class="description">Uint8Array.</span>
14841487
- <span class="package-name">[`@stdlib/array-uint8c`][@stdlib/array/uint8c]</span><span class="delimiter">: </span><span class="description">Uint8ClampedArray.</span>
1488+
- <span class="package-name">[`@stdlib/array-complex128`][@stdlib/array/complex128]</span><span class="delimiter">: </span><span class="description">Complex128Array.</span>
1489+
- <span class="package-name">[`@stdlib/array-complex64`][@stdlib/array/complex64]</span><span class="delimiter">: </span><span class="description">Complex64Array.</span>
14851490

14861491
</section>
14871492

@@ -1565,6 +1570,8 @@ Copyright &copy; 2016-2026. The Stdlib [Authors][stdlib-authors].
15651570

15661571
[@stdlib/array/buffer]: https://github.com/stdlib-js/array-buffer
15671572

1573+
[@stdlib/array/bool]: https://github.com/stdlib-js/array-bool
1574+
15681575
[@stdlib/array/float16]: https://github.com/stdlib-js/array-float16
15691576

15701577
[@stdlib/array/float64]: https://github.com/stdlib-js/array-float64
@@ -1573,16 +1580,24 @@ Copyright &copy; 2016-2026. The Stdlib [Authors][stdlib-authors].
15731580

15741581
[@stdlib/array/int32]: https://github.com/stdlib-js/array-int32
15751582

1583+
[@stdlib/array/int64]: https://github.com/stdlib-js/array-int64
1584+
15761585
[@stdlib/array/int8]: https://github.com/stdlib-js/array-int8
15771586

15781587
[@stdlib/array/uint16]: https://github.com/stdlib-js/array-uint16
15791588

15801589
[@stdlib/array/uint32]: https://github.com/stdlib-js/array-uint32
15811590

1591+
[@stdlib/array/uint64]: https://github.com/stdlib-js/array-uint64
1592+
15821593
[@stdlib/array/uint8]: https://github.com/stdlib-js/array-uint8
15831594

15841595
[@stdlib/array/uint8c]: https://github.com/stdlib-js/array-uint8c
15851596

1597+
[@stdlib/array/complex128]: https://github.com/stdlib-js/array-complex128
1598+
1599+
[@stdlib/array/complex64]: https://github.com/stdlib-js/array-complex64
1600+
15861601
<!-- </related-links> -->
15871602

15881603
</section>

0 commit comments

Comments
 (0)