Skip to content

Commit 40e7df7

Browse files
committed
Auto-generated commit
1 parent 3fea255 commit 40e7df7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-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 (2025-05-20)
7+
## Unreleased (2025-05-21)
88

99
<section class="features">
1010

@@ -407,6 +407,7 @@ A total of 15 issues were closed in this release:
407407

408408
<details>
409409

410+
- [`cc20b2d`](https://github.com/stdlib-js/stdlib/commit/cc20b2de446f10e06216b84bdd5457ef473ffdd6) - **refactor:** update require path _(by Athan Reines)_
410411
- [`5149a37`](https://github.com/stdlib-js/stdlib/commit/5149a3789bf321b18b1636b838ab086175b6c2ca) - **feat:** add `ndarray/base/unary-reduce-subarray-by` [(#7008)](https://github.com/stdlib-js/stdlib/pull/7008) _(by Muhammad Haris, Athan Reines)_
411412
- [`89d9dc3`](https://github.com/stdlib-js/stdlib/commit/89d9dc316985aa3c194222afbf8146e58ff6d761) - **docs:** update namespace table of contents [(#7046)](https://github.com/stdlib-js/stdlib/pull/7046) _(by stdlib-bot)_
412413
- [`a300862`](https://github.com/stdlib-js/stdlib/commit/a300862d4f05d4d8bd85f1e235db93ad5d35a767) - **fix:** address increment bugs _(by Athan Reines)_

base/binary/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ var iterationOrder = require( './../../../base/iteration-order' );
2424
var minmaxViewBufferIndex = require( './../../../base/minmax-view-buffer-index' );
2525
var ndarray2object = require( './../../../base/ndarraylike2object' );
2626
var strides2order = require( './../../../base/strides2order' );
27-
var anyIsEntryIn = require( '@stdlib/array/base/assert/any-is-entry-in' );
27+
var anyIsEntryIn = require( '@stdlib/array/base/any-is-entry-in' );
2828
var format = require( '@stdlib/string/format' );
2929
var blockedaccessorbinary2d = require( './2d_blocked_accessors.js' );
3030
var blockedaccessorbinary3d = require( './3d_blocked_accessors.js' );

0 commit comments

Comments
 (0)