|
1 | 1 | { |
2 | 2 | "name": "@stdlib/ndarray-base-unary", |
3 | | - "version": "0.2.0", |
| 3 | + "version": "0.2.1", |
4 | 4 | "description": "Apply a unary callback to elements in a input ndarray and assign results to elements in an output ndarray.", |
5 | 5 | "license": "Apache-2.0", |
6 | 6 | "author": { |
|
40 | 40 | "url": "https://github.com/stdlib-js/stdlib/issues" |
41 | 41 | }, |
42 | 42 | "dependencies": { |
43 | | - "@stdlib/complex-float32": "^0.2.0", |
44 | | - "@stdlib/complex-float64": "^0.2.0", |
45 | | - "@stdlib/ndarray-base-bytes-per-element": "^0.2.0", |
46 | | - "@stdlib/ndarray-base-iteration-order": "^0.2.0", |
47 | | - "@stdlib/ndarray-base-minmax-view-buffer-index": "^0.2.0", |
48 | | - "@stdlib/ndarray-base-ndarraylike2object": "^0.2.0", |
49 | | - "@stdlib/ndarray-base-numel": "^0.2.0", |
50 | | - "@stdlib/ndarray-base-unary-loop-interchange-order": "^0.2.0", |
51 | | - "@stdlib/ndarray-base-unary-tiling-block-size": "^0.2.0", |
52 | | - "@stdlib/ndarray-base-vind2bind": "^0.2.0", |
53 | | - "@stdlib/ndarray-ctor": "^0.2.0", |
54 | | - "@stdlib/ndarray-index-modes": "^0.2.0", |
55 | | - "@stdlib/ndarray-orders": "^0.2.0", |
56 | | - "@stdlib/types": "^0.3.1", |
57 | | - "@stdlib/utils-library-manifest": "^0.2.0" |
| 43 | + "@stdlib/complex-float32": "^0.2.1", |
| 44 | + "@stdlib/complex-float64": "^0.2.1", |
| 45 | + "@stdlib/ndarray-base-bytes-per-element": "^0.2.1", |
| 46 | + "@stdlib/ndarray-base-iteration-order": "^0.2.1", |
| 47 | + "@stdlib/ndarray-base-minmax-view-buffer-index": "^0.2.1", |
| 48 | + "@stdlib/ndarray-base-ndarraylike2object": "^0.2.1", |
| 49 | + "@stdlib/ndarray-base-numel": "^0.2.1", |
| 50 | + "@stdlib/ndarray-base-unary-loop-interchange-order": "^0.2.1", |
| 51 | + "@stdlib/ndarray-base-unary-tiling-block-size": "^0.2.1", |
| 52 | + "@stdlib/ndarray-base-vind2bind": "^0.2.1", |
| 53 | + "@stdlib/ndarray-ctor": "^0.2.1", |
| 54 | + "@stdlib/ndarray-index-modes": "^0.2.1", |
| 55 | + "@stdlib/ndarray-orders": "^0.2.1", |
| 56 | + "@stdlib/types": "^0.3.2", |
| 57 | + "@stdlib/utils-library-manifest": "^0.2.1" |
58 | 58 | }, |
59 | 59 | "devDependencies": { |
60 | | - "@stdlib/array-filled": "^0.1.0", |
61 | | - "@stdlib/array-filled-by": "^0.1.0", |
62 | | - "@stdlib/array-typed-complex-ctors": "^0.2.0", |
63 | | - "@stdlib/blas-base-gscal": "^0.2.0", |
64 | | - "@stdlib/fs-read-dir": "^0.2.0", |
65 | | - "@stdlib/fs-read-file": "^0.2.0", |
66 | | - "@stdlib/fs-read-json": "^0.2.0", |
67 | | - "@stdlib/fs-unlink": "^0.2.0", |
68 | | - "@stdlib/fs-write-file": "^0.2.0", |
69 | | - "@stdlib/math-base-assert-is-nan": "^0.2.0", |
70 | | - "@stdlib/math-base-special-abs": "^0.2.0", |
71 | | - "@stdlib/math-base-special-cbrt": "^0.2.0", |
72 | | - "@stdlib/math-base-special-floor": "^0.2.0", |
73 | | - "@stdlib/math-base-special-identity": "^0.2.0", |
74 | | - "@stdlib/math-base-special-pow": "^0.2.0", |
75 | | - "@stdlib/math-base-special-round": "^0.2.0", |
76 | | - "@stdlib/math-base-special-sqrt": "^0.2.0", |
77 | | - "@stdlib/ndarray-base-char2dtype": "^0.2.0", |
78 | | - "@stdlib/ndarray-base-dtype-char": "^0.2.0", |
79 | | - "@stdlib/ndarray-base-dtype-desc": "^0.2.0", |
80 | | - "@stdlib/ndarray-base-dtype2c": "^0.2.0", |
81 | | - "@stdlib/ndarray-base-shape2strides": "^0.2.0", |
82 | | - "@stdlib/ndarray-base-to-array": "^0.2.0", |
83 | | - "@stdlib/ndarray-dtypes": "^0.2.0", |
84 | | - "@stdlib/ndarray-safe-casts": "^0.2.0", |
85 | | - "@stdlib/random-base-discrete-uniform": "^0.1.0", |
86 | | - "@stdlib/random-base-randu": "^0.1.0", |
87 | | - "@stdlib/string-format": "^0.2.0", |
88 | | - "@stdlib/string-replace": "^0.2.0", |
89 | | - "@stdlib/string-substring-after": "^0.2.0", |
90 | | - "@stdlib/string-substring-before": "^0.2.0", |
91 | | - "@stdlib/string-uppercase": "^0.2.0", |
92 | | - "@stdlib/time-current-year": "^0.2.0", |
| 60 | + "@stdlib/array-filled": "^0.2.0", |
| 61 | + "@stdlib/array-filled-by": "^0.2.0", |
| 62 | + "@stdlib/array-typed-complex-ctors": "^0.2.1", |
| 63 | + "@stdlib/blas-base-gscal": "^0.2.1", |
| 64 | + "@stdlib/fs-read-dir": "^0.2.1", |
| 65 | + "@stdlib/fs-read-file": "^0.2.1", |
| 66 | + "@stdlib/fs-read-json": "^0.2.1", |
| 67 | + "@stdlib/fs-unlink": "^0.2.1", |
| 68 | + "@stdlib/fs-write-file": "^0.2.1", |
| 69 | + "@stdlib/math-base-assert-is-nan": "^0.2.1", |
| 70 | + "@stdlib/math-base-special-abs": "^0.2.1", |
| 71 | + "@stdlib/math-base-special-cbrt": "^0.2.1", |
| 72 | + "@stdlib/math-base-special-floor": "^0.2.1", |
| 73 | + "@stdlib/math-base-special-identity": "^0.2.1", |
| 74 | + "@stdlib/math-base-special-pow": "^0.2.1", |
| 75 | + "@stdlib/math-base-special-round": "^0.2.1", |
| 76 | + "@stdlib/math-base-special-sqrt": "^0.2.1", |
| 77 | + "@stdlib/ndarray-base-char2dtype": "^0.2.1", |
| 78 | + "@stdlib/ndarray-base-dtype-char": "^0.2.1", |
| 79 | + "@stdlib/ndarray-base-dtype-desc": "^0.2.1", |
| 80 | + "@stdlib/ndarray-base-dtype2c": "^0.2.1", |
| 81 | + "@stdlib/ndarray-base-shape2strides": "^0.2.1", |
| 82 | + "@stdlib/ndarray-base-to-array": "^0.2.1", |
| 83 | + "@stdlib/ndarray-dtypes": "^0.2.1", |
| 84 | + "@stdlib/ndarray-safe-casts": "^0.2.1", |
| 85 | + "@stdlib/random-base-discrete-uniform": "^0.2.0", |
| 86 | + "@stdlib/random-base-randu": "^0.2.0", |
| 87 | + "@stdlib/string-format": "^0.2.1", |
| 88 | + "@stdlib/string-replace": "^0.2.1", |
| 89 | + "@stdlib/string-substring-after": "^0.2.1", |
| 90 | + "@stdlib/string-substring-before": "^0.2.1", |
| 91 | + "@stdlib/string-uppercase": "^0.2.1", |
| 92 | + "@stdlib/time-current-year": "^0.2.1", |
93 | 93 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
94 | 94 | "istanbul": "^0.4.1", |
95 | 95 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
96 | | - "@stdlib/bench-harness": "^0.2.0" |
| 96 | + "@stdlib/bench-harness": "^0.2.1" |
97 | 97 | }, |
98 | 98 | "engines": { |
99 | 99 | "node": ">=0.10.0", |
|
0 commit comments