Skip to content

Commit 5557ad1

Browse files
committed
Auto-generated commit
1 parent 3adccfc commit 5557ad1

File tree

3 files changed

+12
-74
lines changed

3 files changed

+12
-74
lines changed

CHANGELOG.md

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

7-
## Unreleased (2025-10-01)
7+
## Unreleased (2025-10-02)
8+
9+
<section class="reverts">
10+
11+
### Reverts
12+
13+
- [`4a75f6d`](https://github.com/stdlib-js/stdlib/commit/4a75f6df054e6d718e40a37737938996ddd43006) - undo commits adding tests for full code coverage
14+
15+
</section>
16+
17+
<!-- /.reverts -->
818

919
<section class="commits">
1020

1121
### Commits
1222

1323
<details>
1424

25+
- [`4a75f6d`](https://github.com/stdlib-js/stdlib/commit/4a75f6df054e6d718e40a37737938996ddd43006) - **revert:** undo commits adding tests for full code coverage _(by Philipp Burckhardt)_
1526
- [`52e5b8b`](https://github.com/stdlib-js/stdlib/commit/52e5b8b77789e7056e1cd2d44107a7cc0e893ee9) - **test:** add tests to achieve full coverage in `gamma-lanczos-sum`, `gamma-lanczos-sum-expg-scaled`, and `gamma-lanczos-sum-expg-scaledf` _(by Philipp Burckhardt)_
1627
- [`cae9a13`](https://github.com/stdlib-js/stdlib/commit/cae9a136511539fae4e92823d912e27dfbedfe6d) - **docs:** replace manual `for` loop in examples [(#6635)](https://github.com/stdlib-js/stdlib/pull/6635) _(by Harsh)_
1728
- [`630ddb7`](https://github.com/stdlib-js/stdlib/commit/630ddb777824b5f6e501fda6dadf4ce41dccb964) - **test:** replace equal with strictEqual _(by Karan Anand)_

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,9 @@
4646
},
4747
"devDependencies": {
4848
"@stdlib/array-base-linspace": "^0.2.2",
49-
"@stdlib/assert-is-number": "^0.2.2",
5049
"@stdlib/console-log-each-map": "github:stdlib-js/console-log-each-map#main",
5150
"@stdlib/constants-float64-eps": "^0.2.2",
5251
"@stdlib/constants-float64-gamma-lanczos-g": "^0.2.2",
53-
"@stdlib/constants-float64-pinf": "^0.2.2",
5452
"@stdlib/fs-read-file": "^0.2.2",
5553
"@stdlib/fs-write-file": "^0.2.2",
5654
"@stdlib/math-base-assert-is-nan": "^0.2.2",

test/test.rational_pq.js

Lines changed: 0 additions & 71 deletions
This file was deleted.

0 commit comments

Comments
 (0)