Skip to content

Commit aaecc14

Browse files
committed
Auto-generated commit
1 parent d3eeca5 commit aaecc14

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ indent_style = tab
121121
[*.{md,md.txt}]
122122
indent_style = space
123123
indent_size = 4
124-
trim_trailing_whitespace = false
124+
trim_trailing_whitespace = true # Note: this disables using two spaces to force a hard line break, which is permitted in Markdown. As we don't typically follow that practice (TMK), we should be safe to automatically trim.
125125
126126
# Set properties for `usage.txt` files:
127127
[usage.txt]

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 (2024-12-15)
7+
## Unreleased (2024-12-18)
88

99
<section class="features">
1010

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

3535
<details>
3636

37+
- [`8bf8285`](https://github.com/stdlib-js/stdlib/commit/8bf8285aba0ecbd00ae145c4c5c098cd28135814) - **chore:** minor clean-up _(by Philipp Burckhardt)_
3738
- [`bb09b18`](https://github.com/stdlib-js/stdlib/commit/bb09b185f74d2fc05254a2f164119ca05054887f) - **feat:** add C implementation for `stats/base/dists/beta/variance` [(#3919)](https://github.com/stdlib-js/stdlib/pull/3919) _(by Vivek maurya, Philipp Burckhardt)_
3839

3940
</details>

CONTRIBUTORS

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22
#
33
# Contributors listed in alphabetical order.
44

5+
Aadish Jain <[email protected]>
56
Aayush Khanna <[email protected]>
67
Abhijit Raut <[email protected]>
78
Adarsh Palaskar <[email protected]>
89
Aditya Sapra <[email protected]>
910
Ahmed Atwa <[email protected]>
1011
Ahmed Kashkoush <[email protected]>
12+
Ahmed Khaled <[email protected]>
1113
Aleksandr <[email protected]>
1214
Ali Salesi <[email protected]>
1315
Aman Bhansali <[email protected]>
@@ -24,6 +26,7 @@ Dan Rose <[email protected]>
2426
Daniel Killenberger <[email protected]>
2527
Daniel Yu <[email protected]>
2628
Debashis Maharana <[email protected]>
29+
Divyansh Seth <[email protected]>
2730
Dominic Lim <[email protected]>
2831
Dominik Moritz <[email protected]>
2932
Dorrin Sotoudeh <[email protected]>
@@ -46,11 +49,10 @@ Jordan Gallivan <[email protected]>
4649
Joris Labie <[email protected]>
4750
Justin Dennison <[email protected]>
4851
Karthik Prakash <[email protected]>
49-
5052
Kohantika Nath <[email protected]>
5153
Krishnendu Das <[email protected]>
5254
Kshitij-Dale <[email protected]>
53-
55+
Lovelin Dhoni J B <[email protected]>
5456
Manik Sharma <[email protected]>
5557
Manvith M <[email protected]>
5658
Marcus Fantham <[email protected]>
@@ -61,6 +63,7 @@ Mohammad Kaif <[email protected]>
6163
Momtchil Momtchev <[email protected]>
6264
Muhammad Haris <[email protected]>
6365
Naresh Jagadeesan <[email protected]>
66+
Naveen Kumar <[email protected]>
6467
Neeraj Pathak <[email protected]>
6568
Nishant Shinde <[email protected]>
6669
Nithin Katta <[email protected]>
@@ -71,10 +74,10 @@ Ori Miles <[email protected]>
7174
Philipp Burckhardt <[email protected]>
7275
Prajwal Kulkarni <[email protected]>
7376
Pranav Goswami <[email protected]>
74-
75-
77+
Pranjal Jha <[email protected]>
78+
Pratik Singh <[email protected]>
7679
Pratyush Kumar Chouhan <[email protected]>
77-
80+
Priyansh Prajapati <[email protected]>
7881
Priyanshu Agarwal <[email protected]>
7982
Pushpendra Chandravanshi <[email protected]>
8083
Raunak Kumar Gupta <[email protected]>
@@ -93,7 +96,7 @@ Sarthak Paandey <[email protected]>
9396
Saurabh Singh <[email protected]>
9497
Seyyed Parsa Neshaei <[email protected]>
9598
Shashank Shekhar Singh <[email protected]>
96-
99+
Shivam Ahir <[email protected]>
97100
Shraddheya Shendre <[email protected]>
98101
Shubh Mehta <[email protected]>
99102
Shubham Mishra <[email protected]>
@@ -116,7 +119,6 @@ Vivek maurya <[email protected]>
116119
Xiaochuan Ye <[email protected]>
117120
Yaswanth Kosuru <[email protected]>
118121
Yernar Yergaziyev <[email protected]>
119-
120122
olenkabilonizhka <[email protected]>
121123
122124

src/main.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
#include "stdlib/stats/base/dists/beta/variance.h"
2020

21-
2221
/**
2322
* Returns the variance of a beta distribution.
2423
*

0 commit comments

Comments
 (0)