Skip to content

Commit e0a5566

Browse files
committed
Auto-generated commit
1 parent ce7f7a4 commit e0a5566

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

CHANGELOG.md

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

7-
## Unreleased (2026-01-15)
7+
## Unreleased (2026-01-19)
88

99
<section class="features">
1010

@@ -34,6 +34,7 @@ A total of 2 issues were closed in this release:
3434

3535
<details>
3636

37+
- [`ce2a193`](https://github.com/stdlib-js/stdlib/commit/ce2a1930b7c0014fd2404c7cf5f7a90f44e9f6fa) - **test:** remove duplicate test cases in `stats/base/dists/laplace` packages _(by Philipp Burckhardt)_
3738
- [`a6b5609`](https://github.com/stdlib-js/stdlib/commit/a6b5609b1e8e92ec33fda5874e3c03c9e3e571c6) - **bench:** update random value generation [(#9745)](https://github.com/stdlib-js/stdlib/pull/9745) _(by Harsh Yadav)_
3839
- [`5bbd209`](https://github.com/stdlib-js/stdlib/commit/5bbd209871c06aaf7d6347c6eb7696af6128ee1a) - **docs:** replace manual `for` loop in examples [(#8257)](https://github.com/stdlib-js/stdlib/pull/8257) _(by Harsh Yadav)_
3940
- [`fc438e0`](https://github.com/stdlib-js/stdlib/commit/fc438e0edbad0689d6923d6f3edb959b96597662) - **test:** use standardized assertion messages and fix lint errors _(by Philipp Burckhardt)_

test/test.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ tape( 'if provided a nonpositive `b`, the function returns `NaN`', function test
5959
y = entropy( 2.0, -1.0 );
6060
t.strictEqual( isnan( y ), true, 'returns expected value' );
6161

62-
y = entropy( 2.0, -1.0 );
63-
t.strictEqual( isnan( y ), true, 'returns expected value' );
64-
6562
y = entropy( 1.0, NINF );
6663
t.strictEqual( isnan( y ), true, 'returns expected value' );
6764

0 commit comments

Comments
 (0)