From cf84b7eb0bce8456c2bd08c2377dac2ef5bcc112 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Tue, 24 Sep 2024 13:34:28 +0000 Subject: [PATCH] Auto-generated commit --- CHANGELOG.md | 3 ++- CONTRIBUTORS | 1 + base/broadcast-array/lib/main.js | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee97dbab..edd381fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@
-## Unreleased (2024-09-22) +## Unreleased (2024-09-24)
@@ -145,6 +145,7 @@ A total of 3 people contributed to this release. Thank you to the following cont
+- [`8f72b43`](https://github.com/stdlib-js/stdlib/commit/8f72b432c0fc81a78641d5689722ecc9671c6f02) - **style:** add missing spaces around parentheses _(by Philipp Burckhardt)_ - [`37ef5f4`](https://github.com/stdlib-js/stdlib/commit/37ef5f4f43d4fe03643b693a40b166420cbb07fd) - **refactor:** use dedicated array utility _(by Athan Reines)_ - [`2e00b1f`](https://github.com/stdlib-js/stdlib/commit/2e00b1f79b968e3436fbb2cf406b308029cd7156) - **refactor:** use dedicated array utility _(by Athan Reines)_ - [`bcc9d29`](https://github.com/stdlib-js/stdlib/commit/bcc9d29f11ad54bd388625ae257668304d829a5c) - **refactor:** use dedicated array utility _(by Athan Reines)_ diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 147a89ef..3a0c5470 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -99,6 +99,7 @@ Xiaochuan Ye Yernar Yergaziyev naveen nishant-s7 <97207366+nishant-s7@users.noreply.github.com> +olenkabilonizhka <62379231+olenkabilonizhka@users.noreply.github.com> orimiles5 <97595296+orimiles5@users.noreply.github.com> rainn <88160429+AmCodesLame@users.noreply.github.com> rei2hu diff --git a/base/broadcast-array/lib/main.js b/base/broadcast-array/lib/main.js index 16a6685d..8dbad3f4 100644 --- a/base/broadcast-array/lib/main.js +++ b/base/broadcast-array/lib/main.js @@ -23,7 +23,7 @@ var copy = require( '@stdlib/array/base/copy-indexed' ); var ndarray = require( './../../../base/ctor' ); var getShape = require( './../../../base/shape' ); -var getStrides = require('./../../../base/strides' ); +var getStrides = require( './../../../base/strides' ); var getOffset = require( './../../../base/offset' ); var getOrder = require( './../../../base/order' ); var getDType = require( './../../../base/dtype' );