Skip to content

Commit 60a58ce

Browse files
committed
Auto-generated commit
1 parent 1e40020 commit 60a58ce

File tree

7 files changed

+76
-9
lines changed

7 files changed

+76
-9
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/constants/float32/min-base10-exponent-subnormal) 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-04-22)
88

99
<section class="features">
1010

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

3535
<details>
3636

37+
- [`9b9c746`](https://github.com/stdlib-js/stdlib/commit/9b9c7468b6c0c0d2575bbeedbee96c9bcee64b26) - **chore:** update test messages in `constants/float32` [(#6773)](https://github.com/stdlib-js/stdlib/pull/6773) _(by Harsh)_
3738
- [`f231799`](https://github.com/stdlib-js/stdlib/commit/f231799e1d40cfff7ceb79a6074166a08c4ba072) - **docs:** update related packages sections [(#4545)](https://github.com/stdlib-js/stdlib/pull/4545) _(by stdlib-bot)_
3839
- [`19343f5`](https://github.com/stdlib-js/stdlib/commit/19343f5f7a3359b989d091ed31d9e3c64cf89c9c) - **chore:** fix copyright years and disable lint rules _(by Philipp Burckhardt)_
3940
- [`a4ca598`](https://github.com/stdlib-js/stdlib/commit/a4ca5986c4a9816d627387004026ec96539c81f9) - **feat:** add `constants/float32/min-base10-exponent-subnormal` [(#3100)](https://github.com/stdlib-js/stdlib/pull/3100) _(by Aayush Khanna)_
@@ -48,9 +49,10 @@ This release closes the following issue:
4849

4950
### Contributors
5051

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

5354
- Aayush Khanna
55+
- Harsh
5456
- Philipp Burckhardt
5557

5658
</section>

CONTRIBUTORS

Lines changed: 66 additions & 3 deletions
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,22 +37,37 @@ 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]>
3044
Dhruv Arvind Singh <[email protected]>
45+
Dhruvil Mehta <[email protected]>
46+
Dipjyoti Das <[email protected]>
3147
Divyansh Seth <[email protected]>
3248
Dominic Lim <[email protected]>
3349
Dominik Moritz <[email protected]>
3450
Dorrin Sotoudeh <[email protected]>
3551
EuniceSim142 <[email protected]>
3652
Frank Kovacs <[email protected]>
53+
GK Bishnoi <[email protected]>
54+
GURU PRASAD SHARMA <[email protected]>
55+
56+
Gautam sharma <[email protected]>
3757
Golden Kumar <[email protected]>
3858
Gunj Joshi <[email protected]>
39-
Gururaj Gurram <[email protected]>
59+
Gururaj Gurram <[email protected]>
60+
Haroon Rasheed <[email protected]>
61+
4062
4163
Harshita Kalani <[email protected]>
64+
Hemant M Mehta <[email protected]>
4265
Hridyanshu <[email protected]>
4366
Jaimin Godhani <[email protected]>
67+
Jaison D Souza <[email protected]>
68+
Jalaj Kumar <[email protected]>
4469
James Gelok <[email protected]>
70+
4571
Jaysukh Makvana <[email protected]>
4672
Jenish Thapa <[email protected]>
4773
Jithin KS <[email protected]>
@@ -50,55 +76,81 @@ Joey Reed <[email protected]>
5076
Jordan Gallivan <[email protected]>
5177
Joris Labie <[email protected]>
5278
Justin Dennison <[email protected]>
53-
Karan Anand <[email protected]>
79+
Justyn Shelby <[email protected]>
80+
Karan Anand <[email protected]>
81+
Karan Yadav <[email protected]>
5482
Karthik Prakash <[email protected]>
83+
Kaushikgtm <[email protected]>
84+
Kavyansh-Bagdi <[email protected]>
5585
Kohantika Nath <[email protected]>
86+
Krishnam Agarwal <[email protected]>
5687
Krishnendu Das <[email protected]>
5788
Kshitij-Dale <[email protected]>
5889
Lovelin Dhoni J B <[email protected]>
90+
91+
Mahfuza Humayra Mohona <[email protected]>
5992
Manik Sharma <[email protected]>
6093
Manvith M <[email protected]>
6194
Marcus Fantham <[email protected]>
6295
Matt Cochrane <[email protected]>
6396
Mihir Pandit <[email protected]>
6497
Milan Raj <[email protected]>
98+
Mohammad Bin Aftab <[email protected]>
6599
Mohammad Kaif <[email protected]>
66100
Momtchil Momtchev <[email protected]>
67101
Muhammad Haris <[email protected]>
102+
Muhammad Taaha Tariq <[email protected]>
103+
Muhmmad Saad <[email protected]>
68104
Naresh Jagadeesan <[email protected]>
69105
Naveen Kumar <[email protected]>
70106
Neeraj Pathak <[email protected]>
107+
NirvedMishra <[email protected]>
71108
Nishant Shinde <[email protected]>
109+
Nishant singh <[email protected]>
110+
Nishchay Rajput <[email protected]>
72111
Nithin Katta <[email protected]>
73112
Nourhan Hasan <[email protected]>
74113
Ognjen Jevremović <[email protected]>
75114
Oneday12323 <[email protected]>
76115
Ori Miles <[email protected]>
77116
Philipp Burckhardt <[email protected]>
117+
Prajjwal Bajpai <[email protected]>
78118
Prajwal Kulkarni <[email protected]>
79-
Pranav Goswami <[email protected]>
119+
Pranav Goswami <[email protected]>
80120
Pranjal Jha <[email protected]>
81121
Prashant Kumar Yadav <[email protected]>
122+
PrathamBhamare <[email protected]>
82123
Pratik Singh <[email protected]>
83124
Pratyush Kumar Chouhan <[email protected]>
125+
Pravesh Kunwar <[email protected]>
84126
Priyansh Prajapati <[email protected]>
85127
Priyanshu Agarwal <[email protected]>
128+
Pulkit Gupta <[email protected]>
86129
Pushpendra Chandravanshi <[email protected]>
130+
Rahul Kumar <[email protected]>
87131
Raunak Kumar Gupta <[email protected]>
88132
Rejoan Sardar <[email protected]>
89133
Ricky Reusser <[email protected]>
90134
Ridam Garg <[email protected]>
91135
136+
Rishav Tarway <[email protected]>
92137
Robert Gislason <[email protected]>
93138
Roman Stetsyk <[email protected]>
139+
94140
Rutam Kathale <[email protected]>
95141
Ruthwik Chikoti <[email protected]>
96142
Ryan Seal <[email protected]>
97143
Rylan Yang <[email protected]>
144+
SAHIL KUMAR <[email protected]>
145+
SHIVAM YADAV <[email protected]>
146+
Sahil Goyal <[email protected]>
147+
Sai Avinash <[email protected]>
98148
Sai Srikar Dumpeti <[email protected]>
149+
Sanchay Ketan Sinha <[email protected]>
99150
Sarthak Paandey <[email protected]>
100151
Saurabh Singh <[email protected]>
101152
Seyyed Parsa Neshaei <[email protected]>
153+
Shabareesh Shetty <[email protected]>
102154
Shashank Shekhar Singh <[email protected]>
103155
Shivam Ahir <[email protected]>
104156
Shraddheya Shendre <[email protected]>
@@ -109,7 +161,9 @@ Snehil Shah <[email protected]>
109161
Soumajit Chatterjee <[email protected]>
110162
Spandan Barve <[email protected]>
111163
Stephannie Jiménez Gacha <[email protected]>
164+
Suhaib Ilahi <[email protected]>
112165
Suraj Kumar <[email protected]>
166+
Tanishq Ahuja <[email protected]>
113167
Tirtadwipa Manunggal <[email protected]>
114168
Tudor Pagu <[email protected]>
115169
Tufailahmed Bargir <[email protected]>
@@ -123,6 +177,15 @@ Vivek Maurya <[email protected]>
123177
Xiaochuan Ye <[email protected]>
124178
Yaswanth Kosuru <[email protected]>
125179
Yernar Yergaziyev <[email protected]>
180+
Yugal Kaushik <[email protected]>
181+
Yuvi Mittal <[email protected]>
182+
183+
ekambains <[email protected]>
184+
fadiothman22 <[email protected]>
185+
iraandrushko <[email protected]>
186+
lohithganni <[email protected]>
126187
olenkabilonizhka <[email protected]>
188+
pranav-1720 <[email protected]>
189+
rahulrangers <[email protected]>
127190
128191

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ tape( 'main export is a number', function test( t ) {
3333
});
3434

3535
tape( 'the exported value is `-45`', function test( t ) {
36-
t.equal( FLOAT32_MIN_BASE10_EXPONENT_SUBNORMAL, -45, 'equals -45' );
36+
t.equal( FLOAT32_MIN_BASE10_EXPONENT_SUBNORMAL, -45, 'returns expected value' );
3737
t.end();
3838
});

0 commit comments

Comments
 (0)