Skip to content

Commit 54ce2f1

Browse files
committed
Auto-generated commit
1 parent f11f4a8 commit 54ce2f1

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,3 +188,7 @@ jsconfig.json
188188
# Other editor files #
189189
######################
190190
.idea/
191+
192+
# Cursor #
193+
##########
194+
.cursorignore

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-02-09)
7+
## Unreleased (2025-02-19)
88

99
<section class="features">
1010

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

3535
<details>
3636

37+
- [`c7bfa92`](https://github.com/stdlib-js/stdlib/commit/c7bfa923af0c5346766c90300e0d0a3c2188d438) - **docs:** fix missing ending `section` in various READMEs [(#5292)](https://github.com/stdlib-js/stdlib/pull/5292) _(by Saurabh Singh)_
3738
- [`e61b1de`](https://github.com/stdlib-js/stdlib/commit/e61b1dee3334bacf30d213de5b5f1c7868c0753b) - **docs:** clean-up of C docstrings _(by Philipp Burckhardt)_
3839
- [`013c9ac`](https://github.com/stdlib-js/stdlib/commit/013c9ac4695d3ff46ecde12644af8c35aa0be706) - **feat:** add C implementation for `stats/base/dists/triangular/stdev` [(#4258)](https://github.com/stdlib-js/stdlib/pull/4258) _(by Prashant Kumar Yadav)_
3940

@@ -47,10 +48,11 @@ This release closes the following issue:
4748

4849
### Contributors
4950

50-
A total of 2 people contributed to this release. Thank you to the following contributors:
51+
A total of 3 people contributed to this release. Thank you to the following contributors:
5152

5253
- Philipp Burckhardt
5354
- Prashant Kumar Yadav
55+
- Saurabh Singh
5456

5557
</section>
5658

CONTRIBUTORS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,12 @@ Dominik Moritz <[email protected]>
3535
Dorrin Sotoudeh <[email protected]>
3636
EuniceSim142 <[email protected]>
3737
Frank Kovacs <[email protected]>
38+
GK Bishnoi <[email protected]>
39+
3840
Golden Kumar <[email protected]>
3941
Gunj Joshi <[email protected]>
4042
Gururaj Gurram <[email protected]>
43+
4144
4245
Harshita Kalani <[email protected]>
4346
Hridyanshu <[email protected]>
@@ -101,6 +104,7 @@ Sai Srikar Dumpeti <[email protected]>
101104
Sarthak Paandey <[email protected]>
102105
Saurabh Singh <[email protected]>
103106
Seyyed Parsa Neshaei <[email protected]>
107+
Shabareesh Shetty <[email protected]>
104108
Shashank Shekhar Singh <[email protected]>
105109
Shivam Ahir <[email protected]>
106110
Shraddheya Shendre <[email protected]>
@@ -111,6 +115,7 @@ Snehil Shah <[email protected]>
111115
Soumajit Chatterjee <[email protected]>
112116
Spandan Barve <[email protected]>
113117
Stephannie Jiménez Gacha <[email protected]>
118+
Suhaib Ilahi <[email protected]>
114119
Suraj Kumar <[email protected]>
115120
Tirtadwipa Manunggal <[email protected]>
116121
Tudor Pagu <[email protected]>
@@ -125,6 +130,7 @@ Vivek Maurya <[email protected]>
125130
Xiaochuan Ye <[email protected]>
126131
Yaswanth Kosuru <[email protected]>
127132
Yernar Yergaziyev <[email protected]>
133+
Yuvi Mittal <[email protected]>
128134
ekambains <[email protected]>
129135
olenkabilonizhka <[email protected]>
130136
pranav-1720 <[email protected]>

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,10 @@ int main( void ) {
268268

269269
<!-- /.examples -->
270270

271+
</section>
272+
273+
<!-- /.c -->
274+
271275
<!-- Section to include cited references. If references are included, add a horizontal rule *before* the section. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
272276

273277
<section class="references">

0 commit comments

Comments
 (0)