Skip to content

Commit 0d3a81a

Browse files
committed
Auto-generated commit
1 parent aeaab53 commit 0d3a81a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 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 (2025-04-25)
7+
## Unreleased (2025-04-29)
88

99
<section class="features">
1010

@@ -168,6 +168,7 @@ A total of 29 issues were closed in this release:
168168

169169
<details>
170170

171+
- [`1f7e55f`](https://github.com/stdlib-js/stdlib/commit/1f7e55f344d26c42e0c2ae001f8ac3ce16f1999a) - **docs:** remove unused packages [(#6837)](https://github.com/stdlib-js/stdlib/pull/6837) _(by Shabareesh Shetty)_
171172
- [`5edbc25`](https://github.com/stdlib-js/stdlib/commit/5edbc2524bf509bd0bbde5c6432c77f06e55a65d) - **feat:** add index data type kinds _(by Athan Reines)_
172173
- [`6606a96`](https://github.com/stdlib-js/stdlib/commit/6606a96c6f200945d5506523f82f232538a2bc2d) - **feat:** add index data type defaults _(by Athan Reines)_
173174
- [`5f73301`](https://github.com/stdlib-js/stdlib/commit/5f73301a8509cc423a06b02140c4e316fd02ff49) - **docs:** minor clean-up _(by Philipp Burckhardt)_
@@ -383,7 +384,7 @@ A total of 29 issues were closed in this release:
383384

384385
### Contributors
385386

386-
A total of 14 people contributed to this release. Thank you to the following contributors:
387+
A total of 15 people contributed to this release. Thank you to the following contributors:
387388

388389
- Aayush Khanna
389390
- Abhijit Raut
@@ -398,6 +399,7 @@ A total of 14 people contributed to this release. Thank you to the following con
398399
- Neeraj Pathak
399400
- Philipp Burckhardt
400401
- Rylan Yang
402+
- Shabareesh Shetty
401403
- Vinit Pandit
402404

403405
</section>

base/with/lib/assign.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ function accessors( x, index, value, out, stride, offset ) {
132132
* @example
133133
* var Complex128 = require( '@stdlib/complex/float64/ctor' );
134134
* var Float64Array = require( '@stdlib/array/float64' );
135-
* var arraylike2object = require( '@stdlib/array/base/arraylike2object' );
136135
*
137136
* var x = new Float64Array( [ 1.0, 2.0, 3.0, 4.0 ] );
138137
*

base/without/lib/assign.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ function accessors( x, index, out, stride, offset ) {
129129
* @example
130130
* var Complex128 = require( '@stdlib/complex/float64/ctor' );
131131
* var Float64Array = require( '@stdlib/array/float64' );
132-
* var arraylike2object = require( '@stdlib/array/base/arraylike2object' );
133132
*
134133
* var x = new Float64Array( [ 1.0, 2.0, 3.0, 4.0 ] );
135134
*

0 commit comments

Comments
 (0)