Skip to content

Commit fb71e70

Browse files
committed
Auto-generated commit
1 parent edd1e7e commit fb71e70

File tree

4 files changed

+45
-3
lines changed

4 files changed

+45
-3
lines changed

.github/.keepalive

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

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,40 @@
22

33
> Package changelog.
44
5+
<section class="release" id="unreleased">
6+
7+
## Unreleased (2024-09-28)
8+
9+
<section class="commits">
10+
11+
### Commits
12+
13+
<details>
14+
15+
- [`b89c97c`](https://github.com/stdlib-js/stdlib/commit/b89c97ce0b812ff0b2aab16b4d77969d44fe3e8c) - **docs:** resolve lint errors in TS declaration files _(by Philipp Burckhardt)_
16+
17+
</details>
18+
19+
</section>
20+
21+
<!-- /.commits -->
22+
23+
<section class="contributors">
24+
25+
### Contributors
26+
27+
A total of 1 person contributed to this release. Thank you to this contributor:
28+
29+
- Philipp Burckhardt
30+
31+
</section>
32+
33+
<!-- /.contributors -->
34+
35+
</section>
36+
37+
<!-- /.release -->
38+
539
<section class="release" id="v0.2.3">
640

741
## 0.2.3 (2024-07-28)

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 <[email protected]>
56
Adarsh Palaskar <[email protected]>
67
Aditya Sapra <[email protected]>
78
AgPriyanshu18 <[email protected]>
@@ -20,23 +21,27 @@ Christopher Dambamuromo <[email protected]>
2021
2122
Daniel Killenberger <[email protected]>
2223
Daniel Yu <[email protected]>
24+
Debashis Maharana <[email protected]>
2325
Dominik Moritz <[email protected]>
2426
Dorrin Sotoudeh <[email protected]>
2527
EuniceSim142 <[email protected]>
2628
Frank Kovacs <[email protected]>
2729
Golden Kumar <[email protected]>
2830
Gunj Joshi <[email protected]>
31+
2932
Harshita Kalani <[email protected]>
3033
Hridyanshu <[email protected]>
3134
Jaimin Godhani <[email protected]>
3235
James Gelok <[email protected]>
3336
Jaysukh Makvana <[email protected]>
37+
Jenish Thapa <[email protected]>
3438
Jithin KS <[email protected]>
3539
Joel Mathew Koshy <[email protected]>
3640
Joey Reed <[email protected]>
3741
Jordan Gallivan <[email protected]>
3842
Joris Labie <[email protected]>
3943
Justin Dennison <[email protected]>
44+
Kaif Mohd <[email protected]>
4045
Karthik Prakash <[email protected]>
4146
4247
Krishnendu Das <[email protected]>
@@ -86,13 +91,17 @@ Stephannie Jiménez Gacha <[email protected]>
8691
Suraj kumar <[email protected]>
8792
Tirtadwipa Manunggal <[email protected]>
8893
Tudor Pagu <[email protected]>
94+
Tufailahmed Bargir <[email protected]>
8995
Utkarsh <http://[email protected]>
9096
Utkarsh Raj <[email protected]>
97+
Vaibhav Patel <[email protected]>
9198
Varad Gupta <[email protected]>
9299
Xiaochuan Ye <[email protected]>
93100
Yernar Yergaziyev <[email protected]>
94101
95102
nishant-s7 <[email protected]>
103+
olenkabilonizhka <[email protected]>
96104
orimiles5 <[email protected]>
97105
98106
107+

docs/types/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
import { Collection } from '@stdlib/types/array';
2424

2525
/**
26-
* Interface describing `normalize`.
27-
*/
26+
* Interface describing `normalize`.
27+
*/
2828
interface Normalize {
2929
/**
3030
* Returns a normal number `y` and exponent `exp` satisfying \\(x = y \cdot 2^\mathrm{exp}\\).

0 commit comments

Comments
 (0)