Skip to content

Commit c787696

Browse files
committed
Auto-generated commit
1 parent 710705b commit c787696

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<section class="release" id="unreleased">
66

7-
## Unreleased (2024-12-20)
7+
## Unreleased (2024-12-21)
88

99
<section class="packages">
1010

@@ -1202,6 +1202,7 @@ A total of 8 people contributed to this release. Thank you to the following cont
12021202

12031203
<details>
12041204

1205+
- [`8684eb4`](https://github.com/stdlib-js/stdlib/commit/8684eb429498a239bff9bdd72f443dd1cd981552) - **docs:** update related packages sections [(#4114)](https://github.com/stdlib-js/stdlib/pull/4114) _(by stdlib-bot, Athan Reines)_
12051206
- [`2222d50`](https://github.com/stdlib-js/stdlib/commit/2222d505c97a6c4f8acf89bdb3aae6f504589e04) - **fix:** update include path and refactor addon _(by Athan Reines)_
12061207
- [`c322b66`](https://github.com/stdlib-js/stdlib/commit/c322b6647751b73a9d0fe12bf5665e8e2243d4ca) - **docs:** update related packages sections [(#4070)](https://github.com/stdlib-js/stdlib/pull/4070) _(by stdlib-bot, Philipp Burckhardt)_
12071208
- [`8bf8285`](https://github.com/stdlib-js/stdlib/commit/8bf8285aba0ecbd00ae145c4c5c098cd28135814) - **chore:** minor clean-up _(by Philipp Burckhardt)_

base/ccopy/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ int main( void ) {
353353
354354
## See Also
355355
356-
- <span class="package-name">[`@stdlib/blas/base/cswap`][@stdlib/blas/base/cswap]</span><span class="delimiter">: </span><span class="description">interchanges two complex single-precision floating-point vectors.</span>
356+
- <span class="package-name">[`@stdlib/blas/base/cswap`][@stdlib/blas/base/cswap]</span><span class="delimiter">: </span><span class="description">interchange two complex single-precision floating-point vectors.</span>
357357
358358
</section>
359359

sswap/README.md

+16
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,14 @@ console.log( ndarray2array( y ) );
145145

146146
<section class="related">
147147

148+
* * *
149+
150+
## See Also
151+
152+
- <span class="package-name">[`@stdlib/blas/base/sswap`][@stdlib/blas/base/sswap]</span><span class="delimiter">: </span><span class="description">interchange two single-precision floating-point vectors.</span>
153+
- <span class="package-name">[`@stdlib/blas/dswap`][@stdlib/blas/dswap]</span><span class="delimiter">: </span><span class="description">interchange two double-precision floating-point vectors.</span>
154+
- <span class="package-name">[`@stdlib/blas/gswap`][@stdlib/blas/gswap]</span><span class="delimiter">: </span><span class="description">interchange two vectors.</span>
155+
148156
</section>
149157

150158
<!-- /.related -->
@@ -161,6 +169,14 @@ console.log( ndarray2array( y ) );
161169

162170
[@stdlib/blas/base/sswap]: https://github.com/stdlib-js/blas/tree/main/base/sswap
163171

172+
<!-- <related-links> -->
173+
174+
[@stdlib/blas/dswap]: https://github.com/stdlib-js/blas/tree/main/dswap
175+
176+
[@stdlib/blas/gswap]: https://github.com/stdlib-js/blas/tree/main/gswap
177+
178+
<!-- </related-links> -->
179+
164180
</section>
165181

166182
<!-- /.links -->

0 commit comments

Comments
 (0)