Skip to content

Commit 48fc7ff

Browse files
committed
Auto-generated commit
1 parent faeba69 commit 48fc7ff

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed

.editorconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ indent_style = tab
8686
[*.{f,f.txt}]
8787
indent_style = space
8888
indent_size = 2
89-
insert_final_newline = false
9089

9190
# Set properties for shell files:
9291
[*.{sh,sh.txt}]

CHANGELOG.md

Lines changed: 15 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 (2025-01-14)
7+
## Unreleased (2025-02-06)
88

99
<section class="features">
1010

@@ -26,12 +26,26 @@
2626

2727
<!-- /.bug-fixes -->
2828

29+
<section class="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+
2942
<section class="commits">
3043

3144
### Commits
3245

3346
<details>
3447

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)_
3549
- [`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)_
3650
- [`62364f6`](https://github.com/stdlib-js/stdlib/commit/62364f62ea823a3b52c2ad25660ecd80c71f8f36) - **style:** fix C comment alignment _(by Philipp Burckhardt)_
3751
- [`ff25e13`](https://github.com/stdlib-js/stdlib/commit/ff25e1324e1507cc076078e82badce7fdf7915f6) - **docs:** remove excess whitespace _(by Philipp Burckhardt)_

CONTRIBUTORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Daniel Killenberger <daniel.killenberger@gmail.com>
2727
Daniel Yu <40680511+Daniel777y@users.noreply.github.com>
2828
Debashis Maharana <debashismaharana7854@gmail.com>
2929
Desh Deepak Kant <118960904+DeshDeepakKant@users.noreply.github.com>
30+
Dev Goel <135586571+corsairier@users.noreply.github.com>
3031
Dhruv Arvind Singh <154677013+DhruvArvindSingh@users.noreply.github.com>
3132
Divyansh Seth <59174836+sethdivyansh@users.noreply.github.com>
3233
Dominic Lim <46486515+domlimm@users.noreply.github.com>
@@ -62,6 +63,7 @@ Marcus Fantham <mfantham@users.noreply.github.com>
6263
Matt Cochrane <matthew.cochrane.eng@gmail.com>
6364
Mihir Pandit <129577900+MSP20086@users.noreply.github.com>
6465
Milan Raj <rajsite@users.noreply.github.com>
66+
Mohammad Bin Aftab <48010758+MohammadBinAftab@users.noreply.github.com>
6567
Mohammad Kaif <mdkaifprofession@gmail.com>
6668
Momtchil Momtchev <momtchil@momtchev.com>
6769
Muhammad Haris <harriskhan047@outlook.com>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,8 @@ int main( void ) {
303303
304304
## See Also
305305
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>
308308
309309
</section>
310310

0 commit comments

Comments
 (0)