Skip to content

Commit 3cd000c

Browse files
committed
Auto-generated commit
1 parent 8f9e719 commit 3cd000c

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-08-31)
7+
## Unreleased (2025-09-01)
88

99
<section class="features">
1010

@@ -500,6 +500,7 @@ A total of 24 issues were closed in this release:
500500

501501
<details>
502502

503+
- [`9be4cfa`](https://github.com/stdlib-js/stdlib/commit/9be4cfa08c56d4d736bece90bb713d339db3d9cc) - **docs:** update range to match the one used in example file _(by Philipp Burckhardt)_
503504
- [`b7b141b`](https://github.com/stdlib-js/stdlib/commit/b7b141b93a4d030ce23c6ebe50264bd910e5fdf2) - **feat:** add `ndarray/base/any-by` [(#7664)](https://github.com/stdlib-js/stdlib/pull/7664) _(by Muhammad Haris, Athan Reines)_
504505
- [`8e8e3a4`](https://github.com/stdlib-js/stdlib/commit/8e8e3a410a266afa887a1c9f9df7f98833bfa4ea) - **feat:** add `ndarray/with` [(#7971)](https://github.com/stdlib-js/stdlib/pull/7971) _(by Muhammad Haris, Athan Reines)_
505506
- [`3091a38`](https://github.com/stdlib-js/stdlib/commit/3091a3891a9bc2755cde60001cc45a1168fca6d9) - **refactor:** use utility _(by Athan Reines)_

base/any-by/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ function clbk( value ) {
175175

176176
var x = {
177177
'dtype': 'generic',
178-
'data': discreteUniform( 10, -5, 10, {
178+
'data': discreteUniform( 10, -5, 5, {
179179
'dtype': 'generic'
180180
}),
181181
'shape': [ 5, 2 ],

0 commit comments

Comments
 (0)