Skip to content

Commit 881b473

Browse files
committed
Auto-generated commit
1 parent 4220ce6 commit 881b473

4 files changed

Lines changed: 45 additions & 4 deletions

File tree

.github/.keepalive

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

CHANGELOG.md

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,42 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2024-09-01)
7+
## Unreleased (2024-09-28)
88

9-
No changes reported for this release.
9+
<section class="packages">
10+
11+
### Packages
12+
13+
</section>
14+
15+
<!-- /.packages -->
16+
17+
<section class="contributors">
18+
19+
### Contributors
20+
21+
A total of 1 person contributed to this release. Thank you to this contributor:
22+
23+
- Philipp Burckhardt
24+
25+
</section>
26+
27+
<!-- /.contributors -->
28+
29+
<section class="commits">
30+
31+
### Commits
32+
33+
<details>
34+
35+
- [`975147f`](https://github.com/stdlib-js/stdlib/commit/975147f3125c786ec1672acb3d2564ca16eaa790) - **docs:** fix TSDoc lint errors _(by Philipp Burckhardt)_
36+
- [`f387603`](https://github.com/stdlib-js/stdlib/commit/f387603e739f88a38af3263ce6ff675ad903ee8c) - **docs:** consistently use declarative instead of imperative sentences outside of intros _(by Philipp Burckhardt)_
37+
38+
</details>
39+
40+
</section>
41+
42+
<!-- /.commits -->
1043

1144
</section>
1245

CONTRIBUTORS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#
33
# Contributors listed in alphabetical order.
44

5+
Aayush Khanna <96649223+aayush0325@users.noreply.github.com>
56
Adarsh Palaskar <adarshpalaskar99@gmail.com>
67
Aditya Sapra <adityaework@gmail.com>
78
AgPriyanshu18 <113460573+AgPriyanshu18@users.noreply.github.com>
@@ -20,23 +21,27 @@ Christopher Dambamuromo <chridam@gmail.com>
2021
Dan Rose <danoftheroses@gmail.com>
2122
Daniel Killenberger <daniel.killenberger@gmail.com>
2223
Daniel Yu <40680511+Daniel777y@users.noreply.github.com>
24+
Debashis Maharana <debashismaharana7854@gmail.com>
2325
Dominik Moritz <domoritz@gmail.com>
2426
Dorrin Sotoudeh <dorrinsotoudeh123@gmail.com>
2527
EuniceSim142 <77243938+EuniceSim142@users.noreply.github.com>
2628
Frank Kovacs <fran70kk@gmail.com>
2729
Golden Kumar <103646877+AuenKr@users.noreply.github.com>
2830
Gunj Joshi <gunjjoshi8372@gmail.com>
31+
HarshaNP <96897754+GittyHarsha@users.noreply.github.com>
2932
Harshita Kalani <harshitakalani02@gmail.com>
3033
Hridyanshu <124202756+HRIDYANSHU054@users.noreply.github.com>
3134
Jaimin Godhani <112328542+Jai0401@users.noreply.github.com>
3235
James Gelok <jdgelok@gmail.com>
3336
Jaysukh Makvana <jaysukhmakvana2004@gmail.com>
37+
Jenish Thapa <141203631+jenish-thapa@users.noreply.github.com>
3438
Jithin KS <jithinks112@gmail.com>
3539
Joel Mathew Koshy <joelmathewkoshy@gmail.com>
3640
Joey Reed <joeyrreed@gmail.com>
3741
Jordan Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com>
3842
Joris Labie <joris.labie1@gmail.com>
3943
Justin Dennison <justin1dennison@gmail.com>
44+
Kaif Mohd <mdkaifprofession@gmail.com>
4045
Karthik Prakash <116057817+skoriop@users.noreply.github.com>
4146
Khaldon <kahmd1444@gmail.com>
4247
Krishnendu Das <86651039+itskdhere@users.noreply.github.com>
@@ -86,13 +91,17 @@ Stephannie Jiménez Gacha <steff456@hotmail.com>
8691
Suraj kumar <125961509+kumarsuraj212003@users.noreply.github.com>
8792
Tirtadwipa Manunggal <tirtadwipa.manunggal@gmail.com>
8893
Tudor Pagu <104032457+tudor-pagu@users.noreply.github.com>
94+
Tufailahmed Bargir <142114244+Tufailahmed-Bargir@users.noreply.github.com>
8995
Utkarsh <http://utkarsh11105@gmail.com>
9096
Utkarsh Raj <rajutkarsh2505@gmail.com>
97+
Vaibhav Patel <98279986+noobCoderVP@users.noreply.github.com>
9198
Varad Gupta <varadgupta21@gmail.com>
9299
Xiaochuan Ye <tap91624@gmail.com>
93100
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>
94101
naveen <stupiddint@gmail.com>
95102
nishant-s7 <97207366+nishant-s7@users.noreply.github.com>
103+
olenkabilonizhka <62379231+olenkabilonizhka@users.noreply.github.com>
96104
orimiles5 <97595296+orimiles5@users.noreply.github.com>
97105
rainn <88160429+AmCodesLame@users.noreply.github.com>
98106
rei2hu <reimu@reimu.ws>
107+
yaswanth <116426380+yaswanthkosuru@users.noreply.github.com>

docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ interface Namespace {
8787
* Parse a string representation of a 128-bit complex number.
8888
*
8989
* @param str - string representation of a complex number
90-
* @returns Complex128 instance
9190
* @throws must provide a string recognized as a complex number
91+
* @returns Complex128 instance
9292
*
9393
* @example
9494
* var str = '5 + 3i';

0 commit comments

Comments
 (0)