Skip to content

Commit d20a628

Browse files
committed
Auto-generated commit
1 parent eb5b2e9 commit d20a628

File tree

6 files changed

+10
-6
lines changed

6 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 2 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-02-05)
7+
## Unreleased (2025-02-09)
88

99
<section class="features">
1010

@@ -32,6 +32,7 @@
3232

3333
<details>
3434

35+
- [`b78e8ba`](https://github.com/stdlib-js/stdlib/commit/b78e8ba6bdd1b97192878d9b780260a67a46be4d) - **docs:** update function description in JS benchmarks in `stats/base/*` [(#5135)](https://github.com/stdlib-js/stdlib/pull/5135) _(by Aayush Khanna)_
3536
- [`93c884d`](https://github.com/stdlib-js/stdlib/commit/93c884d677c3c79c24a451a0f1badf45d8b6ee16) - **bench:** update `NaN` generation in `stats/base/*` [(#5044)](https://github.com/stdlib-js/stdlib/pull/5044) _(by Aayush Khanna)_
3637
- [`74c5fe1`](https://github.com/stdlib-js/stdlib/commit/74c5fe174a5fb4cd5fdd54abf6697d5e94c1ff87) - **docs:** update examples of `stats/base/dnanmeanwd` to show proper handling of `NaN` elements [(#4994)](https://github.com/stdlib-js/stdlib/pull/4994) _(by Aayush Khanna)_
3738
- [`7e63aad`](https://github.com/stdlib-js/stdlib/commit/7e63aad8c0b42330b0933973bddea8d1c5e84862) - **fix:** wrap function calls in `API_SUFFIX` in native addons [(#4646)](https://github.com/stdlib-js/stdlib/pull/4646) _(by Aayush Khanna)_

CONTRIBUTORS

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ EuniceSim142 <77243938+EuniceSim142@users.noreply.github.com>
3737
Frank Kovacs <fran70kk@gmail.com>
3838
Golden Kumar <103646877+AuenKr@users.noreply.github.com>
3939
Gunj Joshi <gunjjoshi8372@gmail.com>
40-
Gururaj Gurram <143020143+gururaj1512@users.noreply.github.com>
40+
Gururaj Gurram <gururajgurram1512@gmail.com>
4141
HarshaNP <96897754+GittyHarsha@users.noreply.github.com>
4242
Harshita Kalani <harshitakalani02@gmail.com>
4343
Hridyanshu <124202756+HRIDYANSHU054@users.noreply.github.com>
@@ -63,6 +63,7 @@ Marcus Fantham <mfantham@users.noreply.github.com>
6363
Matt Cochrane <matthew.cochrane.eng@gmail.com>
6464
Mihir Pandit <129577900+MSP20086@users.noreply.github.com>
6565
Milan Raj <rajsite@users.noreply.github.com>
66+
Mohammad Bin Aftab <48010758+MohammadBinAftab@users.noreply.github.com>
6667
Mohammad Kaif <mdkaifprofession@gmail.com>
6768
Momtchil Momtchev <momtchil@momtchev.com>
6869
Muhammad Haris <harriskhan047@outlook.com>
@@ -124,6 +125,8 @@ Vivek Maurya <vm8118134@gmail.com>
124125
Xiaochuan Ye <tap91624@gmail.com>
125126
Yaswanth Kosuru <116426380+yaswanthkosuru@users.noreply.github.com>
126127
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>
128+
ekambains <bainsinbusiness@gmail.com>
127129
olenkabilonizhka <62379231+olenkabilonizhka@users.noreply.github.com>
130+
pranav-1720 <123018993+pranav-1720@users.noreply.github.com>
128131
rainn <88160429+AmCodesLame@users.noreply.github.com>
129132
rei2hu <reimu@reimu.ws>

benchmark/benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ var dnanmeanwd = require( './../lib/dnanmeanwd.js' );
3333
// FUNCTIONS //
3434

3535
/**
36-
* Returns a random value or `NaN`.
36+
* Returns a random number.
3737
*
3838
* @private
3939
* @returns {number} random number or `NaN`

benchmark/benchmark.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ var opts = {
4242
// FUNCTIONS //
4343

4444
/**
45-
* Returns a random value or `NaN`.
45+
* Returns a random number.
4646
*
4747
* @private
4848
* @returns {number} random number or `NaN`

benchmark/benchmark.ndarray.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ var dnanmeanwd = require( './../lib/ndarray.js' );
3333
// FUNCTIONS //
3434

3535
/**
36-
* Returns a random value or `NaN`.
36+
* Returns a random number.
3737
*
3838
* @private
3939
* @returns {number} random number or `NaN`

benchmark/benchmark.ndarray.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ var opts = {
4242
// FUNCTIONS //
4343

4444
/**
45-
* Returns a random value or `NaN`.
45+
* Returns a random number.
4646
*
4747
* @private
4848
* @returns {number} random number or `NaN`

0 commit comments

Comments
 (0)