From 76d7987ad8a789754d300075d4d01c6668d5ef6f Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Fri, 13 Dec 2024 05:07:48 +0000 Subject: [PATCH] Auto-generated commit --- CHANGELOG.md | 2 ++ CONTRIBUTORS | 1 + base/broadcasted-quaternary3d/docs/types/index.d.ts | 2 +- base/broadcasted-quaternary4d/docs/types/index.d.ts | 1 - 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 537cd742..b8736fdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -800,8 +800,10 @@ A total of 12 people contributed to this release. Thank you to the following con
+- [`263de1a`](https://github.com/stdlib-js/stdlib/commit/263de1acfc9faf6b355b54d4dbdc0048b1288fab) - **docs:** fix example _(by Athan Reines)_ - [`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)_ +- [`77e8d40`](https://github.com/stdlib-js/stdlib/commit/77e8d406b9ad429c85c7c607140774afa55b2723) - **docs:** fix description _(by Athan Reines)_ - [`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)_ - [`1788e0a`](https://github.com/stdlib-js/stdlib/commit/1788e0a90708cdf7b5be6e1b86b3f5d40093ebab) - **feat:** add `array/base/unary5d-by` [(#3221)](https://github.com/stdlib-js/stdlib/pull/3221) _(by Neeraj Pathak, Athan Reines, stdlib-bot)_ diff --git a/CONTRIBUTORS b/CONTRIBUTORS index ba851aae..1ba9b590 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -112,6 +112,7 @@ UtkershBasnet <119008923+UtkershBasnet@users.noreply.github.com> Vaibhav Patel <98279986+noobCoderVP@users.noreply.github.com> Varad Gupta Vinit Pandit <106718914+MeastroZI@users.noreply.github.com> +Vivek maurya <155618190+vivekmaurya001@users.noreply.github.com> Xiaochuan Ye Yaswanth Kosuru <116426380+yaswanthkosuru@users.noreply.github.com> Yernar Yergaziyev diff --git a/base/broadcasted-quaternary3d/docs/types/index.d.ts b/base/broadcasted-quaternary3d/docs/types/index.d.ts index ba676dea..a6d44bae 100644 --- a/base/broadcasted-quaternary3d/docs/types/index.d.ts +++ b/base/broadcasted-quaternary3d/docs/types/index.d.ts @@ -83,7 +83,7 @@ type InOutShapes = [ * * - The input array shapes must be broadcast compatible with the output array shape. * -* @param arrays - array containing two input nested arrays and one output nested array +* @param arrays - array containing four input nested arrays and one output nested array * @param shapes - array shapes * @param fcn - quaternary callback * diff --git a/base/broadcasted-quaternary4d/docs/types/index.d.ts b/base/broadcasted-quaternary4d/docs/types/index.d.ts index 0e3271fe..5c1c1d6f 100644 --- a/base/broadcasted-quaternary4d/docs/types/index.d.ts +++ b/base/broadcasted-quaternary4d/docs/types/index.d.ts @@ -91,7 +91,6 @@ type InOutShapes = [ * var add = require( '@stdlib/math/base/ops/add4' ); * var ones4d = require( '@stdlib/array/base/ones4d' ); * var zeros4d = require( '@stdlib/array/base/zeros4d' ); -* var bquaternary4d = require( '@stdlib/array/base/broadcasted-quaternary4d' ); * * var shapes = [ * [ 1, 3, 1, 1 ],