You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
<sectionclass="release"id="unreleased">
6
6
7
-
## Unreleased (2025-06-07)
7
+
## Unreleased (2025-07-08)
8
8
9
9
<sectionclass="features">
10
10
@@ -17,12 +17,23 @@
17
17
18
18
<!-- /.features -->
19
19
20
+
<sectionclass="bug-fixes">
21
+
22
+
### Bug Fixes
23
+
24
+
-[`e039f2a`](https://github.com/stdlib-js/stdlib/commit/e039f2a6f7ff1b4141dba2d0f5a2fb8a03d7a9b8) - consistently use constants instead of hardcoded numbers in unrolled BLAS loops
25
+
26
+
</section>
27
+
28
+
<!-- /.bug-fixes -->
29
+
20
30
<sectionclass="commits">
21
31
22
32
### Commits
23
33
24
34
<details>
25
35
36
+
-[`e039f2a`](https://github.com/stdlib-js/stdlib/commit/e039f2a6f7ff1b4141dba2d0f5a2fb8a03d7a9b8) - **fix:** consistently use constants instead of hardcoded numbers in unrolled BLAS loops _(by Philipp Burckhardt)_
-[`62364f6`](https://github.com/stdlib-js/stdlib/commit/62364f62ea823a3b52c2ad25660ecd80c71f8f36) - **style:** fix C comment alignment _(by Philipp Burckhardt)_
0 commit comments