Skip to content

Commit 5c7f174

Browse files
committed
Auto-generated commit
1 parent 0995be0 commit 5c7f174

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

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-03)
7+
## Unreleased (2025-02-09)
88

99
<section class="features">
1010

@@ -34,6 +34,7 @@ This release closes the following issue:
3434

3535
<details>
3636

37+
- [`e61b1de`](https://github.com/stdlib-js/stdlib/commit/e61b1dee3334bacf30d213de5b5f1c7868c0753b) - **docs:** clean-up of C docstrings _(by Philipp Burckhardt)_
3738
- [`9394549`](https://github.com/stdlib-js/stdlib/commit/939454926b745326a5b14bcd0924a0526baa93da) - **bench:** refactor random number generation in `stats/base/dists/beta` [(#4837)](https://github.com/stdlib-js/stdlib/pull/4837) _(by Karan Anand)_
3839
- [`998c1be`](https://github.com/stdlib-js/stdlib/commit/998c1be8630c1efcf19beefda88181db820d1dcb) - **chore:** remove EPS addition and directly draw from desired distribution _(by Philipp Burckhardt)_
3940
- [`fc0ff17`](https://github.com/stdlib-js/stdlib/commit/fc0ff171dab59e73e1748c1bff504166adc826c3) - **chore:** directly draw from the desired distribution instead of adding constants _(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

src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* @return variance
2727
*
2828
* @example
29-
* double y = stdlib_base_beta_variance( 1.0, 1.0 );
29+
* double y = stdlib_base_dists_beta_variance( 1.0, 1.0 );
3030
* // returns ~0.083
3131
*/
3232
double stdlib_base_dists_beta_variance( const double alpha, const double beta ) {

0 commit comments

Comments
 (0)