Skip to content

Commit 76d7987

Browse files
committed
Auto-generated commit
1 parent 897051b commit 76d7987

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -800,8 +800,10 @@ A total of 12 people contributed to this release. Thank you to the following con
800800

801801
<details>
802802

803+
- [`263de1a`](https://github.com/stdlib-js/stdlib/commit/263de1acfc9faf6b355b54d4dbdc0048b1288fab) - **docs:** fix example _(by Athan Reines)_
803804
- [`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)_
804805
- [`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)_
806+
- [`77e8d40`](https://github.com/stdlib-js/stdlib/commit/77e8d406b9ad429c85c7c607140774afa55b2723) - **docs:** fix description _(by Athan Reines)_
805807
- [`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)_
806808
- [`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)_
807809
- [`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)_

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ UtkershBasnet <[email protected]>
112112
Vaibhav Patel <[email protected]>
113113
Varad Gupta <[email protected]>
114114
Vinit Pandit <[email protected]>
115+
Vivek maurya <[email protected]>
115116
Xiaochuan Ye <[email protected]>
116117
Yaswanth Kosuru <[email protected]>
117118
Yernar Yergaziyev <[email protected]>

base/broadcasted-quaternary3d/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ type InOutShapes = [
8383
*
8484
* - The input array shapes must be broadcast compatible with the output array shape.
8585
*
86-
* @param arrays - array containing two input nested arrays and one output nested array
86+
* @param arrays - array containing four input nested arrays and one output nested array
8787
* @param shapes - array shapes
8888
* @param fcn - quaternary callback
8989
*

base/broadcasted-quaternary4d/docs/types/index.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ type InOutShapes = [
9191
* var add = require( '@stdlib/math/base/ops/add4' );
9292
* var ones4d = require( '@stdlib/array/base/ones4d' );
9393
* var zeros4d = require( '@stdlib/array/base/zeros4d' );
94-
* var bquaternary4d = require( '@stdlib/array/base/broadcasted-quaternary4d' );
9594
*
9695
* var shapes = [
9796
* [ 1, 3, 1, 1 ],

0 commit comments

Comments
 (0)