Skip to content

Commit a1881a4

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

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

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 <[email protected]>
2121
AlyAbdelmoneim <[email protected]>
2222
Aman Bhansali <[email protected]>
2323
AmanBhadkariya <[email protected]>
24+
Amisha Chhajed <[email protected]>
2425
Amit Jimiwal <[email protected]>
2526
Annamalai Prabu <[email protected]>
2627
Anshu Kumar <[email protected]>
2728
Anshu Kumar <[email protected]>
2829
Anudeep Sanapala <[email protected]>
30+
Aryan Bhirud <[email protected]>
2931
Athan Reines <[email protected]>
3032
3133
Bhavishy Agrawal <[email protected]>
@@ -35,6 +37,7 @@ Bryan Elee <[email protected]>
3537
Chinmay Joshi <[email protected]>
3638
Christopher Dambamuromo <[email protected]>
3739
40+
Daniel Hernandez Gomez <[email protected]>
3841
Daniel Killenberger <[email protected]>
3942
Daniel Yu <[email protected]>
4043
Debashis Maharana <[email protected]>
@@ -61,6 +64,7 @@ Girish Garg <[email protected]>
6164
Golden Kumar <[email protected]>
6265
Gunj Joshi <[email protected]>
6366
Gururaj Gurram <[email protected]>
67+
Harishchandra Reddy <[email protected]>
6468
Haroon Rasheed <[email protected]>
6569
6670
@@ -93,6 +97,7 @@ Krishnam Agarwal <[email protected]>
9397
Krishnendu Das <[email protected]>
9498
Kshitij-Dale <[email protected]>
9599
Lalit Narayan Yadav <[email protected]>
100+
Lokesh Ranjan <[email protected]>
96101
Lovelin Dhoni J B <[email protected]>
97102
98103
Mahfuza Humayra Mohona <[email protected]>
@@ -198,6 +203,7 @@ ditsu <[email protected]>
198203
ekambains <[email protected]>
199204
fadiothman22 <[email protected]>
200205
iraandrushko <[email protected]>
206+
201207
lohithganni <[email protected]>
202208
olenkabilonizhka <[email protected]>
203209
pranav-1720 <[email protected]>

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)