Skip to content

Commit 72e7c73

Browse files
committed
Auto-generated commit
1 parent ecd5cfa commit 72e7c73

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
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-09-14)
7+
## Unreleased (2025-09-15)
88

99
<section class="features">
1010

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

528528
<details>
529529

530+
- [`905019c`](https://github.com/stdlib-js/stdlib/commit/905019c024611308865950e3d1dd51c642176e82) - **docs:** fix grammar in function descriptions _(by Philipp Burckhardt)_
530531
- [`5dde2ff`](https://github.com/stdlib-js/stdlib/commit/5dde2ff115443aa143dd19022e5593e022401920) - **refactor:** use extended BLAS utility _(by Athan Reines)_
531532
- [`5396232`](https://github.com/stdlib-js/stdlib/commit/539623214add7405c45c70f16ef7ab001f5dc0e0) - **refactor:** use base utility _(by Athan Reines)_
532533
- [`24c59ca`](https://github.com/stdlib-js/stdlib/commit/24c59ca8f9c70b81c705f4cd981dfd4816c29137) - **feat:** add `broadcastArrayExceptDimensions` to namespace _(by Athan Reines)_

base/assign/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stdlib/ndarray/base/assign",
33
"version": "0.0.0",
4-
"description": "Assign elements in a input ndarray to elements in an output ndarray.",
4+
"description": "Assign elements in an input ndarray to elements in an output ndarray.",
55
"license": "Apache-2.0",
66
"author": {
77
"name": "The Stdlib Authors",

base/unary-accumulate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stdlib/ndarray/base/unary-accumulate",
33
"version": "0.0.0",
4-
"description": "Perform a reduction over elements in a input ndarray.",
4+
"description": "Perform a reduction over elements in an input ndarray.",
55
"license": "Apache-2.0",
66
"author": {
77
"name": "The Stdlib Authors",

base/unary/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stdlib/ndarray/base/unary",
33
"version": "0.0.0",
4-
"description": "Apply a unary callback to elements in a input ndarray and assign results to elements in an output ndarray.",
4+
"description": "Apply a unary callback to elements in an input ndarray and assign results to elements in an output ndarray.",
55
"license": "Apache-2.0",
66
"author": {
77
"name": "The Stdlib Authors",

0 commit comments

Comments
 (0)