Skip to content

Commit 82bd94b

Browse files
committed
Auto-generated commit
1 parent 3babdaa commit 82bd94b

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
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-18)
7+
## Unreleased (2025-12-19)
88

99
<section class="features">
1010

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

8686
### Closed Issues
8787

88-
A total of 5 issues were closed in this release:
88+
A total of 6 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), [#9128](https://github.com/stdlib-js/stdlib/issues/9128), [#9150](https://github.com/stdlib-js/stdlib/issues/9150)
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), [#9128](https://github.com/stdlib-js/stdlib/issues/9128), [#9149](https://github.com/stdlib-js/stdlib/issues/9149), [#9150](https://github.com/stdlib-js/stdlib/issues/9150)
9191

9292
</section>
9393

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

100100
<details>
101101

102+
- [`b0962b9`](https://github.com/stdlib-js/stdlib/commit/b0962b916b498ef0d0d510c41857e5169176997c) - **docs:** fix broken Markdown link [(#9249)](https://github.com/stdlib-js/stdlib/pull/9249) _(by Ketan-Ag, Philipp Burckhardt)_
102103
- [`e5d1aaf`](https://github.com/stdlib-js/stdlib/commit/e5d1aaf69f0990a223bdc568ce6894185587b601) - **docs:** fix broken Markdown link [(#9159)](https://github.com/stdlib-js/stdlib/pull/9159) _(by Manit Roy)_
103104
- [`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)_
104105
- [`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)_
@@ -236,13 +237,14 @@ A total of 5 issues were closed in this release:
236237

237238
### Contributors
238239

239-
A total of 12 people contributed to this release. Thank you to the following contributors:
240+
A total of 13 people contributed to this release. Thank you to the following contributors:
240241

241242
- Aarya Balwadkar
242243
- Aayush Khanna
243244
- Athan Reines
244245
- Deepak Singh
245246
- Divyanshu
247+
- Ketan-Ag
246248
- Manit Roy
247249
- Mohammad Bin Aftab
248250
- Philipp Burckhardt

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ Copyright &copy; 2016-2025. The Stdlib [Authors][stdlib-authors].
167167
168168
-->
169169

170-
[chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg
171-
[chat-url]: https://app.gitter.im/#/room/#stdlib-js_stdlib:gitter.im
170+
[chat-image]: https://img.shields.io/badge/zulip-join_chat-brightgreen.svg
171+
[chat-url]: https://stdlib.zulipchat.com
172172

173173
[stdlib]: https://github.com/stdlib-js/stdlib
174174

base/dlaset/README.md

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

238238
[lapack]: https://www.netlib.org/lapack/explore-html/
239239

240-
[lapack-dlaset]: https://www.netlib.org/lapack/explore-html-3.6.1/d7/d43/group__aux_o_t_h_e_rauxiliary_ga89e332374c7cd87e5db54bfe21550bc3.html
240+
[lapack-dlaset]: https://netlib.org/lapack/explore-html/d0/de5/group__laset_gad8051330f20413bd2a4ee0bccaf54ec8.html
241241

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

0 commit comments

Comments
 (0)