Skip to content

Commit 4a3a959

Browse files
committed
Auto-generated commit
1 parent 20e7fa5 commit 4a3a959

File tree

5 files changed

+22
-8
lines changed

5 files changed

+22
-8
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: 4 additions & 2 deletions
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-21)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15+
- [`3dc5f1e`](https://github.com/stdlib-js/stdlib/commit/3dc5f1ef335565c05ee4be5878de5b587c7f28d6) - **docs:** fix require paths for complex arrays _(by Philipp Burckhardt)_
1516
- [`b6b1bb1`](https://github.com/stdlib-js/stdlib/commit/b6b1bb1cac8664502e870976f41dc3d1143e229c) - **refactor:** update import paths _(by Athan Reines)_
1617

1718
</details>
@@ -24,9 +25,10 @@
2425

2526
### Contributors
2627

27-
A total of 1 person contributed to this release. Thank you to this contributor:
28+
A total of 2 people contributed to this release. Thank you to the following contributors:
2829

2930
- Athan Reines
31+
- Philipp Burckhardt
3032

3133
</section>
3234

CONTRIBUTORS

Lines changed: 9 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]>

docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ interface Take {
110110
* @returns output array
111111
*
112112
* @example
113-
* var Complex128Array = require( '@stdlib/array-float64' );
113+
* var Complex128Array = require( '@stdlib/array-complex128' );
114114
*
115115
* var x = new Complex128Array( [ 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0 ] );
116116
* var out = new Complex128Array( [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ] );

0 commit comments

Comments
 (0)