Skip to content

Commit

Permalink
chore: update package meta data
Browse files Browse the repository at this point in the history
PR-URL: #2933
Co-authored-by: Athan Reines <[email protected]>
Reviewed-by: Athan Reines <[email protected]> 
Signed-off-by: stdlib-bot <[email protected]>
  • Loading branch information
stdlib-bot and kgryte authored Sep 22, 2024
1 parent 6f2d56d commit 177f16c
Show file tree
Hide file tree
Showing 6 changed files with 81 additions and 81 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"main": "./lib",
"directories": {
"benchmark": "./benchmark",
"doc": "./docs",
"example": "./examples",
"lib": "./lib",
"test": "./test"
Expand Down
1 change: 1 addition & 0 deletions lib/node_modules/@stdlib/blas/base/daxpy-wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"doc": "./docs",
"example": "./examples",
"lib": "./lib",
"scripts": "./scripts",
"src": "./src",
"test": "./test"
},
Expand Down
26 changes: 13 additions & 13 deletions lib/node_modules/@stdlib/math/base/special/cbrt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,30 +92,30 @@
"rand": {
"prng": "random/base/uniform",
"parameters": [
-10.0,
10.0
-10,
10
]
},
"example_values": [
64.0,
27.0,
0.0,
-0.0,
-9.0,
8.0,
-1.0,
125.0,
64,
27,
0,
0,
-9,
8,
-1,
125,
-10.2,
11.3,
-12.4,
3.5,
-1.6,
15.7,
-16.0,
-16,
17.9,
-188.0,
-188,
19.11,
-200.0,
-200,
21.15
]
}
Expand Down
8 changes: 4 additions & 4 deletions lib/node_modules/@stdlib/math/base/special/exp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,13 @@
"rand": {
"prng": "random/base/uniform",
"parameters": [
-10.0,
10.0
-10,
10
]
},
"example_values": [
-1.2,
2.0,
2,
-3.1,
-4.7,
5.5,
Expand All @@ -114,7 +114,7 @@
-15.7,
16.8,
-17.9,
18.10,
18.1,
-19.11,
20.12,
-21.15,
Expand Down
88 changes: 44 additions & 44 deletions lib/node_modules/@stdlib/math/base/special/gcd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,31 +99,31 @@
"rand": {
"prng": "random/base/discrete-uniform",
"parameters": [
0.0,
50.0
0,
50
]
},
"example_values": [
1.0,
2.0,
4.0,
5.0,
9.0,
10.0,
15.0,
20.0,
21.0,
25.0,
28.0,
30.0,
33.0,
35.0,
39.0,
40.0,
42.0,
45.0,
48.0,
50.0
1,
2,
4,
5,
9,
10,
15,
20,
21,
25,
28,
30,
33,
35,
39,
40,
42,
45,
48,
50
]
},
{
Expand All @@ -144,31 +144,31 @@
"rand": {
"prng": "random/base/discrete-uniform",
"parameters": [
0.0,
50.0
0,
50
]
},
"example_values": [
1.0,
2.0,
4.0,
5.0,
9.0,
10.0,
15.0,
20.0,
21.0,
25.0,
28.0,
30.0,
33.0,
35.0,
39.0,
40.0,
42.0,
45.0,
48.0,
50.0
1,
2,
4,
5,
9,
10,
15,
20,
21,
25,
28,
30,
33,
35,
39,
40,
42,
45,
48,
50
]
}
],
Expand Down
38 changes: 19 additions & 19 deletions lib/node_modules/@stdlib/math/base/special/pow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,17 +92,17 @@
"rand": {
"prng": "random/base/uniform",
"parameters": [
-10.0,
10.0
-10,
10
]
},
"example_values": [
-1.2,
2.0,
2,
-3.1,
4.0,
4,
5.5,
100.0,
100,
8.9,
3.141592653589793,
11.3,
Expand All @@ -112,11 +112,11 @@
-15.7,
16.8,
-17.9,
10.0,
10,
-19.11,
20.12,
-21.15,
1.0
1
]
},
{
Expand All @@ -137,31 +137,31 @@
"rand": {
"prng": "random/base/uniform",
"parameters": [
-10.0,
10.0
-10,
10
]
},
"example_values": [
1.2,
-2.0,
3.0,
-2,
3,
-0.5,
0.0,
0,
-5.6,
8.9,
-10.0,
-10,
1.5,
-12.0,
-12,
13.5,
14.6,
-15.7,
6.0,
-17.0,
18.0,
-9.0,
6,
-17,
18,
-9,
2.12,
-1.15,
-2.0
-2
]
}
],
Expand Down

1 comment on commit 177f16c

@stdlib-bot
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage Report

Package Statements Branches Functions Lines
array/fixed-endian-float64 $\color{red}634/949$
$\color{green}+66.81\%$
$\color{green}5/5$
$\color{green}+100.00\%$
$\color{red}0/17$
$\color{green}+0.00\%$
$\color{red}634/949$
$\color{green}+66.81\%$
blas/base/daxpy-wasm $\color{green}641/641$
$\color{green}+100.00\%$
$\color{green}17/17$
$\color{green}+100.00\%$
$\color{green}6/6$
$\color{green}+100.00\%$
$\color{green}641/641$
$\color{green}+100.00\%$
math/base/special/cbrt $\color{red}365/367$
$\color{green}+99.45\%$
$\color{red}17/18$
$\color{green}+94.44\%$
$\color{green}3/3$
$\color{green}+100.00\%$
$\color{red}365/367$
$\color{green}+99.45\%$
math/base/special/exp $\color{red}481/487$
$\color{green}+98.77\%$
$\color{red}21/24$
$\color{green}+87.50\%$
$\color{green}4/4$
$\color{green}+100.00\%$
$\color{red}481/487$
$\color{green}+98.77\%$
math/base/special/gcd $\color{green}336/336$
$\color{green}+100.00\%$
$\color{green}53/53$
$\color{green}+100.00\%$
$\color{green}4/4$
$\color{green}+100.00\%$
$\color{green}336/336$
$\color{green}+100.00\%$
math/base/special/pow $\color{red}1384/1386$
$\color{green}+99.86\%$
$\color{red}119/120$
$\color{green}+99.17\%$
$\color{green}11/11$
$\color{green}+100.00\%$
$\color{red}1384/1386$
$\color{green}+99.86\%$

The above coverage report was generated for the changes in this push.

Please sign in to comment.