forked from stdlib-js/stdlib
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
--- type: pre_push_report description: Results of running various checks prior to pushing changes. report: - task: run_javascript_examples status: na - task: run_c_examples status: na - task: run_cpp_examples status: na - task: run_javascript_readme_examples status: na - task: run_c_benchmarks status: na - task: run_cpp_benchmarks status: na - task: run_fortran_benchmarks status: na - task: run_javascript_benchmarks status: na - task: run_julia_benchmarks status: na - task: run_python_benchmarks status: na - task: run_r_benchmarks status: na - task: run_javascript_tests status: na ---
- Loading branch information
1 parent
a68fff2
commit add5e31
Showing
6 changed files
with
97 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
176 changes: 88 additions & 88 deletions
176
lib/node_modules/@stdlib/stats/base/dists/planck/stdev/manifest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,91 +1,91 @@ | ||
{ | ||
"options": { | ||
"options": { | ||
"task": "build", | ||
"wasm": false | ||
}, | ||
"fields": [ | ||
{ | ||
"field": "src", | ||
"resolve": true, | ||
"relative": true | ||
}, | ||
{ | ||
"field": "include", | ||
"resolve": true, | ||
"relative": true | ||
}, | ||
{ | ||
"field": "libraries", | ||
"resolve": false, | ||
"relative": false | ||
}, | ||
{ | ||
"field": "libpath", | ||
"resolve": true, | ||
"relative": false | ||
} | ||
], | ||
"confs": [ | ||
{ | ||
"task": "build", | ||
"wasm": false | ||
"wasm": false, | ||
"src": [ | ||
"./src/main.c" | ||
], | ||
"include": [ | ||
"./include" | ||
], | ||
"libraries": [], | ||
"libpath": [], | ||
"dependencies": [ | ||
"@stdlib/math/base/napi/unary", | ||
"@stdlib/math/base/assert/is-nan", | ||
"@stdlib/math/base/special/abs", | ||
"@stdlib/math/base/special/expm1", | ||
"@stdlib/math/base/special/sqrt", | ||
"@stdlib/math/base/special/exp", | ||
"@stdlib/constants/float64/pi" | ||
] | ||
}, | ||
{ | ||
"task": "benchmark", | ||
"wasm": false, | ||
"src": [ | ||
"./src/main.c" | ||
], | ||
"include": [ | ||
"./include" | ||
], | ||
"libraries": [], | ||
"libpath": [], | ||
"dependencies": [ | ||
"@stdlib/math/base/assert/is-nan", | ||
"@stdlib/math/base/special/abs", | ||
"@stdlib/math/base/special/expm1", | ||
"@stdlib/math/base/special/sqrt", | ||
"@stdlib/math/base/special/exp", | ||
"@stdlib/constants/float64/pi" | ||
] | ||
}, | ||
"fields": [ | ||
{ | ||
"field": "src", | ||
"resolve": true, | ||
"relative": true | ||
}, | ||
{ | ||
"field": "include", | ||
"resolve": true, | ||
"relative": true | ||
}, | ||
{ | ||
"field": "libraries", | ||
"resolve": false, | ||
"relative": false | ||
}, | ||
{ | ||
"field": "libpath", | ||
"resolve": true, | ||
"relative": false | ||
} | ||
], | ||
"confs": [ | ||
{ | ||
"task": "build", | ||
"wasm": false, | ||
"src": [ | ||
"./src/main.c" | ||
], | ||
"include": [ | ||
"./include" | ||
], | ||
"libraries": [], | ||
"libpath": [], | ||
"dependencies": [ | ||
"@stdlib/math/base/napi/unary", | ||
"@stdlib/math/base/assert/is-nan", | ||
"@stdlib/math/base/special/abs", | ||
"@stdlib/math/base/special/expm1", | ||
"@stdlib/math/base/special/sqrt", | ||
"@stdlib/math/base/special/exp", | ||
"@stdlib/constants/float64/pi" | ||
] | ||
}, | ||
{ | ||
"task": "benchmark", | ||
"wasm": false, | ||
"src": [ | ||
"./src/main.c" | ||
], | ||
"include": [ | ||
"./include" | ||
], | ||
"libraries": [], | ||
"libpath": [], | ||
"dependencies": [ | ||
"@stdlib/math/base/assert/is-nan", | ||
"@stdlib/math/base/special/abs", | ||
"@stdlib/math/base/special/expm1", | ||
"@stdlib/math/base/special/sqrt", | ||
"@stdlib/math/base/special/exp", | ||
"@stdlib/constants/float64/pi" | ||
] | ||
}, | ||
{ | ||
"task": "examples", | ||
"wasm": false, | ||
"src": [ | ||
"./src/main.c" | ||
], | ||
"include": [ | ||
"./include" | ||
], | ||
"libraries": [], | ||
"libpath": [], | ||
"dependencies": [ | ||
"@stdlib/math/base/assert/is-nan", | ||
"@stdlib/math/base/special/abs", | ||
"@stdlib/math/base/special/expm1", | ||
"@stdlib/math/base/special/sqrt", | ||
"@stdlib/math/base/special/exp", | ||
"@stdlib/constants/float64/pi" | ||
] | ||
} | ||
] | ||
} | ||
{ | ||
"task": "examples", | ||
"wasm": false, | ||
"src": [ | ||
"./src/main.c" | ||
], | ||
"include": [ | ||
"./include" | ||
], | ||
"libraries": [], | ||
"libpath": [], | ||
"dependencies": [ | ||
"@stdlib/math/base/assert/is-nan", | ||
"@stdlib/math/base/special/abs", | ||
"@stdlib/math/base/special/expm1", | ||
"@stdlib/math/base/special/sqrt", | ||
"@stdlib/math/base/special/exp", | ||
"@stdlib/constants/float64/pi" | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters