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
+15-1Lines changed: 15 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-01-14)
7
+
## Unreleased (2025-02-06)
8
8
9
9
<sectionclass="features">
10
10
@@ -26,12 +26,26 @@
26
26
27
27
<!-- /.bug-fixes -->
28
28
29
+
<sectionclass="breaking-changes">
30
+
31
+
### BREAKING CHANGES
32
+
33
+
-[`02cbff3`](https://github.com/stdlib-js/stdlib/commit/02cbff35d876dcea7efd41794f414c7df5eddca4): - `c_dapx()` renamed to `stdlib_strided_dapx()`
34
+
35
+
--`c_dapx_ndarray()` renamed to `stdlib_strided_dapx_ndarray()`
36
+
All downstream usage of the old `c_dapx*` symbols must be updated to use the new symbols.
37
+
38
+
</section>
39
+
40
+
<!-- /.breaking-changes -->
41
+
29
42
<sectionclass="commits">
30
43
31
44
### Commits
32
45
33
46
<details>
34
47
48
+
-[`88e4c0a`](https://github.com/stdlib-js/stdlib/commit/88e4c0a78b9a33f5b74417de9a0eabca256803de) - **docs:** update related packages sections [(#5074)](https://github.com/stdlib-js/stdlib/pull/5074)_(by stdlib-bot)_
35
49
-[`02cbff3`](https://github.com/stdlib-js/stdlib/commit/02cbff35d876dcea7efd41794f414c7df5eddca4) - **refactor:** update `blas/ext/base/dapx` to follow current project conventions [(#4737)](https://github.com/stdlib-js/stdlib/pull/4737)_(by Muhammad Haris)_
36
50
-[`62364f6`](https://github.com/stdlib-js/stdlib/commit/62364f62ea823a3b52c2ad25660ecd80c71f8f36) - **style:** fix C comment alignment _(by Philipp Burckhardt)_
37
51
-[`ff25e13`](https://github.com/stdlib-js/stdlib/commit/ff25e1324e1507cc076078e82badce7fdf7915f6) - **docs:** remove excess whitespace _(by Philipp Burckhardt)_
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -303,8 +303,8 @@ int main( void ) {
303
303
304
304
## See Also
305
305
306
-
- <span class="package-name">[`@stdlib/blas-ext/base/gapx`][@stdlib/blas/ext/base/gapx]</span><span class="delimiter">: </span><span class="description">add a constant to each element in a strided array.</span>
307
-
- <span class="package-name">[`@stdlib/blas-ext/base/sapx`][@stdlib/blas/ext/base/sapx]</span><span class="delimiter">: </span><span class="description">add a constant to each element in a single-precision floating-point strided array.</span>
306
+
- <span class="package-name">[`@stdlib/blas-ext/base/gapx`][@stdlib/blas/ext/base/gapx]</span><span class="delimiter">: </span><span class="description">add a scalar constant to each element in a strided array.</span>
307
+
- <span class="package-name">[`@stdlib/blas-ext/base/sapx`][@stdlib/blas/ext/base/sapx]</span><span class="delimiter">: </span><span class="description">add a scalar constant to each element in a single-precision floating-point strided array.</span>
0 commit comments