Skip to content

Commit 3dbdcbd

Browse files
committed
Auto-generated commit
1 parent 834ca68 commit 3dbdcbd

3 files changed

Lines changed: 33 additions & 20 deletions

File tree

.github/.keepalive

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

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<section class="release" id="unreleased">
66

7-
## Unreleased (2026-07-02)
7+
## Unreleased (2026-07-03)
88

99
<section class="features">
1010

@@ -56,12 +56,25 @@
5656

5757
<!-- /.bug-fixes -->
5858

59+
<section class="issues">
60+
61+
### Closed Issues
62+
63+
This release closes the following issue:
64+
65+
[#13237](https://github.com/stdlib-js/stdlib/issues/13237)
66+
67+
</section>
68+
69+
<!-- /.issues -->
70+
5971
<section class="commits">
6072

6173
### Commits
6274

6375
<details>
6476

77+
- [`35b0ceb`](https://github.com/stdlib-js/stdlib/commit/35b0cebbcc09fbd8360368d789baf52331ff02c5) - **chore:** fix EditorConfig lint errors [(#13240)](https://github.com/stdlib-js/stdlib/pull/13240) _(by Ujjwal Verma)_
6578
- [`e9f7554`](https://github.com/stdlib-js/stdlib/commit/e9f75542701aa7535be20b624f35a483b4c6e34d) - **docs:** update related packages sections [(#13187)](https://github.com/stdlib-js/stdlib/pull/13187) _(by stdlib-bot)_
6679
- [`4b16c6e`](https://github.com/stdlib-js/stdlib/commit/4b16c6ed254600362147eb47602af2687ac97814) - **feat:** update `ndarray/matrix` TypeScript declarations [(#13160)](https://github.com/stdlib-js/stdlib/pull/13160) _(by stdlib-bot)_
6780
- [`1428ba4`](https://github.com/stdlib-js/stdlib/commit/1428ba4e084c92135e0fe4d2568e7180de91731e) - **docs:** update related packages sections [(#13158)](https://github.com/stdlib-js/stdlib/pull/13158) _(by stdlib-bot)_
@@ -152,11 +165,12 @@
152165

153166
### Contributors
154167

155-
A total of 4 people contributed to this release. Thank you to the following contributors:
168+
A total of 5 people contributed to this release. Thank you to the following contributors:
156169

157170
- Athan Reines
158171
- Muhammad Haris
159172
- Philipp Burckhardt
173+
- Ujjwal Verma
160174
- anee3
161175

162176
</section>

base/slice-assign/examples/index.js

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -75,21 +75,21 @@ console.log( a5 );
7575
var a6 = ndarray2array( y );
7676
console.log( a6 );
7777
/* =>
78-
[
79-
[
80-
[ 100, 500, 100 ],
81-
[ 400, 500, 400 ],
82-
[ 100, 500, 100 ]
83-
],
84-
[
85-
[ 200, 500, 200 ],
86-
[ 400, 500, 400 ],
87-
[ 200, 500, 200 ]
88-
],
89-
[
90-
[ 300, 500, 300 ],
91-
[ 400, 500, 400 ],
92-
[ 300, 500, 300 ]
93-
]
94-
]
78+
[
79+
[
80+
[ 100, 500, 100 ],
81+
[ 400, 500, 400 ],
82+
[ 100, 500, 100 ]
83+
],
84+
[
85+
[ 200, 500, 200 ],
86+
[ 400, 500, 400 ],
87+
[ 200, 500, 200 ]
88+
],
89+
[
90+
[ 300, 500, 300 ],
91+
[ 400, 500, 400 ],
92+
[ 300, 500, 300 ]
93+
]
94+
]
9595
*/

0 commit comments

Comments
 (0)