Skip to content

Commit 432c3ee

Browse files
committed
Auto-generated commit
1 parent e7845df commit 432c3ee

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-04-19)
7+
## Unreleased (2025-04-20)
88

99
<section class="packages">
1010

@@ -76,6 +76,7 @@ A total of 1 person contributed to this release. Thank you to this contributor:
7676

7777
<details>
7878

79+
- [`a973708`](https://github.com/stdlib-js/stdlib/commit/a973708c85ff1696483ab503201191353125b964) - **docs:** update namespace table of contents [(#6741)](https://github.com/stdlib-js/stdlib/pull/6741) _(by stdlib-bot)_
7980
- [`61b8b4b`](https://github.com/stdlib-js/stdlib/commit/61b8b4b9d65ccda7f6e4b39f7d7b0830b1d8c4f7) - **feat:** add `array/base/symmetric` namespace _(by Athan Reines)_
8081
- [`052b810`](https://github.com/stdlib-js/stdlib/commit/052b81032b766464a079bc88cc676e38dac0c35a) - **feat:** add `array/base/symmetric/filled2d-by` _(by Athan Reines)_
8182

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@ The namespace exports the following:
8686

8787
<!-- <toc pattern="*"> -->
8888

89+
<div class="namespace-toc">
90+
91+
- <span class="signature">[`filled2dBy( N, clbk[, thisArg] )`][@stdlib/array/base/symmetric/filled2d-by]</span><span class="delimiter">: </span><span class="description">create a filled two-dimensional symmetric nested array according to a provided callback function.</span>
92+
93+
</div>
94+
8995
<!-- </toc> -->
9096

9197
</section>
@@ -201,6 +207,12 @@ Copyright &copy; 2016-2025. The Stdlib [Authors][stdlib-authors].
201207

202208
[stdlib-license]: https://raw.githubusercontent.com/stdlib-js/array-base-symmetric/main/LICENSE
203209

210+
<!-- <toc-links> -->
211+
212+
[@stdlib/array/base/symmetric/filled2d-by]: https://github.com/stdlib-js/array-base-symmetric-filled2d-by
213+
214+
<!-- </toc-links> -->
215+
204216
</section>
205217

206218
<!-- /.links -->

0 commit comments

Comments
 (0)