Skip to content

Commit a818971

Browse files
committed
Auto-generated commit
1 parent 336c9f3 commit a818971

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

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-05-21)
7+
## Unreleased (2026-06-15)
88

99
<section class="bug-fixes">
1010

@@ -34,6 +34,7 @@ This release closes the following issue:
3434

3535
<details>
3636

37+
- [`0293981`](https://github.com/stdlib-js/stdlib/commit/0293981bc2e4dcdf3ec3f570c9326c049fe40b2c) - **docs:** replace \"array\" with \"ndarray\" in various type declarations [(#12828)](https://github.com/stdlib-js/stdlib/pull/12828) _(by Philipp Burckhardt)_
3738
- [`9330de7`](https://github.com/stdlib-js/stdlib/commit/9330de700a97e4c3cdd6c0e4558f26e1e757178f) - **bench:** refactor to use string interpolation in `ndarray/base` [(#11430)](https://github.com/stdlib-js/stdlib/pull/11430) _(by Karan Anand, Athan Reines)_
3839
- [`3ca7c21`](https://github.com/stdlib-js/stdlib/commit/3ca7c2179081a36fa279dbb1e12f8e81d811e997) - **docs:** propagate recent `ndarray/base` comment and note fixes to sibling packages [(#11762)](https://github.com/stdlib-js/stdlib/pull/11762) _(by Philipp Burckhardt)_
3940
- [`762f410`](https://github.com/stdlib-js/stdlib/commit/762f410098b29afa3823ab1191553101db0dcead) - **fix:** correct grammar in ndarray type test comments [(#11154)](https://github.com/stdlib-js/stdlib/pull/11154) _(by Matt Van Horn)_

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/types/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ import { ComplexLike } from '@stdlib/types/complex';
2424
import { typedndarray } from '@stdlib/types/ndarray';
2525

2626
/**
27-
* Creates a zero-filled array having the same shape and data type as a provided input ndarray.
27+
* Creates a zero-filled ndarray having the same shape and data type as a provided input ndarray.
2828
*
2929
* @param x - input array
30-
* @returns zero-filled array
30+
* @returns zero-filled ndarray
3131
*
3232
* @example
3333
* var getShape = require( '@stdlib/ndarray-shape' );

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@stdlib/ndarray-base-shape": "^0.2.3",
4545
"@stdlib/ndarray-base-shape2strides": "^0.2.3",
4646
"@stdlib/string-format": "^0.2.3",
47-
"@stdlib/types": "^0.4.3",
47+
"@stdlib/types": "^0.5.1",
4848
"@stdlib/error-tools-fmtprodmsg": "^0.2.3"
4949
},
5050
"devDependencies": {

0 commit comments

Comments
 (0)