Skip to content

Commit ac19111

Browse files
committed
Auto-generated commit
1 parent ccff4bf commit ac19111

File tree

7 files changed

+12
-427
lines changed

7 files changed

+12
-427
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
- [`3c033a4`](https://github.com/stdlib-js/stdlib/commit/3c033a4ba718f4383126edcdf6fc974950d0ead8) - **test:** add tests to achieve full coverage in `erf`, `erfc`, `erfcinv`, `erfcx`, and `erfinv` _(by Philipp Burckhardt)_
1627
- [`86edcb5`](https://github.com/stdlib-js/stdlib/commit/86edcb559be453cb7d1156076bfc940a37a39af0) - **chore:** add structured package data for packages in `math/base/special` [(#8054)](https://github.com/stdlib-js/stdlib/pull/8054) _(by Gunj Joshi, Athan Reines)_
1728
- [`44010b3`](https://github.com/stdlib-js/stdlib/commit/44010b3e8509ab22c32750fa125a1155f5fd8995) - **docs:** fix return annotation values _(by Philipp Burckhardt)_

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
"@stdlib/utils-library-manifest": "^0.2.2"
5151
},
5252
"devDependencies": {
53-
"@stdlib/assert-is-number": "^0.2.2",
5453
"@stdlib/console-log-each-map": "github:stdlib-js/console-log-each-map#main",
5554
"@stdlib/constants-float64-eps": "^0.2.2",
5655
"@stdlib/fs-read-file": "^0.2.2",

test/test.rational_p1q1.js

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

test/test.rational_p2q2.js

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

test/test.rational_p3q3.js

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

test/test.rational_p4q4.js

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

0 commit comments

Comments
 (0)