Skip to content

Commit 1429b0e

Browse files
committed
Auto-generated commit
1 parent 6292518 commit 1429b0e

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
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-10-03)
7+
## Unreleased (2025-10-05)
88

99
<section class="features">
1010

@@ -603,6 +603,7 @@ A total of 28 issues were closed in this release:
603603

604604
<details>
605605

606+
- [`72317f7`](https://github.com/stdlib-js/stdlib/commit/72317f741a54745b3025f656e124c272e8bdf344) - **docs:** update related packages sections [(#8203)](https://github.com/stdlib-js/stdlib/pull/8203) _(by stdlib-bot)_
606607
- [`88af477`](https://github.com/stdlib-js/stdlib/commit/88af477a176c4eac745a0324892324611de6d494) - **chore:** address Javascript lint errors [(#8193)](https://github.com/stdlib-js/stdlib/pull/8193) _(by Shubham, Athan Reines)_
607608
- [`9d84704`](https://github.com/stdlib-js/stdlib/commit/9d8470471bc66b3a98da174b72a3ab4f9302744f) - **feat:** add `ndarray/flatten-from` [(#8153)](https://github.com/stdlib-js/stdlib/pull/8153) _(by Muhammad Haris, Athan Reines)_
608609
- [`06be0fa`](https://github.com/stdlib-js/stdlib/commit/06be0fad3ca61038f88e603e39e33504be481ed8) - **refactor:** use base constructor and fix comments _(by Athan Reines)_

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ Shivam Ahir <11shivam00@gmail.com>
191191
Shivansh <114570926+shiv343@users.noreply.github.com>
192192
Shraddheya Shendre <shendreshraddheya@gmail.com>
193193
Shubh Mehta <93862397+Shubh942@users.noreply.github.com>
194+
Shubham <b4mshubham@gmail.com>
194195
Shubham Mishra <shubh622005@gmail.com>
195196
Siddhesh waje <117733253+siddhesh434@users.noreply.github.com>
196197
Sivam Das <100067002+Sivam2313@users.noreply.github.com>

dtype-ctor/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,13 @@ console.log( 'JSON: %s', JSON.stringify( dt ) );
270270

271271
<section class="related">
272272

273+
* * *
274+
275+
## See Also
276+
277+
- <span class="package-name">[`@stdlib/ndarray/ctor`][@stdlib/ndarray/ctor]</span><span class="delimiter">: </span><span class="description">multidimensional array constructor.</span>
278+
- <span class="package-name">[`@stdlib/ndarray/dtype`][@stdlib/ndarray/dtype]</span><span class="delimiter">: </span><span class="description">return the data type of a provided ndarray.</span>
279+
273280
</section>
274281

275282
<!-- /.related -->
@@ -286,6 +293,14 @@ console.log( 'JSON: %s', JSON.stringify( dt ) );
286293

287294
[@stdlib/dstructs/struct]: https://github.com/stdlib-js/dstructs-struct
288295

296+
<!-- <related-links> -->
297+
298+
[@stdlib/ndarray/ctor]: https://github.com/stdlib-js/ndarray/tree/main/ctor
299+
300+
[@stdlib/ndarray/dtype]: https://github.com/stdlib-js/ndarray/tree/main/dtype
301+
302+
<!-- </related-links> -->
303+
289304
</section>
290305

291306
<!-- /.links -->

0 commit comments

Comments
 (0)