Skip to content

Commit 349687e

Browse files
committed
Auto-generated commit
1 parent 0da433d commit 349687e

File tree

11 files changed

+198
-501
lines changed

11 files changed

+198
-501
lines changed

.editorconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ indent_style = tab
8686
[*.{f,f.txt}]
8787
indent_style = space
8888
indent_size = 2
89-
insert_final_newline = false
9089

9190
# Set properties for shell files:
9291
[*.{sh,sh.txt}]

.github/.keepalive

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

.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: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,41 @@
22

33
> Package changelog.
44
5+
<section class="release" id="unreleased">
6+
7+
## Unreleased (2025-02-20)
8+
9+
<section class="commits">
10+
11+
### Commits
12+
13+
<details>
14+
15+
- [`f7988d3`](https://github.com/stdlib-js/stdlib/commit/f7988d3c02e0eff3bd9bd7523b5dc975bb98dc0e) - **bench:** fix `isnan` checks in `stats/base/dists` [(#5296)](https://github.com/stdlib-js/stdlib/pull/5296) _(by Karan Anand)_
16+
- [`13c0b92`](https://github.com/stdlib-js/stdlib/commit/13c0b92efadf3a6d4c83322c32ebc4071950b403) - **bench:** refactor random number generation in `stats/base/dists/discrete-uniform` [(#4887)](https://github.com/stdlib-js/stdlib/pull/4887) _(by Karan Anand)_
17+
18+
</details>
19+
20+
</section>
21+
22+
<!-- /.commits -->
23+
24+
<section class="contributors">
25+
26+
### Contributors
27+
28+
A total of 1 person contributed to this release. Thank you to this contributor:
29+
30+
- Karan Anand
31+
32+
</section>
33+
34+
<!-- /.contributors -->
35+
36+
</section>
37+
38+
<!-- /.release -->
39+
540
<section class="release" id="v0.2.2">
641

742
## 0.2.2 (2024-07-28)

CONTRIBUTORS

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,20 @@ Daniel Killenberger <[email protected]>
2727
Daniel Yu <[email protected]>
2828
Debashis Maharana <[email protected]>
2929
Desh Deepak Kant <[email protected]>
30+
31+
Dhruv Arvind Singh <[email protected]>
3032
Divyansh Seth <[email protected]>
3133
Dominic Lim <[email protected]>
3234
Dominik Moritz <[email protected]>
3335
Dorrin Sotoudeh <[email protected]>
3436
EuniceSim142 <[email protected]>
3537
Frank Kovacs <[email protected]>
38+
GK Bishnoi <[email protected]>
39+
3640
Golden Kumar <[email protected]>
3741
Gunj Joshi <[email protected]>
38-
Gururaj Gurram <[email protected]>
42+
Gururaj Gurram <[email protected]>
43+
3944
4045
Harshita Kalani <[email protected]>
4146
Hridyanshu <[email protected]>
@@ -49,6 +54,7 @@ Joey Reed <[email protected]>
4954
Jordan Gallivan <[email protected]>
5055
Joris Labie <[email protected]>
5156
Justin Dennison <[email protected]>
57+
Karan Anand <[email protected]>
5258
Karthik Prakash <[email protected]>
5359
Kohantika Nath <[email protected]>
5460
Krishnendu Das <[email protected]>
@@ -60,6 +66,7 @@ Marcus Fantham <[email protected]>
6066
Matt Cochrane <[email protected]>
6167
Mihir Pandit <[email protected]>
6268
Milan Raj <[email protected]>
69+
Mohammad Bin Aftab <[email protected]>
6370
Mohammad Kaif <[email protected]>
6471
Momtchil Momtchev <[email protected]>
6572
Muhammad Haris <[email protected]>
@@ -97,6 +104,7 @@ Sai Srikar Dumpeti <[email protected]>
97104
Sarthak Paandey <[email protected]>
98105
Saurabh Singh <[email protected]>
99106
Seyyed Parsa Neshaei <[email protected]>
107+
Shabareesh Shetty <[email protected]>
100108
Shashank Shekhar Singh <[email protected]>
101109
Shivam Ahir <[email protected]>
102110
Shraddheya Shendre <[email protected]>
@@ -107,6 +115,7 @@ Snehil Shah <[email protected]>
107115
Soumajit Chatterjee <[email protected]>
108116
Spandan Barve <[email protected]>
109117
Stephannie Jiménez Gacha <[email protected]>
118+
Suhaib Ilahi <[email protected]>
110119
Suraj Kumar <[email protected]>
111120
Tirtadwipa Manunggal <[email protected]>
112121
Tudor Pagu <[email protected]>
@@ -117,10 +126,13 @@ UtkershBasnet <[email protected]>
117126
Vaibhav Patel <[email protected]>
118127
Varad Gupta <[email protected]>
119128
Vinit Pandit <[email protected]>
120-
Vivek maurya <[email protected].com>
129+
Vivek Maurya <vm8118134@gmail.com>
121130
Xiaochuan Ye <[email protected]>
122131
Yaswanth Kosuru <[email protected]>
123132
Yernar Yergaziyev <[email protected]>
133+
Yuvi Mittal <[email protected]>
134+
ekambains <[email protected]>
124135
olenkabilonizhka <[email protected]>
136+
pranav-1720 <[email protected]>
125137
126138

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Copyright (c) 2016-2024 The Stdlib Authors.
1+
Copyright (c) 2016-2025 The Stdlib Authors.

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,9 +355,14 @@ For more information on the project, filing bug reports and feature requests, an
355355

356356
---
357357

358+
## License
359+
360+
See [LICENSE][stdlib-license].
361+
362+
358363
## Copyright
359364

360-
Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
365+
Copyright &copy; 2016-2025. The Stdlib [Authors][stdlib-authors].
361366

362367
</section>
363368

@@ -401,6 +406,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
401406
[esm-readme]: https://github.com/stdlib-js/stats-base-dists-discrete-uniform-ctor/blob/esm/README.md
402407
[branches-url]: https://github.com/stdlib-js/stats-base-dists-discrete-uniform-ctor/blob/main/branches.md
403408

409+
[stdlib-license]: https://raw.githubusercontent.com/stdlib-js/stats-base-dists-discrete-uniform-ctor/main/LICENSE
410+
404411
[discrete-uniform-distribution]: https://en.wikipedia.org/wiki/Discrete_uniform_distribution
405412

406413
[cdf]: https://en.wikipedia.org/wiki/Cumulative_distribution_function

0 commit comments

Comments
 (0)