From 897051b9becfe828bceb3de07c36996bb1cca5cc Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Fri, 13 Dec 2024 03:57:36 +0000 Subject: [PATCH] Auto-generated commit --- CHANGELOG.md | 1 + base/cuany/README.md | 1 - base/flatten4d-by/README.md | 12 ++++++++++++ base/ones3d/README.md | 27 +++++++++++++++++++++++++++ 4 files changed, 40 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25fb71a05..537cd7427 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -800,6 +800,7 @@ A total of 12 people contributed to this release. Thank you to the following con
+- [`5cb36ef`](https://github.com/stdlib-js/stdlib/commit/5cb36ef4c6f8158585ac88867a8dec21ed3fa372) - **docs:** update related packages sections [(#3890)](https://github.com/stdlib-js/stdlib/pull/3890) _(by stdlib-bot)_ - [`f9466a9`](https://github.com/stdlib-js/stdlib/commit/f9466a9409c3c4f76ac36c7393787916316b0f7e) - **feat:** add `array/base/broadcasted-quaternary4d` [(#3257)](https://github.com/stdlib-js/stdlib/pull/3257) _(by Gururaj Gurram, Athan Reines, stdlib-bot)_ - [`cf7d38a`](https://github.com/stdlib-js/stdlib/commit/cf7d38ae3e7bce92cf47778f7b1c3da731121d77) - **docs:** update related packages sections [(#3527)](https://github.com/stdlib-js/stdlib/pull/3527) _(by stdlib-bot)_ - [`6559e70`](https://github.com/stdlib-js/stdlib/commit/6559e70d5a7eaf8aa0cf5356aa4a12f857507bb2) - **feat:** add `array/base/broadcasted/quaternary3d` [(#3230)](https://github.com/stdlib-js/stdlib/pull/3230) _(by Gururaj Gurram, Athan Reines, stdlib-bot)_ diff --git a/base/cuany/README.md b/base/cuany/README.md index 39053f033..f372a2d6e 100644 --- a/base/cuany/README.md +++ b/base/cuany/README.md @@ -108,7 +108,6 @@ console.log( out ); diff --git a/base/flatten4d-by/README.md b/base/flatten4d-by/README.md index afb799faf..4a32d57ac 100644 --- a/base/flatten4d-by/README.md +++ b/base/flatten4d-by/README.md @@ -184,6 +184,12 @@ out = flatten4dBy( x, [ 2, 2, 2, 2 ], true, fcn ); @@ -192,6 +198,12 @@ out = flatten4dBy( x, [ 2, 2, 2, 2 ], true, fcn ); diff --git a/base/ones3d/README.md b/base/ones3d/README.md index 73f70f810..17efe01fa 100644 --- a/base/ones3d/README.md +++ b/base/ones3d/README.md @@ -95,6 +95,17 @@ out = ones3d( [ 1, 3, 1 ] ); @@ -103,6 +114,22 @@ out = ones3d( [ 1, 3, 1 ] );