|
1 | 1 | { |
2 | 2 | "name": "@stdlib/ndarray-base-zeros", |
3 | | - "version": "0.2.1", |
| 3 | + "version": "0.3.0", |
4 | 4 | "description": "Create a zero-filled ndarray having a specified shape and data type.", |
5 | 5 | "license": "Apache-2.0", |
6 | 6 | "author": { |
|
38 | 38 | }, |
39 | 39 | "dependencies": { |
40 | 40 | "@stdlib/ndarray-base-buffer": "^0.2.1", |
41 | | - "@stdlib/ndarray-base-ctor": "^0.2.1", |
42 | | - "@stdlib/ndarray-base-numel": "^0.2.1", |
43 | | - "@stdlib/ndarray-base-shape2strides": "^0.2.1", |
44 | | - "@stdlib/ndarray-base-strides2offset": "^0.2.1", |
45 | | - "@stdlib/string-format": "^0.2.1", |
| 41 | + "@stdlib/ndarray-base-ctor": "^0.2.2", |
| 42 | + "@stdlib/ndarray-base-numel": "^0.2.2", |
| 43 | + "@stdlib/ndarray-base-shape2strides": "^0.2.2", |
| 44 | + "@stdlib/ndarray-base-strides2offset": "^0.2.2", |
| 45 | + "@stdlib/string-format": "^0.2.2", |
46 | 46 | "@stdlib/types": "^0.3.2", |
47 | | - "@stdlib/error-tools-fmtprodmsg": "^0.2.1" |
| 47 | + "@stdlib/error-tools-fmtprodmsg": "^0.2.2" |
48 | 48 | }, |
49 | 49 | "devDependencies": { |
50 | 50 | "@stdlib/array-complex128": "^0.2.1", |
51 | 51 | "@stdlib/array-complex64": "^0.2.1", |
52 | | - "@stdlib/array-float32": "^0.2.1", |
53 | | - "@stdlib/array-float64": "^0.2.1", |
54 | | - "@stdlib/array-int16": "^0.2.1", |
55 | | - "@stdlib/array-int32": "^0.2.1", |
56 | | - "@stdlib/array-int8": "^0.2.1", |
57 | | - "@stdlib/array-uint16": "^0.2.1", |
58 | | - "@stdlib/array-uint32": "^0.2.1", |
59 | | - "@stdlib/array-uint8": "^0.2.1", |
60 | | - "@stdlib/array-uint8c": "^0.2.1", |
61 | | - "@stdlib/assert-instance-of": "^0.2.1", |
62 | | - "@stdlib/assert-is-ndarray-like": "^0.2.1", |
63 | | - "@stdlib/math-base-special-pow": "^0.2.1", |
64 | | - "@stdlib/ndarray-dtypes": "^0.2.1", |
65 | | - "@stdlib/strided-base-reinterpret-complex128": "^0.2.1", |
66 | | - "@stdlib/strided-base-reinterpret-complex64": "^0.2.0", |
| 52 | + "@stdlib/array-float32": "^0.2.2", |
| 53 | + "@stdlib/array-float64": "^0.2.2", |
| 54 | + "@stdlib/array-int16": "^0.2.2", |
| 55 | + "@stdlib/array-int32": "^0.2.2", |
| 56 | + "@stdlib/array-int8": "^0.2.2", |
| 57 | + "@stdlib/array-uint16": "^0.2.2", |
| 58 | + "@stdlib/array-uint32": "^0.2.2", |
| 59 | + "@stdlib/array-uint8": "^0.2.2", |
| 60 | + "@stdlib/array-uint8c": "^0.2.2", |
| 61 | + "@stdlib/assert-instance-of": "^0.2.2", |
| 62 | + "@stdlib/assert-is-ndarray-like": "^0.2.2", |
| 63 | + "@stdlib/math-base-special-pow": "^0.3.0", |
| 64 | + "@stdlib/ndarray-dtypes": "^0.3.0", |
| 65 | + "@stdlib/strided-base-reinterpret-complex128": "^0.2.2", |
| 66 | + "@stdlib/strided-base-reinterpret-complex64": "^0.2.1", |
67 | 67 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
68 | 68 | "istanbul": "^0.4.1", |
69 | 69 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
70 | | - "@stdlib/bench-harness": "^0.2.1" |
| 70 | + "@stdlib/bench-harness": "^0.2.2" |
71 | 71 | }, |
72 | 72 | "engines": { |
73 | 73 | "node": ">=0.10.0", |
|
0 commit comments