Skip to content

Commit 878045b

Browse files
committed
Auto-generated commit
1 parent 7fef37e commit 878045b

File tree

4 files changed

+38
-2
lines changed

4 files changed

+38
-2
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 (2025-04-22)
8+
9+
<section class="commits">
10+
11+
### Commits
12+
13+
<details>
14+
15+
- [`2e8998e`](https://github.com/stdlib-js/stdlib/commit/2e8998ee67be12caff9a99df3ba3256c55b167a2) - **chore:** update test messages in `constants/float16` [(#6774)](https://github.com/stdlib-js/stdlib/pull/6774) _(by Harsh)_
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+
- Harsh
30+
31+
</section>
32+
33+
<!-- /.contributors -->
34+
35+
</section>
36+
37+
<!-- /.release -->
38+
539
<section class="release" id="v0.2.2">
640

741
## 0.2.2 (2024-07-27)

CONTRIBUTORS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Dorrin Sotoudeh <[email protected]>
5151
EuniceSim142 <[email protected]>
5252
Frank Kovacs <[email protected]>
5353
GK Bishnoi <[email protected]>
54+
GURU PRASAD SHARMA <[email protected]>
5455
5556
Gautam sharma <[email protected]>
5657
Golden Kumar <[email protected]>
@@ -105,6 +106,7 @@ Naveen Kumar <[email protected]>
105106
Neeraj Pathak <[email protected]>
106107
NirvedMishra <[email protected]>
107108
Nishant Shinde <[email protected]>
109+
Nishant singh <[email protected]>
108110
Nishchay Rajput <[email protected]>
109111
Nithin Katta <[email protected]>
110112
Nourhan Hasan <[email protected]>
@@ -180,6 +182,7 @@ Yuvi Mittal <[email protected]>
180182
181183
ekambains <[email protected]>
182184
fadiothman22 <[email protected]>
185+
iraandrushko <[email protected]>
183186
lohithganni <[email protected]>
184187
olenkabilonizhka <[email protected]>
185188
pranav-1720 <[email protected]>

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ tape( 'main export is a number', function test( t ) {
3535

3636
tape( 'export is equal to positive infinity', function test( t ) {
3737
// Note: we rely on implicit type promotion. A 16-bit infinity should be promoted to a 64-bit infinity...
38-
t.equal( FLOAT16_PINF, Number.POSITIVE_INFINITY, 'equals infinity' );
38+
t.equal( FLOAT16_PINF, Number.POSITIVE_INFINITY, 'returns expected value' );
3939
t.end();
4040
});

0 commit comments

Comments
 (0)