Skip to content

Commit 8da684c

Browse files
committed
Auto-generated commit
1 parent e6227fa commit 8da684c

File tree

5 files changed

+157
-58
lines changed

5 files changed

+157
-58
lines changed

.gitignore

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,12 @@ jsconfig.json
188188
# Other editor files #
189189
######################
190190
.idea/
191-
192-
# Cursor #
193-
##########
191+
.cursor
194192
.cursorignore
193+
.windsurfrules
194+
.clinerules
195+
196+
# AI coding agents #
197+
####################
198+
CLAUDE.md
199+
GEMINI.md

CHANGELOG.md

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

7-
## Unreleased (2025-08-20)
7+
## Unreleased (2025-11-07)
88

99
<section class="features">
1010

1111
### Features
1212

13-
- [`154ff94`](https://github.com/stdlib-js/stdlib/commit/154ff94132f2435ab70bfdf2ebf661c6441a040c) - add constants to \`float64\` namespace
13+
- [`07aa01c`](https://github.com/stdlib-js/stdlib/commit/07aa01c797be713dc34e3b4ea8c551cbea56aa14) - update `constants/float64` TypeScript declarations
14+
- [`154ff94`](https://github.com/stdlib-js/stdlib/commit/154ff94132f2435ab70bfdf2ebf661c6441a040c) - add constants to `float64` namespace
1415
- [`efef831`](https://github.com/stdlib-js/stdlib/commit/efef83155872e1f55ca49df03a0c7485409c25e5) - add `constants/float64/max-nth-double-factorial`
1516
- [`6647a76`](https://github.com/stdlib-js/stdlib/commit/6647a76f9353e27b0e3647f5087fba1edcd68f61) - add `constants/float64/max-nth-factorial`
1617
- [`27e0f3c`](https://github.com/stdlib-js/stdlib/commit/27e0f3c432b142bcef3e679670802947b9ad16ca) - add `constants/float64/max-safe-nth-tribonacci` [(#3317)](https://github.com/stdlib-js/stdlib/pull/3317)
@@ -51,18 +52,20 @@ This release closes the following issue:
5152

5253
<details>
5354

54-
- [`154ff94`](https://github.com/stdlib-js/stdlib/commit/154ff94132f2435ab70bfdf2ebf661c6441a040c) - **feat:** add constants to \`float64\` namespace _(by Philipp Burckhardt)_
55+
- [`5f5bb2d`](https://github.com/stdlib-js/stdlib/commit/5f5bb2d4277a24000b57fb07bc28d821500cd7e8) - **docs:** update namespace table of contents [(#8425)](https://github.com/stdlib-js/stdlib/pull/8425) _(by stdlib-bot, Athan Reines)_
56+
- [`07aa01c`](https://github.com/stdlib-js/stdlib/commit/07aa01c797be713dc34e3b4ea8c551cbea56aa14) - **feat:** update `constants/float64` TypeScript declarations _(by Philipp Burckhardt)_
57+
- [`154ff94`](https://github.com/stdlib-js/stdlib/commit/154ff94132f2435ab70bfdf2ebf661c6441a040c) - **feat:** add constants to `float64` namespace _(by Philipp Burckhardt)_
5558
- [`f9651e6`](https://github.com/stdlib-js/stdlib/commit/f9651e6411b4ebd3c95dcc6b46c02e6d5be009fa) - **test:** use .strictEqual() instead of .equal() and fix lint errors _(by Philipp Burckhardt)_
5659
- [`170ed65`](https://github.com/stdlib-js/stdlib/commit/170ed65bcf933f7a7642bd735e1d376cbc0ecb6d) - **fix:** correct `FLOAT64_MAX_SAFE_NTH_DOUBLE_FACTORIAL` _(by Karan Anand)_
5760
- [`efef831`](https://github.com/stdlib-js/stdlib/commit/efef83155872e1f55ca49df03a0c7485409c25e5) - **feat:** add `constants/float64/max-nth-double-factorial` _(by Karan Anand)_
5861
- [`70369dc`](https://github.com/stdlib-js/stdlib/commit/70369dce75e32d97f337b26e79fcb5a412acb337) - **docs:** fix examples _(by Karan Anand)_
5962
- [`4b8eae7`](https://github.com/stdlib-js/stdlib/commit/4b8eae7701fc8b4a877181bd048866d5e0a397e5) - **docs:** fix examples _(by Athan Reines)_
60-
- [`0c37cb3`](https://github.com/stdlib-js/stdlib/commit/0c37cb30a51bf5c1e026bf66719c7a4f2b3b2be9) - **chore:** update test messages in `constants/float64` [(#6749)](https://github.com/stdlib-js/stdlib/pull/6749) _(by Harsh)_
61-
- [`294d60a`](https://github.com/stdlib-js/stdlib/commit/294d60af4131dbdbc9b717708e407cc07de14ebc) - **chore:** update test messages in `constants/float64` [(#6748)](https://github.com/stdlib-js/stdlib/pull/6748) _(by Harsh, hrshya)_
62-
- [`6847363`](https://github.com/stdlib-js/stdlib/commit/68473633e18bf94b785faa26992986552f6ead2c) - **chore:** update test messages in `constants/float64` [(#6747)](https://github.com/stdlib-js/stdlib/pull/6747) _(by Harsh, hrshya)_
63+
- [`0c37cb3`](https://github.com/stdlib-js/stdlib/commit/0c37cb30a51bf5c1e026bf66719c7a4f2b3b2be9) - **chore:** update test messages in `constants/float64` [(#6749)](https://github.com/stdlib-js/stdlib/pull/6749) _(by Harsh Yadav)_
64+
- [`294d60a`](https://github.com/stdlib-js/stdlib/commit/294d60af4131dbdbc9b717708e407cc07de14ebc) - **chore:** update test messages in `constants/float64` [(#6748)](https://github.com/stdlib-js/stdlib/pull/6748) _(by Harsh Yadav, hrshya)_
65+
- [`6847363`](https://github.com/stdlib-js/stdlib/commit/68473633e18bf94b785faa26992986552f6ead2c) - **chore:** update test messages in `constants/float64` [(#6747)](https://github.com/stdlib-js/stdlib/pull/6747) _(by Harsh Yadav, hrshya)_
6366
- [`a41f30e`](https://github.com/stdlib-js/stdlib/commit/a41f30e05539ab23eaa1b2e9ca7581029ea8b0aa) - **fix:** correct `FLOAT64_MAX_SAFE_NTH_FACTORIAL` _(by Karan Anand)_
6467
- [`6647a76`](https://github.com/stdlib-js/stdlib/commit/6647a76f9353e27b0e3647f5087fba1edcd68f61) - **feat:** add `constants/float64/max-nth-factorial` _(by Karan Anand)_
65-
- [`3275ec2`](https://github.com/stdlib-js/stdlib/commit/3275ec2fd4cadcb50d5191fda88ffa78fbf3b831) - **chore:** update test messages in `constants/float64` [(#6728)](https://github.com/stdlib-js/stdlib/pull/6728) _(by Harsh)_
68+
- [`3275ec2`](https://github.com/stdlib-js/stdlib/commit/3275ec2fd4cadcb50d5191fda88ffa78fbf3b831) - **chore:** update test messages in `constants/float64` [(#6728)](https://github.com/stdlib-js/stdlib/pull/6728) _(by Harsh Yadav)_
6669
- [`7a824b1`](https://github.com/stdlib-js/stdlib/commit/7a824b1fee5300e447dcf8278a2397b6ad3a9f1c) - **fix:** correct `FLOAT64_MAX_SAFE_NTH_DOUBLE_FACTORIAL` [(#6379)](https://github.com/stdlib-js/stdlib/pull/6379) _(by Karan Anand)_
6770
- [`0901e47`](https://github.com/stdlib-js/stdlib/commit/0901e47081951f23dde4aaf458bf4e09588e030e) - **docs:** add missing period _(by Athan Reines)_
6871
- [`f4bf6e6`](https://github.com/stdlib-js/stdlib/commit/f4bf6e691a0617ac2ffa97514a20f23b62b5ccce) - **chore:** use consistent naming in `constants/float64/eulergamma` [(#6228)](https://github.com/stdlib-js/stdlib/pull/6228) _(by Gautam sharma)_
@@ -85,15 +88,14 @@ This release closes the following issue:
8588

8689
### Contributors
8790

88-
A total of 7 people contributed to this release. Thank you to the following contributors:
91+
A total of 6 people contributed to this release. Thank you to the following contributors:
8992

9093
- Athan Reines
9194
- Gautam sharma
9295
- Gunj Joshi
93-
- Harsh
96+
- Harsh Yadav
9497
- Karan Anand
9598
- Philipp Burckhardt
96-
- hrshya
9799

98100
</section>
99101

CONTRIBUTORS

Lines changed: 59 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Contributors listed in alphabetical order.
44

55
Aadish Jain <[email protected]>
6-
Aarya Balwadkar <[email protected].com>
6+
Aarya Balwadkar <aaryabalwadkar2005@gmail.com>
77
Aayush Khanna <[email protected]>
88
Abdelrahman Samir <[email protected]>
99
Abdul Kaium <[email protected]>
@@ -20,23 +20,23 @@ Ahmed Khaled <[email protected]>
2020
Aksshay Balasubramanian <[email protected]>
2121
Aleksandr <[email protected]>
2222
Ali Salesi <[email protected]>
23-
AlyAbdelmoneim <[email protected]>
24-
Aman Bhansali <[email protected]>
25-
AmanBhadkariya <[email protected].com>
26-
Amisha Chhajed <[email protected].com>
23+
Aly Abdelmoneim <[email protected]>
24+
Aman Bhadkariya <[email protected]>
25+
Aman Bhansali <amanbhansali65@gmail.com>
26+
Amisha Chhajed <amishhhaaaa@gmail.com>
2727
Amit Jimiwal <[email protected]>
28-
Anmol Sah <[email protected].com>
28+
Anmol Sah <annifind010@gmail.com>
2929
Annamalai Prabu <[email protected]>
30-
Anshu Kumar <[email protected]>
3130
Anshu Kumar <[email protected]>
31+
Anshuman Singh <[email protected]>
3232
Anudeep Sanapala <[email protected]>
3333
Arihant Pal <[email protected]>
3434
Aryan Bhirud <[email protected]>
35-
35+
3636
Athan Reines <[email protected]>
37-
Atharva Patil <[email protected].com>
38-
Ayaka <[email protected].com>
39-
Bhavishy Agrawal <[email protected]>
37+
Atharva Patil <anpatil.1223@gmail.com>
38+
Bhavishy Agrawal <bhavishyrocker2801@gmail.com>
39+
Bhupesh Kumar <[email protected]>
4040
Brendan Graetz <[email protected]>
4141
Bruno Fenzl <[email protected]>
4242
Bryan Elee <[email protected]>
@@ -47,68 +47,77 @@ Daniel Hernandez Gomez <[email protected]>
4747
Daniel Killenberger <[email protected]>
4848
Daniel Yu <[email protected]>
4949
Debashis Maharana <[email protected]>
50-
Deep Trivedi <[email protected].com>
50+
Deep Trivedi <deepbtrivedi04@gmail.com>
5151
Deepak Singh <[email protected]>
5252
Deepak Singh <[email protected]>
53-
Desh Deepak Kant <[email protected].com>
53+
Desh Deepak Kant <deshdeepakkant@gmail.com>
5454
55-
Dhanyabad behera <[email protected]>
55+
Devshree Bhati <[email protected]>
56+
Dhanyabad Behera <[email protected]>
5657
Dhruv Arvind Singh <[email protected]>
57-
Dhruvil Mehta <[email protected]>
58-
Dipjyoti Das <[email protected]>
59-
Divyansh Seth <[email protected]>
58+
Dhruvil Mehta <[email protected]>
59+
Dipjyoti Das <[email protected]>
60+
61+
Divyansh Seth <[email protected]>
6062
Dominic Lim <[email protected]>
6163
Dominik Moritz <[email protected]>
6264
Dorrin Sotoudeh <[email protected]>
63-
EuniceSim142 <[email protected]>
65+
Dudhat Hemil Pravinkumar <[email protected]>
66+
Ekampreet Singh Bains <[email protected]>
67+
Eunice Sim <[email protected]>
68+
6469
Frank Kovacs <[email protected]>
65-
GK Bishnoi <[email protected]>
66-
GURU PRASAD SHARMA <[email protected]>
67-
70+
Gaurav Jadhav <[email protected]>
71+
Gaurav Kaushik <[email protected]>
6872
Gautam Kaushik <[email protected]>
6973
Gautam sharma <[email protected]>
70-
74+
Geo Daoyu <[email protected]>
7175
Girish Garg <[email protected]>
76+
Gitty Harsha <[email protected]>
7277
Golden Kumar <[email protected]>
78+
Gopi Kishan <[email protected]>
7379
Gunj Joshi <[email protected]>
80+
Guru Prasad Sharma <[email protected]>
7481
Gururaj Gurram <[email protected]>
7582
Harishchandra Reddy <[email protected]>
7683
Haroon Rasheed <[email protected]>
77-
78-
84+
Harsh Yadav <[email protected]>
7985
Harshita Kalani <[email protected]>
8086
Hemang Choudhary <[email protected]>
8187
Hemant M Mehta <[email protected]>
8288
Hridyanshu <[email protected]>
89+
Iryna Andrushko <[email protected]>
8390
Jaimin Godhani <[email protected]>
84-
Jaison D Souza <[email protected].com>
91+
Jaison Dsouza <jaisondz9360@gmail.com>
8592
Jalaj Kumar <[email protected]>
8693
James Gelok <[email protected]>
8794
8895
Jaysukh Makvana <[email protected]>
96+
8997
Jenish Thapa <[email protected]>
9098
Jithin KS <[email protected]>
9199
Joel Mathew Koshy <[email protected]>
92100
Joey Reed <[email protected]>
93101
Jordan Gallivan <[email protected]>
94102
Joris Labie <[email protected]>
103+
95104
Justin Dennison <[email protected]>
96105
Justyn Shelby <[email protected]>
97106
Karan Anand <[email protected]>
98107
Karan Vasudevamurthy <[email protected]>
99108
Karan Yadav <[email protected]>
100109
Karthik Prakash <[email protected]>
101-
Kaushikgtm <[email protected]>
102110
Kavyansh-Bagdi <[email protected]>
103111
Kohantika Nath <[email protected]>
104112
Krishnam Agarwal <[email protected]>
105113
Krishnendu Das <[email protected]>
106114
Kshitij-Dale <[email protected]>
107115
Lalit Narayan Yadav <[email protected]>
116+
lohithganni <[email protected]>
108117
Lokesh Ranjan <[email protected]>
109118
Lovelin Dhoni J B <[email protected]>
110-
111119
Mahfuza Humayra Mohona <[email protected]>
120+
112121
Manik Sharma <[email protected]>
113122
Manvith M <[email protected]>
114123
Marcus Fantham <[email protected]>
@@ -117,14 +126,17 @@ Mihir Pandit <[email protected]>
117126
Milan Raj <[email protected]>
118127
Mohammad Bin Aftab <[email protected]>
119128
Mohammad Kaif <[email protected]>
129+
120130
Momtchil Momtchev <[email protected]>
121131
Muhammad Haris <[email protected]>
122132
Muhammad Taaha Tariq <[email protected]>
123133
Muhmmad Saad <[email protected]>
124-
NEEKUorAAYUSH <[email protected]>
125134
Nakul Krishnakumar <[email protected]>
126135
Naresh Jagadeesan <[email protected]>
127136
Naveen Kumar <[email protected]>
137+
Navyansh Kesarwani <[email protected]>
138+
navyansh007 <[email protected]>
139+
NEEKUorAAYUSH <[email protected]>
128140
Neeraj Pathak <[email protected]>
129141
NirvedMishra <[email protected]>
130142
Nishant Shinde <[email protected]>
@@ -133,14 +145,18 @@ Nishchay Rajput <[email protected]>
133145
Nithin Katta <[email protected]>
134146
Nourhan Hasan <[email protected]>
135147
Ognjen Jevremović <[email protected]>
148+
olenkabilonizhka <[email protected]>
136149
Oneday12323 <[email protected]>
137150
Ori Miles <[email protected]>
151+
Payal Goswami <[email protected]>
138152
Philipp Burckhardt <[email protected]>
139153
Pierre Forstmann <[email protected]>
154+
Piyush Goel <[email protected]>
140155
Pradyumn Prasad <[email protected]>
141156
Prajjwal Bajpai <[email protected]>
142157
Prajwal Kulkarni <[email protected]>
143158
Pranav Goswami <[email protected]>
159+
pranav-1720 <[email protected]>
144160
Pranjal Jha <[email protected]>
145161
Prashant Kumar Yadav <[email protected]>
146162
PrathamBhamare <[email protected]>
@@ -152,43 +168,51 @@ Priyanshu Agarwal <[email protected]>
152168
Pulkit Gupta <[email protected]>
153169
Pushpendra Chandravanshi <[email protected]>
154170
Rahul Kumar <[email protected]>
171+
rahulrangers <[email protected]>
172+
155173
Raunak Kumar Gupta <[email protected]>
174+
156175
Rejoan Sardar <[email protected]>
157176
Ricky Reusser <[email protected]>
158177
Ridam Garg <[email protected]>
159178
160179
Rishav Tarway <[email protected]>
161180
Robert Gislason <[email protected]>
162181
Roman Stetsyk <[email protected]>
182+
RudrakshRaina07 <[email protected]>
163183
164184
Rutam Kathale <[email protected]>
165185
Ruthwik Chikoti <[email protected]>
166186
Ryan Seal <[email protected]>
167187
Rylan Yang <[email protected]>
168-
SAHIL KUMAR <[email protected]>
169-
SAUJANYA MAGARDE <[email protected]>
170-
SHIVAM YADAV <[email protected]>
171188
Sachin Raj <[email protected]>
172189
Sahil Goyal <[email protected]>
190+
SAHIL KUMAR <[email protected]>
173191
Sai Avinash <[email protected]>
174192
Sai Srikar Dumpeti <[email protected]>
175193
Sanchay Ketan Sinha <[email protected]>
176194
Sarthak Paandey <[email protected]>
177195
Satyajeet Chavan <[email protected]>
196+
SAUJANYA MAGARDE <[email protected]>
178197
Saurabh Singh <[email protected]>
198+
Seth-Banker <[email protected]>
179199
Seyyed Parsa Neshaei <[email protected]>
180200
Shabareesh Shetty <[email protected]>
181201
Shashank Shekhar Singh <[email protected]>
202+
Shaswata Panda <[email protected]>
182203
Shivam Ahir <[email protected]>
204+
SHIVAM YADAV <[email protected]>
183205
184206
Shraddheya Shendre <[email protected]>
185207
Shubh Mehta <[email protected]>
208+
186209
Shubham Mishra <[email protected]>
187210
Siddhesh waje <[email protected]>
188211
Sivam Das <[email protected]>
189212
Snehil Shah <[email protected]>
190213
Soumajit Chatterjee <[email protected]>
191214
Spandan Barve <[email protected]>
215+
Srinivas Batthula <[email protected]>
192216
Stephannie Jiménez Gacha <[email protected]>
193217
Suhaib Ilahi <[email protected]>
194218
Suraj Kumar <[email protected]>
@@ -198,6 +222,8 @@ Tirtadwipa Manunggal <[email protected]>
198222
Tudor Pagu <[email protected]>
199223
Tufailahmed Bargir <[email protected]>
200224
Tushar Bhardwaj <[email protected]>
225+
Tushar Bharti <[email protected]>
226+
Tyson Cung <[email protected]>
201227
Uday Kakade <[email protected]>
202228
Ujjwal Kirti <[email protected]>
203229
Utkarsh <http://[email protected]>
@@ -213,19 +239,7 @@ Wendy Yuchen Sun <[email protected]>
213239
Xiaochuan Ye <[email protected]>
214240
Yaswanth Kosuru <[email protected]>
215241
Yernar Yergaziyev <[email protected]>
242+
youzi-forge <[email protected]>
216243
Yugal Kaushik <[email protected]>
217244
Yuvi Mittal <[email protected]>
218-
deepak427 <[email protected]>
219-
devshree-bhati <[email protected]>
220-
221-
ekambains <[email protected]>
222-
fadiothman22 <[email protected]>
223-
iraandrushko <[email protected]>
224-
225-
lohithganni <[email protected]>
226-
olenkabilonizhka <[email protected]>
227-
pranav-1720 <[email protected]>
228-
rahulrangers <[email protected]>
229-
230-
231-
245+
Zuhair Ahmad <[email protected]>

0 commit comments

Comments
 (0)