Skip to content

Commit 78724bb

Browse files
committed
Auto-generated commit
1 parent 6c9fc6b commit 78724bb

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

CHANGELOG.md

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

7-
## Unreleased (2025-12-17)
7+
## Unreleased (2025-12-18)
88

99
<section class="features">
1010

@@ -85,9 +85,9 @@
8585

8686
### Closed Issues
8787

88-
A total of 3 issues were closed in this release:
88+
A total of 4 issues were closed in this release:
8989

90-
[#5052](https://github.com/stdlib-js/stdlib/issues/5052), [#6270](https://github.com/stdlib-js/stdlib/issues/6270), [#7335](https://github.com/stdlib-js/stdlib/issues/7335)
90+
[#5052](https://github.com/stdlib-js/stdlib/issues/5052), [#6270](https://github.com/stdlib-js/stdlib/issues/6270), [#7335](https://github.com/stdlib-js/stdlib/issues/7335), [#9150](https://github.com/stdlib-js/stdlib/issues/9150)
9191

9292
</section>
9393

@@ -99,6 +99,7 @@ A total of 3 issues were closed in this release:
9999

100100
<details>
101101

102+
- [`fd894a1`](https://github.com/stdlib-js/stdlib/commit/fd894a1a42d580d0ad12ae53ab9596cc44ee1870) - **docs:** fix broken Markdown link [(#9163)](https://github.com/stdlib-js/stdlib/pull/9163) _(by Sujal charati)_
102103
- [`c569e53`](https://github.com/stdlib-js/stdlib/commit/c569e53a4938ceb02996bc94b8613b42f820df58) - **docs:** update `lapack/base` TypeScript declarations [(#9116)](https://github.com/stdlib-js/stdlib/pull/9116) _(by stdlib-bot)_
103104
- [`ef3e8f4`](https://github.com/stdlib-js/stdlib/commit/ef3e8f448774d1ad3c657c2b506d0736adf01cee) - **docs:** improve doctests for complex number instances in `lapack/base/crot` [(#8953)](https://github.com/stdlib-js/stdlib/pull/8953) _(by Prajjwal Bajpai, Athan Reines)_
104105
- [`4d295c9`](https://github.com/stdlib-js/stdlib/commit/4d295c9c9c7d47ed6b9ba728a5f0f70da2338905) - **docs:** improve doctests for complex number instances in `lapack/base/claset` [(#8976)](https://github.com/stdlib-js/stdlib/pull/8976) _(by Divyanshu, Athan Reines)_
@@ -234,7 +235,7 @@ A total of 3 issues were closed in this release:
234235

235236
### Contributors
236237

237-
A total of 10 people contributed to this release. Thank you to the following contributors:
238+
A total of 11 people contributed to this release. Thank you to the following contributors:
238239

239240
- Aarya Balwadkar
240241
- Aayush Khanna
@@ -246,6 +247,7 @@ A total of 10 people contributed to this release. Thank you to the following con
246247
- Prajjwal Bajpai
247248
- Ricky Reusser
248249
- Sagar Ratna Chaudhary
250+
- Sujal charati
249251

250252
</section>
251253

base/iladlc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ TODO
248248

249249
[lapack]: https://www.netlib.org/lapack/explore-html/
250250

251-
[lapack-iladlc]: https://www.netlib.org/lapack/explore-html-3.6.1/d7/d43/group__aux_o_t_h_e_rauxiliary_gab8b3783390380038c9d26de61d7aefb4.html
251+
[lapack-iladlc]: https://www.netlib.org/lapack/explore-html/dc/df6/group__ilalc_gad8c407910f229795fe7a074b98be9338.html
252252

253253
[mdn-float64array]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Float64Array
254254

0 commit comments

Comments
 (0)