Skip to content

Commit cf84b7e

Browse files
committed
Auto-generated commit
1 parent d35d67e commit cf84b7e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2024-09-22)
7+
## Unreleased (2024-09-24)
88

99
<section class="packages">
1010

@@ -145,6 +145,7 @@ A total of 3 people contributed to this release. Thank you to the following cont
145145

146146
<details>
147147

148+
- [`8f72b43`](https://github.com/stdlib-js/stdlib/commit/8f72b432c0fc81a78641d5689722ecc9671c6f02) - **style:** add missing spaces around parentheses _(by Philipp Burckhardt)_
148149
- [`37ef5f4`](https://github.com/stdlib-js/stdlib/commit/37ef5f4f43d4fe03643b693a40b166420cbb07fd) - **refactor:** use dedicated array utility _(by Athan Reines)_
149150
- [`2e00b1f`](https://github.com/stdlib-js/stdlib/commit/2e00b1f79b968e3436fbb2cf406b308029cd7156) - **refactor:** use dedicated array utility _(by Athan Reines)_
150151
- [`bcc9d29`](https://github.com/stdlib-js/stdlib/commit/bcc9d29f11ad54bd388625ae257668304d829a5c) - **refactor:** use dedicated array utility _(by Athan Reines)_

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ Xiaochuan Ye <[email protected]>
9999
Yernar Yergaziyev <[email protected]>
100100
101101
nishant-s7 <[email protected]>
102+
olenkabilonizhka <[email protected]>
102103
orimiles5 <[email protected]>
103104
104105

base/broadcast-array/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
var copy = require( '@stdlib/array/base/copy-indexed' );
2424
var ndarray = require( './../../../base/ctor' );
2525
var getShape = require( './../../../base/shape' );
26-
var getStrides = require('./../../../base/strides' );
26+
var getStrides = require( './../../../base/strides' );
2727
var getOffset = require( './../../../base/offset' );
2828
var getOrder = require( './../../../base/order' );
2929
var getDType = require( './../../../base/dtype' );

0 commit comments

Comments
 (0)