From 8c43a111a0ae4fc8366a3ab852842f0d339413b1 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Sat, 21 Dec 2024 03:18:29 +0000 Subject: [PATCH] Auto-generated commit --- CHANGELOG.md | 3 ++- ndarraylike2ndarray/README.md | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb0dd823..c86431b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@
-## Unreleased (2024-12-20) +## Unreleased (2024-12-21)
@@ -433,6 +433,7 @@ A total of 3 people contributed to this release. Thank you to the following cont
+- [`8684eb4`](https://github.com/stdlib-js/stdlib/commit/8684eb429498a239bff9bdd72f443dd1cd981552) - **docs:** update related packages sections [(#4114)](https://github.com/stdlib-js/stdlib/pull/4114) _(by stdlib-bot, Athan Reines)_ - [`c322b66`](https://github.com/stdlib-js/stdlib/commit/c322b6647751b73a9d0fe12bf5665e8e2243d4ca) - **docs:** update related packages sections [(#4070)](https://github.com/stdlib-js/stdlib/pull/4070) _(by stdlib-bot, Philipp Burckhardt)_ - [`a1b543a`](https://github.com/stdlib-js/stdlib/commit/a1b543a2a1bdf4d1fb9438bd4a13cb971af62063) - **docs:** update related packages sections [(#4009)](https://github.com/stdlib-js/stdlib/pull/4009) _(by stdlib-bot, Philipp Burckhardt)_ - [`323e4e5`](https://github.com/stdlib-js/stdlib/commit/323e4e5e0f1af8130e8a6462abf619999c955f88) - **feat:** update namespace TypeScript declarations [(#3977)](https://github.com/stdlib-js/stdlib/pull/3977) _(by stdlib-bot, Philipp Burckhardt)_ diff --git a/ndarraylike2ndarray/README.md b/ndarraylike2ndarray/README.md index c4198f6c..085bdc19 100644 --- a/ndarraylike2ndarray/README.md +++ b/ndarraylike2ndarray/README.md @@ -115,6 +115,15 @@ console.log( 'order: %s', out.order ); @@ -125,6 +134,16 @@ console.log( 'order: %s', out.order ); [@stdlib/ndarray/ctor]: https://github.com/stdlib-js/ndarray/tree/main/ctor + + +[@stdlib/ndarray/array]: https://github.com/stdlib-js/ndarray/tree/main/array + +[@stdlib/ndarray/empty-like]: https://github.com/stdlib-js/ndarray/tree/main/empty-like + +[@stdlib/ndarray/zeros-like]: https://github.com/stdlib-js/ndarray/tree/main/zeros-like + + +