Skip to content

Commit a1881a4

Browse files
committed
Auto-generated commit
1 parent 4c9f637 commit a1881a4

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

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-06-09)
7+
## Unreleased (2025-06-26)
88

99
<section class="features">
1010

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

3535
<details>
3636

37+
- [`46ff8ea`](https://github.com/stdlib-js/stdlib/commit/46ff8ea7761ae438c4718681c5890f146fb0985e) - **docs:** minor clean-up _(by Philipp Burckhardt)_
3738
- [`568a25d`](https://github.com/stdlib-js/stdlib/commit/568a25d9a472197659a97d53e7c27cbe455f1bbe) - **docs:** update examples for `complex/float32/base/mul` [(#7290)](https://github.com/stdlib-js/stdlib/pull/7290) _(by Shabareesh Shetty)_
3839
- [`b228bf3`](https://github.com/stdlib-js/stdlib/commit/b228bf31d96eacac782648edf8c29141d094a59b) - **docs:** update comments _(by Athan Reines)_
3940
- [`3b08499`](https://github.com/stdlib-js/stdlib/commit/3b08499dcdae21f946e61da757c0c21da2e8f9ed) - **docs:** change package naming and examples for `complex/float32/base/mul` [(#7167)](https://github.com/stdlib-js/stdlib/pull/7167) _(by Shabareesh Shetty)_
@@ -52,11 +53,12 @@ This release closes the following issue:
5253

5354
### Contributors
5455

55-
A total of 4 people contributed to this release. Thank you to the following contributors:
56+
A total of 5 people contributed to this release. Thank you to the following contributors:
5657

5758
- Athan Reines
5859
- Gururaj Gurram
5960
- Karan Anand
61+
- Philipp Burckhardt
6062
- Shabareesh Shetty
6163

6264
</section>

CONTRIBUTORS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,13 @@ Ali Salesi <ali_sal1381@yahoo.com>
2121
AlyAbdelmoneim <148393799+AlyAbdelmoneim@users.noreply.github.com>
2222
Aman Bhansali <bhansali.1@iitj.ac.in>
2323
AmanBhadkariya <140033975+AmanBhadkariya@users.noreply.github.com>
24+
Amisha Chhajed <136238836+amishhaa@users.noreply.github.com>
2425
Amit Jimiwal <amitjimiwal45@gmail.com>
2526
Annamalai Prabu <apfossdev@gmail.com>
2627
Anshu Kumar <132515490+anxhukumar@users.noreply.github.com>
2728
Anshu Kumar <contact.anshukumar@protonmail.com>
2829
Anudeep Sanapala <anudeep0306@gmail.com>
30+
Aryan Bhirud <112156883+AryanBhirud@users.noreply.github.com>
2931
Athan Reines <kgryte@gmail.com>
3032
Ayaka <73595362+USERSATOSHI@users.noreply.github.com>
3133
Bhavishy Agrawal <90029607+bhavishy2801@users.noreply.github.com>
@@ -35,6 +37,7 @@ Bryan Elee <rxbryn@gmail.com>
3537
Chinmay Joshi <86140365+JawHawk@users.noreply.github.com>
3638
Christopher Dambamuromo <chridam@gmail.com>
3739
Dan Rose <danoftheroses@gmail.com>
40+
Daniel Hernandez Gomez <156333015+dhernandeez13@users.noreply.github.com>
3841
Daniel Killenberger <daniel.killenberger@gmail.com>
3942
Daniel Yu <40680511+Daniel777y@users.noreply.github.com>
4043
Debashis Maharana <debashismaharana7854@gmail.com>
@@ -61,6 +64,7 @@ Girish Garg <garggirish2020@gmail.com>
6164
Golden Kumar <103646877+AuenKr@users.noreply.github.com>
6265
Gunj Joshi <gunjjoshi8372@gmail.com>
6366
Gururaj Gurram <gururajgurram1512@gmail.com>
67+
Harishchandra Reddy <harish.7000@gmail.com>
6468
Haroon Rasheed <51189276+haroon26@users.noreply.github.com>
6569
Harsh <harshyadav6078@gmail.com>
6670
HarshaNP <96897754+GittyHarsha@users.noreply.github.com>
@@ -93,6 +97,7 @@ Krishnam Agarwal <83017176+888krishnam@users.noreply.github.com>
9397
Krishnendu Das <86651039+itskdhere@users.noreply.github.com>
9498
Kshitij-Dale <152467202+Kshitij-Dale@users.noreply.github.com>
9599
Lalit Narayan Yadav <162928571+LalitNarayanYadav@users.noreply.github.com>
100+
Lokesh Ranjan <lokesh.ranjan.phe23@itbhu.ac.in>
96101
Lovelin Dhoni J B <100030865+lovelindhoni@users.noreply.github.com>
97102
MANI <77221000+Eternity0207@users.noreply.github.com>
98103
Mahfuza Humayra Mohona <mhmohona@gmail.com>
@@ -198,6 +203,7 @@ ditsu <170345142+ditsus@users.noreply.github.com>
198203
ekambains <bainsinbusiness@gmail.com>
199204
fadiothman22 <48636283+fadiothman22@users.noreply.github.com>
200205
iraandrushko <71790513+iraandrushko@users.noreply.github.com>
206+
jsai28 <54253219+jsai28@users.noreply.github.com>
201207
lohithganni <116790357+lohithganni@users.noreply.github.com>
202208
olenkabilonizhka <62379231+olenkabilonizhka@users.noreply.github.com>
203209
pranav-1720 <123018993+pranav-1720@users.noreply.github.com>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ var mul = require( '@stdlib/complex-float32-base-mul' );
7171

7272
#### mul( z1, z2 )
7373

74-
Multiples two single-precision complex floating-point numbers.
74+
Multiplies two single-precision complex floating-point numbers.
7575

7676
```javascript
7777
var Complex64 = require( '@stdlib/complex-float32-ctor' );

0 commit comments

Comments
 (0)