Skip to content

Commit d4c44f2

Browse files
committed
Auto-generated commit
1 parent 611c79d commit d4c44f2

File tree

10 files changed

+29
-11
lines changed

10 files changed

+29
-11
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.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
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/base/mt19937) 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

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-01-13)
7+
## Unreleased (2025-02-27)
88

99
<section class="bug-fixes">
1010

@@ -35,6 +35,7 @@ This release closes the following issue:
3535

3636
<details>
3737

38+
- [`5260d13`](https://github.com/stdlib-js/stdlib/commit/5260d1347c8cd3f669d47dabe8cc6f954809bb27) - **refactor:** update paths _(by Gururaj Gurram)_
3839
- [`e1296c1`](https://github.com/stdlib-js/stdlib/commit/e1296c1c5634fbcf5e007695391c944fef27e6aa) - **fix:** update include paths and reorder includes _(by Athan Reines)_
3940
- [`90e96d0`](https://github.com/stdlib-js/stdlib/commit/90e96d01b7a32ec3b71caf3e5f57528338199a8f) - **chore:** minor clean-up _(by Philipp Burckhardt)_
4041
- [`2777e4b`](https://github.com/stdlib-js/stdlib/commit/2777e4be161869d09406e3b17947d24c64b47af2) - **bench:** resolve lint errors in benchmarks _(by Athan Reines)_
@@ -53,9 +54,10 @@ This release closes the following issue:
5354

5455
### Contributors
5556

56-
A total of 2 people contributed to this release. Thank you to the following contributors:
57+
A total of 3 people contributed to this release. Thank you to the following contributors:
5758

5859
- Athan Reines
60+
- Gururaj Gurram
5961
- Philipp Burckhardt
6062

6163
</section>

CONTRIBUTORS

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Aadish Jain <[email protected]>
66
Aayush Khanna <[email protected]>
77
Abhijit Raut <[email protected]>
8+
Abhishek Jain <[email protected]>
89
Adarsh Palaskar <[email protected]>
910
Aditya Sapra <[email protected]>
1011
Ahmed Atwa <[email protected]>
@@ -27,16 +28,20 @@ Daniel Killenberger <[email protected]>
2728
Daniel Yu <[email protected]>
2829
Debashis Maharana <[email protected]>
2930
Desh Deepak Kant <[email protected]>
31+
3032
Dhruv Arvind Singh <[email protected]>
3133
Divyansh Seth <[email protected]>
3234
Dominic Lim <[email protected]>
3335
Dominik Moritz <[email protected]>
3436
Dorrin Sotoudeh <[email protected]>
3537
EuniceSim142 <[email protected]>
3638
Frank Kovacs <[email protected]>
39+
GK Bishnoi <[email protected]>
40+
3741
Golden Kumar <[email protected]>
3842
Gunj Joshi <[email protected]>
39-
Gururaj Gurram <[email protected]>
43+
Gururaj Gurram <[email protected]>
44+
4045
4146
Harshita Kalani <[email protected]>
4247
Hridyanshu <[email protected]>
@@ -53,6 +58,7 @@ Justin Dennison <[email protected]>
5358
Karan Anand <[email protected]>
5459
Karthik Prakash <[email protected]>
5560
Kohantika Nath <[email protected]>
61+
Krishnam Agarwal <[email protected]>
5662
Krishnendu Das <[email protected]>
5763
Kshitij-Dale <[email protected]>
5864
Lovelin Dhoni J B <[email protected]>
@@ -62,6 +68,7 @@ Marcus Fantham <[email protected]>
6268
Matt Cochrane <[email protected]>
6369
Mihir Pandit <[email protected]>
6470
Milan Raj <[email protected]>
71+
Mohammad Bin Aftab <[email protected]>
6572
Mohammad Kaif <[email protected]>
6673
Momtchil Momtchev <[email protected]>
6774
Muhammad Haris <[email protected]>
@@ -89,6 +96,7 @@ Rejoan Sardar <[email protected]>
8996
Ricky Reusser <[email protected]>
9097
Ridam Garg <[email protected]>
9198
99+
Rishav Tarway <[email protected]>
92100
Robert Gislason <[email protected]>
93101
Roman Stetsyk <[email protected]>
94102
Rutam Kathale <[email protected]>
@@ -99,6 +107,7 @@ Sai Srikar Dumpeti <[email protected]>
99107
Sarthak Paandey <[email protected]>
100108
Saurabh Singh <[email protected]>
101109
Seyyed Parsa Neshaei <[email protected]>
110+
Shabareesh Shetty <[email protected]>
102111
Shashank Shekhar Singh <[email protected]>
103112
Shivam Ahir <[email protected]>
104113
Shraddheya Shendre <[email protected]>
@@ -109,6 +118,7 @@ Snehil Shah <[email protected]>
109118
Soumajit Chatterjee <[email protected]>
110119
Spandan Barve <[email protected]>
111120
Stephannie Jiménez Gacha <[email protected]>
121+
Suhaib Ilahi <[email protected]>
112122
Suraj Kumar <[email protected]>
113123
Tirtadwipa Manunggal <[email protected]>
114124
Tudor Pagu <[email protected]>
@@ -123,6 +133,10 @@ Vivek Maurya <[email protected]>
123133
Xiaochuan Ye <[email protected]>
124134
Yaswanth Kosuru <[email protected]>
125135
Yernar Yergaziyev <[email protected]>
136+
Yuvi Mittal <[email protected]>
137+
ekambains <[email protected]>
138+
fadiothman22 <[email protected]>
126139
olenkabilonizhka <[email protected]>
140+
pranav-1720 <[email protected]>
127141
128142

0 commit comments

Comments
 (0)