Skip to content

Commit 494ccf7

Browse files
committed
Auto-generated commit
1 parent f932723 commit 494ccf7

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

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 (2026-07-16)
7+
## Unreleased (2026-07-20)
88

99
<section class="features">
1010

@@ -76,6 +76,7 @@ This release closes the following issue:
7676

7777
<details>
7878

79+
- [`b953edd`](https://github.com/stdlib-js/stdlib/commit/b953edd95d0ca1b521d0abbd2c2719d099ff7807) - **refactor:** use `constants/float64/nan` and clean-up [(#13585)](https://github.com/stdlib-js/stdlib/pull/13585) _(by Philipp Burckhardt)_
7980
- [`b2b099d`](https://github.com/stdlib-js/stdlib/commit/b2b099d42101650779830516980e8e6188bf6bfb) - **fix:** avoid block iteration when needing strict traversal order _(by Athan Reines)_
8081
- [`be96f28`](https://github.com/stdlib-js/stdlib/commit/be96f28fa80edb1ea8d516053fbab3d01893bc66) - **fix:** avoid block iteration when needing strict traversal order _(by Athan Reines)_
8182
- [`b18a134`](https://github.com/stdlib-js/stdlib/commit/b18a134a47895fc3e56018929222d356d3ef10c2) - **docs:** update related packages sections [(#13397)](https://github.com/stdlib-js/stdlib/pull/13397) _(by stdlib-bot)_

base/assign-scalar/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ var assignScalar = require( '@stdlib/ndarray/base/assign-scalar' );
4040

4141
Assigns a scalar value to every element of an output [ndarray][@stdlib/ndarray/base/ctor].
4242

43-
<!-- eslint-disable max-len -->
44-
4543
```javascript
4644
var scalar2ndarray = require( '@stdlib/ndarray/from-scalar' );
4745
var Float64Array = require( '@stdlib/array/float64' );

0 commit comments

Comments
 (0)