Skip to content

Commit 7fc1a4a

Browse files
committed
Auto-generated commit
1 parent 3972e85 commit 7fc1a4a

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

@@ -22,6 +22,7 @@
2222

2323
<details>
2424

25+
- [`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)_
2526
- [`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)_
2627
- [`be4a2ee`](https://github.com/stdlib-js/stdlib/commit/be4a2ee6c7b47dc85b09f6b8678c98b46b48aa33) - **feat:** add C ndarray interface and refactor implementation for `stats/base/dnanmeanpw` [(#4763)](https://github.com/stdlib-js/stdlib/pull/4763) _(by Aayush Khanna, Athan Reines, Muhammad Haris)_
2728
- [`62364f6`](https://github.com/stdlib-js/stdlib/commit/62364f62ea823a3b52c2ad25660ecd80c71f8f36) - **style:** fix C comment alignment _(by Philipp Burckhardt)_

CONTRIBUTORS

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ EuniceSim142 <[email protected]>
3737
Frank Kovacs <[email protected]>
3838
Golden Kumar <[email protected]>
3939
Gunj Joshi <[email protected]>
40-
Gururaj Gurram <[email protected].com>
40+
Gururaj Gurram <gururajgurram1512@gmail.com>
4141
4242
Harshita Kalani <[email protected]>
4343
Hridyanshu <[email protected]>
@@ -63,6 +63,7 @@ Marcus Fantham <[email protected]>
6363
Matt Cochrane <[email protected]>
6464
Mihir Pandit <[email protected]>
6565
Milan Raj <[email protected]>
66+
Mohammad Bin Aftab <[email protected]>
6667
Mohammad Kaif <[email protected]>
6768
Momtchil Momtchev <[email protected]>
6869
Muhammad Haris <[email protected]>
@@ -124,6 +125,8 @@ Vivek Maurya <[email protected]>
124125
Xiaochuan Ye <[email protected]>
125126
Yaswanth Kosuru <[email protected]>
126127
Yernar Yergaziyev <[email protected]>
128+
ekambains <[email protected]>
127129
olenkabilonizhka <[email protected]>
130+
pranav-1720 <[email protected]>
128131
129132

benchmark/benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ var dnanmeanpw = require( './../lib/dnanmeanpw.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 dnanmeanpw = 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)