Skip to content

Commit 240a621

Browse files
committed
Auto-generated commit
1 parent 8f39bcb commit 240a621

4 files changed

Lines changed: 8 additions & 6 deletions

File tree

.github/.keepalive

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

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2026-05-21)
7+
## Unreleased (2026-06-06)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15+
- [`3116666`](https://github.com/stdlib-js/stdlib/commit/3116666b3e530b2e6fb161924ae4c43cdf02905b) - **docs:** correct TSDoc across `ndarray` TypeScript declarations [(#12635)](https://github.com/stdlib-js/stdlib/pull/12635) _(by Philipp Burckhardt, Athan Reines)_
1516
- [`c34c46b`](https://github.com/stdlib-js/stdlib/commit/c34c46b17469f73663378429eca8dba95dbf1dcd) - **bench:** refactor to use string interpolation in `ndarray/array` [(#10193)](https://github.com/stdlib-js/stdlib/pull/10193) _(by Shubham)_
1617

1718
</details>
@@ -24,8 +25,10 @@
2425

2526
### Contributors
2627

27-
A total of 1 person contributed to this release. Thank you to this contributor:
28+
A total of 3 people contributed to this release. Thank you to the following contributors:
2829

30+
- Athan Reines
31+
- Philipp Burckhardt
2932
- Shubham
3033

3134
</section>

docs/types/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ interface ExtendedOptions extends Options {
144144
* @param options.flatten - boolean indicating whether to automatically flatten generic array data sources (default: true)
145145
* @param options.ndmin - minimum number of dimensions (default: 0)
146146
* @param options.casting - casting rule used to determine what constitutes an acceptable cast (default: 'safe')
147-
* @param options.readonly - boolean indicating whether an array should be read-only
147+
* @param options.readonly - boolean indicating whether an array should be read-only (default: false)
148148
* @throws must provide valid options
149149
* @throws must provide either an array shape, data source, or both
150150
* @throws invalid cast
@@ -181,7 +181,7 @@ declare function array<T = unknown>( options: OptionsWithShape | OptionsWithBuff
181181
* @param options.flatten - boolean indicating whether to automatically flatten generic array data sources (default: true)
182182
* @param options.ndmin - minimum number of dimensions (default: 0)
183183
* @param options.casting - casting rule used to determine what constitutes an acceptable cast (default: 'safe')
184-
* @param options.readonly - boolean indicating whether an array should be read-only
184+
* @param options.readonly - boolean indicating whether an array should be read-only (default: false)
185185
* @throws must provide valid options
186186
* @throws must provide either an array shape, data source, or both
187187
* @throws invalid cast

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"@stdlib/ndarray-shape": "^0.2.3",
7777
"@stdlib/ndarray-strides": "^0.2.3",
7878
"@stdlib/string-format": "^0.2.3",
79-
"@stdlib/types": "^0.4.3",
79+
"@stdlib/types": "^0.5.1",
8080
"@stdlib/error-tools-fmtprodmsg": "^0.2.3"
8181
},
8282
"devDependencies": {

0 commit comments

Comments
 (0)