Skip to content

Commit 3a92f52

Browse files
committed
Auto-generated commit
1 parent 7982ebc commit 3a92f52

File tree

5 files changed

+24
-6
lines changed

5 files changed

+24
-6
lines changed

.github/.keepalive

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

.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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-08-18)
7+
## Unreleased (2025-09-29)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15+
- [`d94514b`](https://github.com/stdlib-js/stdlib/commit/d94514bc9418f5b42df6233204d5005d53af00ca) - **docs:** clean-up TSDoc declaration comments _(by Philipp Burckhardt)_
1516
- [`6e9f42e`](https://github.com/stdlib-js/stdlib/commit/6e9f42e4c912485d9896eaa16c88b70fd3688e97) - **docs:** harmonize list formatting in repl.txt and ensure starting newline _(by Philipp Burckhardt)_
1617

1718
</details>

CONTRIBUTORS

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Ahmed Khaled <[email protected]>
2020
Aksshay Balasubramanian <[email protected]>
2121
Aleksandr <[email protected]>
2222
Ali Salesi <[email protected]>
23-
AlyAbdelmoneim <[email protected]>
23+
Aly Abdelmoneim <[email protected]>
2424
Aman Bhansali <[email protected]>
2525
AmanBhadkariya <[email protected]>
2626
Amisha Chhajed <[email protected]>
@@ -29,6 +29,7 @@ Anmol Sah <[email protected]>
2929
Annamalai Prabu <[email protected]>
3030
Anshu Kumar <[email protected]>
3131
Anshu Kumar <[email protected]>
32+
Anshuman Singh <[email protected]>
3233
Anudeep Sanapala <[email protected]>
3334
Arihant Pal <[email protected]>
3435
Aryan Bhirud <[email protected]>
@@ -42,6 +43,7 @@ Bruno Fenzl <[email protected]>
4243
Bryan Elee <[email protected]>
4344
Chinmay Joshi <[email protected]>
4445
Christopher Dambamuromo <[email protected]>
46+
DUDHAT HEMIL PRAVINKUMAR <[email protected]>
4547
4648
Daniel Hernandez Gomez <[email protected]>
4749
Daniel Killenberger <[email protected]>
@@ -65,6 +67,7 @@ Frank Kovacs <[email protected]>
6567
GK Bishnoi <[email protected]>
6668
GURU PRASAD SHARMA <[email protected]>
6769
70+
Gaurav Kaushik <[email protected]>
6871
Gautam Kaushik <[email protected]>
6972
Gautam sharma <[email protected]>
7073
@@ -135,6 +138,7 @@ Nourhan Hasan <[email protected]>
135138
Ognjen Jevremović <[email protected]>
136139
Oneday12323 <[email protected]>
137140
Ori Miles <[email protected]>
141+
Payal Goswami <[email protected]>
138142
Philipp Burckhardt <[email protected]>
139143
Pierre Forstmann <[email protected]>
140144
Pradyumn Prasad <[email protected]>
@@ -176,9 +180,11 @@ Sanchay Ketan Sinha <[email protected]>
176180
Sarthak Paandey <[email protected]>
177181
Satyajeet Chavan <[email protected]>
178182
Saurabh Singh <[email protected]>
183+
Seth-Banker <[email protected]>
179184
Seyyed Parsa Neshaei <[email protected]>
180185
Shabareesh Shetty <[email protected]>
181186
Shashank Shekhar Singh <[email protected]>
187+
Shaswata Panda <[email protected]>
182188
Shivam Ahir <[email protected]>
183189
184190
Shraddheya Shendre <[email protected]>
@@ -189,6 +195,7 @@ Sivam Das <[email protected]>
189195
Snehil Shah <[email protected]>
190196
Soumajit Chatterjee <[email protected]>
191197
Spandan Barve <[email protected]>
198+
Srinivas Batthula <[email protected]>
192199
Stephannie Jiménez Gacha <[email protected]>
193200
Suhaib Ilahi <[email protected]>
194201
Suraj Kumar <[email protected]>
@@ -198,6 +205,7 @@ Tirtadwipa Manunggal <[email protected]>
198205
Tudor Pagu <[email protected]>
199206
Tufailahmed Bargir <[email protected]>
200207
Tushar Bhardwaj <[email protected]>
208+
Tyson Cung <[email protected]>
201209
Uday Kakade <[email protected]>
202210
Ujjwal Kirti <[email protected]>
203211
Utkarsh <http://[email protected]>
@@ -215,6 +223,7 @@ Yaswanth Kosuru <[email protected]>
215223
Yernar Yergaziyev <[email protected]>
216224
Yugal Kaushik <[email protected]>
217225
Yuvi Mittal <[email protected]>
226+
Zuhair Ahmad <[email protected]>
218227
deepak427 <[email protected]>
219228
devshree-bhati <[email protected]>
220229

docs/types/index.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,14 @@ declare function complexarray<T extends keyof DataTypeMap = 'complex128'>( lengt
6666
* @returns complex number typed array
6767
*
6868
* @example
69+
* var Complex128Array = require( '@stdlib/array-complex128' );
70+
*
6971
* var arr = complexarray( new Complex128Array( 2 ) );
7072
* // returns <Complex128Array>
7173
*
7274
* @example
75+
* var Complex128Array = require( '@stdlib/array-complex128' );
76+
*
7377
* var arr = complexarray( new Complex128Array( 2 ), 'complex64' );
7478
* // returns <Complex64Array>
7579
*/

0 commit comments

Comments
 (0)