Skip to content

Commit 3d5f954

Browse files
committed
Auto-generated commit
1 parent 891f851 commit 3d5f954

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-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 (2026-01-11)
7+
## Unreleased (2026-01-12)
88

99
<section class="features">
1010

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

100100
<details>
101101

102+
- [`4026f6b`](https://github.com/stdlib-js/stdlib/commit/4026f6b885a77192ae147c6314c691db8d375f26) - **docs:** add references _(by Athan Reines)_
102103
- [`1216f34`](https://github.com/stdlib-js/stdlib/commit/1216f342bddf49075c7b29c30bf145f413171344) - **test:** visually group require statements _(by Athan Reines)_
103104
- [`7d17660`](https://github.com/stdlib-js/stdlib/commit/7d17660137c611ad174f81df229a31f4d3080cbc) - **chore:** fix JavaScript lint errors [(#9690)](https://github.com/stdlib-js/stdlib/pull/9690) _(by Divyanshu)_
104105
- [`2035f34`](https://github.com/stdlib-js/stdlib/commit/2035f344a1a469278042b7532f034dc6119933b3) - **docs:** add function documentation _(by Athan Reines)_

base/dlassq/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,19 @@ TODO
232232

233233
<!-- /.c -->
234234

235+
* * *
236+
237+
<section class="references">
238+
239+
## References
240+
241+
- Blue, James L. 1978. "A Portable Fortran Program to Find the Euclidean Norm of a Vector." _ACM Transactions on Mathematical Software_ 4 (1). New York, NY, USA: Association for Computing Machinery: 15–23. doi:[10.1145/355769.355771][@blue:1978a].
242+
- Anderson, Edward. 2017. "Algorithm 978: Safe Scaling in the Level 1 BLAS." _ACM Transactions on Mathematical Software_ 44 (1). New York, NY, USA: Association for Computing Machinery: 1–28. doi:[10.1145/3061665][@anderson:2017a].
243+
244+
</section>
245+
246+
<!-- /.references -->
247+
235248
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
236249

237250
<section class="related">
@@ -252,6 +265,10 @@ TODO
252265

253266
[mdn-typed-array]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray
254267

268+
[@blue:1978a]: https://doi.org/10.1145/355769.355771
269+
270+
[@anderson:2017a]: https://doi.org/10.1145/3061665
271+
255272
</section>
256273

257274
<!-- /.links -->

0 commit comments

Comments
 (0)