Skip to content

Commit 00e49fb

Browse files
committed
Merge branch 'develop' of https://github.com/stdlib-js/stdlib into develop
2 parents fdaf971 + bf038c4 commit 00e49fb

6 files changed

Lines changed: 49 additions & 3 deletions

File tree

.github/workflows/run_tests_coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
- name: 'Post report as comment to PR'
196196
if: github.event_name == 'pull_request'
197197
# Pin action to full length commit SHA
198-
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
198+
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
199199
with:
200200
github-token: ${{ secrets.CHATBOT_GITHUB_TOKEN }}
201201
script: |
@@ -210,7 +210,7 @@ jobs:
210210
- name: 'Post report as comment to commit'
211211
if: github.event_name == 'push'
212212
# Pin action to full length commit SHA
213-
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
213+
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
214214
with:
215215
github-token: ${{ secrets.CHATBOT_GITHUB_TOKEN }}
216216
script: |

.github/workflows/windows_test_npm_install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
# Install MSYS2:
145145
- name: 'Install MSYS2'
146146
# Pin action to full length commit SHA
147-
uses: msys2/setup-msys2@27b3aa77f672cb6b3054121cfd80c3d22ceebb1d # v2.20.1
147+
uses: msys2/setup-msys2@76b1bed68bac51ebe46cb431077217d4b98e2b7b # v2.21.0
148148
with:
149149
# Set the MSYS system:
150150
msystem: MINGW64

lib/node_modules/@stdlib/blas/ext/base/gfill/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@ console.log( x );
173173

174174
<!-- <related-links> -->
175175

176+
177+
176178
<!-- </related-links> -->
177179

178180
</section>

lib/node_modules/@stdlib/number/float64/base/set-high-word/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,13 @@ int main( void ) {
185185
186186
<section class="related">
187187
188+
* * *
189+
190+
## See Also
191+
192+
- <span class="package-name">[`@stdlib/number/float64/base/get-high-word`][@stdlib/number/float64/base/get-high-word]</span><span class="delimiter">: </span><span class="description">return an unsigned 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.</span>
193+
- <span class="package-name">[`@stdlib/number/float64/base/set-low-word`][@stdlib/number/float64/base/set-low-word]</span><span class="delimiter">: </span><span class="description">set the less significant 32 bits of a double-precision floating-point number.</span>
194+
188195
</section>
189196
190197
<!-- /.related -->
@@ -195,6 +202,14 @@ int main( void ) {
195202
196203
[ieee754]: https://en.wikipedia.org/wiki/IEEE_754-1985
197204
205+
<!-- <related-links> -->
206+
207+
[@stdlib/number/float64/base/get-high-word]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/number/float64/base/get-high-word
208+
209+
[@stdlib/number/float64/base/set-low-word]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/number/float64/base/set-low-word
210+
211+
<!-- </related-links> -->
212+
198213
</section>
199214
200215
<!-- /.links -->

lib/node_modules/@stdlib/random/array/cosine/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,13 @@ logEach( '%f', x4 );
331331

332332
<section class="related">
333333

334+
* * *
335+
336+
## See Also
337+
338+
- <span class="package-name">[`@stdlib/random/base/cosine`][@stdlib/random/base/cosine]</span><span class="delimiter">: </span><span class="description">raised cosine distributed pseudorandom numbers.</span>
339+
- <span class="package-name">[`@stdlib/random/strided/cosine`][@stdlib/random/strided/cosine]</span><span class="delimiter">: </span><span class="description">fill a strided array with pseudorandom numbers drawn from a raised cosine distribution.</span>
340+
334341
</section>
335342

336343
<!-- /.related -->
@@ -347,6 +354,12 @@ logEach( '%f', x4 );
347354

348355
[@stdlib/array/float64]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/float64
349356

357+
<!-- <related-links> -->
358+
359+
[@stdlib/random/strided/cosine]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/strided/cosine
360+
361+
<!-- </related-links> -->
362+
350363
</section>
351364

352365
<!-- /.links -->

lib/node_modules/@stdlib/random/array/uniform/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,14 @@ logEach( '%f', x4 );
331331

332332
<section class="related">
333333

334+
* * *
335+
336+
## See Also
337+
338+
- <span class="package-name">[`@stdlib/random/array/discrete-uniform`][@stdlib/random/array/discrete-uniform]</span><span class="delimiter">: </span><span class="description">create an array containing pseudorandom numbers drawn from a discrete uniform distribution.</span>
339+
- <span class="package-name">[`@stdlib/random/base/uniform`][@stdlib/random/base/uniform]</span><span class="delimiter">: </span><span class="description">uniformly distributed pseudorandom numbers.</span>
340+
- <span class="package-name">[`@stdlib/random/strided/uniform`][@stdlib/random/strided/uniform]</span><span class="delimiter">: </span><span class="description">fill a strided array with pseudorandom numbers drawn from a continuous uniform distribution.</span>
341+
334342
</section>
335343

336344
<!-- /.related -->
@@ -347,6 +355,14 @@ logEach( '%f', x4 );
347355

348356
[@stdlib/array/float64]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/float64
349357

358+
<!-- <related-links> -->
359+
360+
[@stdlib/random/array/discrete-uniform]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/array/discrete-uniform
361+
362+
[@stdlib/random/strided/uniform]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/strided/uniform
363+
364+
<!-- </related-links> -->
365+
350366
</section>
351367

352368
<!-- /.links -->

0 commit comments

Comments
 (0)