Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Dec 13, 2024
1 parent 897051b commit 76d7987
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -800,8 +800,10 @@ A total of 12 people contributed to this release. Thank you to the following con

<details>

- [`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)_
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ UtkershBasnet <[email protected]>
Vaibhav Patel <[email protected]>
Varad Gupta <[email protected]>
Vinit Pandit <[email protected]>
Vivek maurya <[email protected]>
Xiaochuan Ye <[email protected]>
Yaswanth Kosuru <[email protected]>
Yernar Yergaziyev <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion base/broadcasted-quaternary3d/docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down
1 change: 0 additions & 1 deletion base/broadcasted-quaternary4d/docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 ],
Expand Down

0 comments on commit 76d7987

Please sign in to comment.