@stdlib/strided-base-dmap2
Advanced tools
+5
-26
| { | ||
| "name": "@stdlib/strided-base-dmap2", | ||
| "version": "0.2.0", | ||
| "version": "0.2.1", | ||
| "description": "Apply a binary function to double-precision floating-point strided input arrays and assign results to a double-precision floating-point strided output array.", | ||
@@ -18,17 +18,10 @@ "license": "Apache-2.0", | ||
| "directories": { | ||
| "benchmark": "./benchmark", | ||
| "doc": "./docs", | ||
| "example": "./examples", | ||
| "include": "./include", | ||
| "lib": "./lib", | ||
| "src": "./src", | ||
| "test": "./test" | ||
| "dist": "./dist" | ||
| }, | ||
| "types": "./docs/types", | ||
| "scripts": { | ||
| "test": "make test", | ||
| "test-cov": "make test-cov", | ||
| "examples": "make examples", | ||
| "benchmark": "make benchmark" | ||
| }, | ||
| "scripts": {}, | ||
| "homepage": "https://stdlib.io", | ||
@@ -43,19 +36,5 @@ "repository": { | ||
| "dependencies": { | ||
| "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.0", | ||
| "@stdlib/utils-library-manifest": "^0.2.0" | ||
| "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.1" | ||
| }, | ||
| "devDependencies": { | ||
| "@stdlib/array-filled-by": "^0.1.0", | ||
| "@stdlib/array-float64": "^0.1.1", | ||
| "@stdlib/math-base-assert-is-nan": "^0.1.1", | ||
| "@stdlib/math-base-ops-add": "^0.1.0", | ||
| "@stdlib/math-base-special-pow": "^0.1.0", | ||
| "@stdlib/random-base-discrete-uniform": "^0.1.0", | ||
| "@stdlib/random-base-uniform": "^0.1.0", | ||
| "tape": "git+https://github.com/kgryte/tape.git#fix/globby", | ||
| "istanbul": "^0.4.1", | ||
| "tap-min": "git+https://github.com/Planeshifter/tap-min.git", | ||
| "@stdlib/bench-harness": "^0.1.2", | ||
| "@stdlib/bench": "^0.3.1" | ||
| }, | ||
| "devDependencies": {}, | ||
| "engines": { | ||
@@ -62,0 +41,0 @@ "node": ">=0.10.0", |
+2
-2
@@ -379,4 +379,4 @@ <!-- | ||
| [test-image]: https://github.com/stdlib-js/strided-base-dmap2/actions/workflows/test.yml/badge.svg?branch=v0.2.0 | ||
| [test-url]: https://github.com/stdlib-js/strided-base-dmap2/actions/workflows/test.yml?query=branch:v0.2.0 | ||
| [test-image]: https://github.com/stdlib-js/strided-base-dmap2/actions/workflows/test.yml/badge.svg?branch=v0.2.1 | ||
| [test-url]: https://github.com/stdlib-js/strided-base-dmap2/actions/workflows/test.yml?query=branch:v0.2.1 | ||
@@ -383,0 +383,0 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/strided-base-dmap2/main.svg |
1
-50%0
-100%49940
-1.55%- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated