Skip to content

Commit 0f397f3

Browse files
committed
Auto-generated commit
1 parent 7c8d0a4 commit 0f397f3

File tree

8 files changed

+161
-9
lines changed

8 files changed

+161
-9
lines changed

.editorconfig

-1
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

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2025-04-07T00:39:57.140Z

.github/PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
We are excited about your pull request, but unfortunately we are not accepting pull requests against this repository, as all development happens on the [main project repository](https://github.com/stdlib-js/stdlib). We kindly request that you submit this pull request against the [respective directory](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/streams) of the main repository where we’ll review and provide feedback.
44

5-
If this is your first stdlib contribution, be sure to read the [contributing guide](https://github.com/stdlib-js/stdlib/blob/develop/CONTRIBUTING.md) which provides guidelines and instructions for submitting contributions. You may also consult the [development guide](https://github.com/stdlib-js/stdlib/blob/develop/docs/development.md) for help on developing stdlib.
5+
If this is your first stdlib contribution, be sure to read the [contributing guide](https://github.com/stdlib-js/stdlib/blob/develop/CONTRIBUTING.md) which provides guidelines and instructions for submitting contributions. You may also consult the [development guide](https://github.com/stdlib-js/stdlib/blob/develop/docs/contributing/development.md) for help on developing stdlib.
66

77
We look forward to receiving your contribution! :smiley:

.gitignore

+4
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

+91-2
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,110 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2024-12-29)
7+
## Unreleased (2025-04-07)
88

99
<section class="packages">
1010

1111
### Packages
1212

13+
<section class="package" id="random-streams-betaprime-unreleased">
14+
15+
#### [@stdlib/random/streams/betaprime](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/streams/betaprime)
16+
17+
<details>
18+
19+
<section class="issues">
20+
21+
##### Closed Issues
22+
23+
This release closes the following issue:
24+
25+
[#6213](https://github.com/stdlib-js/stdlib/issues/6213)
26+
27+
</section>
28+
29+
<!-- /.issues -->
30+
31+
</details>
32+
33+
</section>
34+
35+
<!-- /.package -->
36+
37+
<section class="package" id="random-streams-discrete-uniform-unreleased">
38+
39+
#### [@stdlib/random/streams/discrete-uniform](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/streams/discrete-uniform)
40+
41+
<details>
42+
43+
<section class="issues">
44+
45+
##### Closed Issues
46+
47+
This release closes the following issue:
48+
49+
[#6213](https://github.com/stdlib-js/stdlib/issues/6213)
50+
51+
</section>
52+
53+
<!-- /.issues -->
54+
55+
</details>
56+
57+
</section>
58+
59+
<!-- /.package -->
60+
61+
<section class="package" id="random-streams-laplace-unreleased">
62+
63+
#### [@stdlib/random/streams/laplace](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/streams/laplace)
64+
65+
<details>
66+
67+
<section class="issues">
68+
69+
##### Closed Issues
70+
71+
This release closes the following issue:
72+
73+
[#5933](https://github.com/stdlib-js/stdlib/issues/5933)
74+
75+
</section>
76+
77+
<!-- /.issues -->
78+
79+
</details>
80+
81+
</section>
82+
83+
<!-- /.package -->
84+
1385
</section>
1486

1587
<!-- /.packages -->
1688

89+
<section class="issues">
90+
91+
### Closed Issues
92+
93+
A total of 2 issues were closed in this release:
94+
95+
[#5933](https://github.com/stdlib-js/stdlib/issues/5933), [#6213](https://github.com/stdlib-js/stdlib/issues/6213)
96+
97+
</section>
98+
99+
<!-- /.issues -->
100+
17101
<section class="contributors">
18102

19103
### Contributors
20104

21-
A total of 1 person contributed to this release. Thank you to this contributor:
105+
A total of 4 people contributed to this release. Thank you to the following contributors:
22106

107+
- AlyAbdelmoneim
108+
- Athan Reines
23109
- Philipp Burckhardt
110+
- Pulkit Gupta
24111

25112
</section>
26113

@@ -32,6 +119,8 @@ A total of 1 person contributed to this release. Thank you to this contributor:
32119

33120
<details>
34121

122+
- [`9ecb767`](https://github.com/stdlib-js/stdlib/commit/9ecb7670623af1f28ffcb635d6fdf27a630e37e5) - **chore:** fix EditorConfig lint errors [(#6215)](https://github.com/stdlib-js/stdlib/pull/6215) _(by AlyAbdelmoneim)_
123+
- [`6010481`](https://github.com/stdlib-js/stdlib/commit/6010481a6f07f206d7b7c491dea4f21c785ea97b) - **chore:** fix EditorConfig lint errors [(#5940)](https://github.com/stdlib-js/stdlib/pull/5940) _(by Pulkit Gupta, Athan Reines)_
35124
- [`b87254d`](https://github.com/stdlib-js/stdlib/commit/b87254d4535a3b90bf3d0068750ed6e9ca5dbc85) - **docs:** fix parameter descriptions in Weibull distribution packages _(by Philipp Burckhardt)_
36125
- [`a78f7d1`](https://github.com/stdlib-js/stdlib/commit/a78f7d1b859b6b1d7b0bc0ee4daf76789e3e0910) - **style:** add missing spaces _(by Philipp Burckhardt)_
37126

CONTRIBUTORS

+62-3
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,31 @@
33
# Contributors listed in alphabetical order.
44

55
Aadish Jain <[email protected]>
6+
Aarya Balwadkar <[email protected]>
67
Aayush Khanna <[email protected]>
8+
Abdelrahman Samir <[email protected]>
9+
Abdul Kaium <[email protected]>
10+
Abhay Punia <[email protected]>
711
Abhijit Raut <[email protected]>
12+
Abhishek Jain <[email protected]>
813
Adarsh Palaskar <[email protected]>
914
Aditya Sapra <[email protected]>
1015
Ahmed Atwa <[email protected]>
1116
Ahmed Kashkoush <[email protected]>
1217
Ahmed Khaled <[email protected]>
18+
Aksshay Balasubramanian <[email protected]>
1319
Aleksandr <[email protected]>
1420
Ali Salesi <[email protected]>
21+
AlyAbdelmoneim <[email protected]>
1522
Aman Bhansali <[email protected]>
23+
AmanBhadkariya <[email protected]>
1624
Amit Jimiwal <[email protected]>
25+
Anshu Kumar <[email protected]>
26+
Anshu Kumar <[email protected]>
1727
Anudeep Sanapala <[email protected]>
1828
Athan Reines <[email protected]>
1929
30+
Bhavishy Agrawal <[email protected]>
2031
Brendan Graetz <[email protected]>
2132
Bruno Fenzl <[email protected]>
2233
Bryan Elee <[email protected]>
@@ -26,21 +37,36 @@ Dan Rose <[email protected]>
2637
Daniel Killenberger <[email protected]>
2738
Daniel Yu <[email protected]>
2839
Debashis Maharana <[email protected]>
40+
Deep Trivedi <[email protected]>
2941
Desh Deepak Kant <[email protected]>
42+
43+
Dhanyabad behera <[email protected]>
44+
Dhruv Arvind Singh <[email protected]>
45+
Dhruvil Mehta <[email protected]>
46+
Dipjyoti Das <[email protected]>
3047
Divyansh Seth <[email protected]>
3148
Dominic Lim <[email protected]>
3249
Dominik Moritz <[email protected]>
3350
Dorrin Sotoudeh <[email protected]>
3451
EuniceSim142 <[email protected]>
3552
Frank Kovacs <[email protected]>
53+
GK Bishnoi <[email protected]>
54+
55+
Gautam sharma <[email protected]>
3656
Golden Kumar <[email protected]>
3757
Gunj Joshi <[email protected]>
38-
Gururaj Gurram <[email protected]>
58+
Gururaj Gurram <[email protected]>
59+
Haroon Rasheed <[email protected]>
60+
3961
4062
Harshita Kalani <[email protected]>
63+
Hemant M Mehta <[email protected]>
4164
Hridyanshu <[email protected]>
4265
Jaimin Godhani <[email protected]>
66+
Jaison D Souza <[email protected]>
67+
Jalaj Kumar <[email protected]>
4368
James Gelok <[email protected]>
69+
4470
Jaysukh Makvana <[email protected]>
4571
Jenish Thapa <[email protected]>
4672
Jithin KS <[email protected]>
@@ -49,54 +75,77 @@ Joey Reed <[email protected]>
4975
Jordan Gallivan <[email protected]>
5076
Joris Labie <[email protected]>
5177
Justin Dennison <[email protected]>
78+
Justyn Shelby <[email protected]>
79+
Karan Anand <[email protected]>
5280
Karthik Prakash <[email protected]>
81+
Kaushikgtm <[email protected]>
82+
Kavyansh-Bagdi <[email protected]>
5383
Kohantika Nath <[email protected]>
84+
Krishnam Agarwal <[email protected]>
5485
Krishnendu Das <[email protected]>
5586
Kshitij-Dale <[email protected]>
5687
Lovelin Dhoni J B <[email protected]>
88+
5789
Manik Sharma <[email protected]>
5890
Manvith M <[email protected]>
5991
Marcus Fantham <[email protected]>
6092
Matt Cochrane <[email protected]>
6193
Mihir Pandit <[email protected]>
6294
Milan Raj <[email protected]>
95+
Mohammad Bin Aftab <[email protected]>
6396
Mohammad Kaif <[email protected]>
6497
Momtchil Momtchev <[email protected]>
6598
Muhammad Haris <[email protected]>
99+
Muhammad Taaha Tariq <[email protected]>
100+
Muhmmad Saad <[email protected]>
66101
Naresh Jagadeesan <[email protected]>
67102
Naveen Kumar <[email protected]>
68103
Neeraj Pathak <[email protected]>
104+
NirvedMishra <[email protected]>
69105
Nishant Shinde <[email protected]>
106+
Nishchay Rajput <[email protected]>
70107
Nithin Katta <[email protected]>
71108
Nourhan Hasan <[email protected]>
72109
Ognjen Jevremović <[email protected]>
73110
Oneday12323 <[email protected]>
74111
Ori Miles <[email protected]>
75112
Philipp Burckhardt <[email protected]>
113+
Prajjwal Bajpai <[email protected]>
76114
Prajwal Kulkarni <[email protected]>
77-
Pranav Goswami <[email protected]>
115+
Pranav Goswami <[email protected]>
78116
Pranjal Jha <[email protected]>
79117
Prashant Kumar Yadav <[email protected]>
118+
PrathamBhamare <[email protected]>
80119
Pratik Singh <[email protected]>
81120
Pratyush Kumar Chouhan <[email protected]>
82121
Priyansh Prajapati <[email protected]>
83122
Priyanshu Agarwal <[email protected]>
123+
Pulkit Gupta <[email protected]>
84124
Pushpendra Chandravanshi <[email protected]>
125+
Rahul Kumar <[email protected]>
85126
Raunak Kumar Gupta <[email protected]>
86127
Rejoan Sardar <[email protected]>
87128
Ricky Reusser <[email protected]>
88129
Ridam Garg <[email protected]>
89130
131+
Rishav Tarway <[email protected]>
90132
Robert Gislason <[email protected]>
91133
Roman Stetsyk <[email protected]>
134+
92135
Rutam Kathale <[email protected]>
93136
Ruthwik Chikoti <[email protected]>
94137
Ryan Seal <[email protected]>
95138
Rylan Yang <[email protected]>
139+
SAHIL KUMAR <[email protected]>
140+
SHIVAM YADAV <[email protected]>
141+
Sahil Goyal <[email protected]>
142+
Sai Avinash <[email protected]>
96143
Sai Srikar Dumpeti <[email protected]>
144+
Sanchay Ketan Sinha <[email protected]>
97145
Sarthak Paandey <[email protected]>
98146
Saurabh Singh <[email protected]>
99147
Seyyed Parsa Neshaei <[email protected]>
148+
Shabareesh Shetty <[email protected]>
100149
Shashank Shekhar Singh <[email protected]>
101150
Shivam Ahir <[email protected]>
102151
Shraddheya Shendre <[email protected]>
@@ -107,7 +156,9 @@ Snehil Shah <[email protected]>
107156
Soumajit Chatterjee <[email protected]>
108157
Spandan Barve <[email protected]>
109158
Stephannie Jiménez Gacha <[email protected]>
159+
Suhaib Ilahi <[email protected]>
110160
Suraj Kumar <[email protected]>
161+
Tanishq Ahuja <[email protected]>
111162
Tirtadwipa Manunggal <[email protected]>
112163
Tudor Pagu <[email protected]>
113164
Tufailahmed Bargir <[email protected]>
@@ -117,10 +168,18 @@ UtkershBasnet <[email protected]>
117168
Vaibhav Patel <[email protected]>
118169
Varad Gupta <[email protected]>
119170
Vinit Pandit <[email protected]>
120-
Vivek maurya <[email protected].com>
171+
Vivek Maurya <vm8118134@gmail.com>
121172
Xiaochuan Ye <[email protected]>
122173
Yaswanth Kosuru <[email protected]>
123174
Yernar Yergaziyev <[email protected]>
175+
Yugal Kaushik <[email protected]>
176+
Yuvi Mittal <[email protected]>
177+
178+
ekambains <[email protected]>
179+
fadiothman22 <[email protected]>
180+
lohithganni <[email protected]>
124181
olenkabilonizhka <[email protected]>
182+
pranav-1720 <[email protected]>
183+
rahulrangers <[email protected]>
125184
126185

NOTICE

+1-1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ See [LICENSE][stdlib-license].
181181

182182
## Copyright
183183

184-
Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
184+
Copyright &copy; 2016-2025. The Stdlib [Authors][stdlib-authors].
185185

186186
</section>
187187

0 commit comments

Comments
 (0)