@stdlib/array-complex64 0.1.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/array-complex64",
3
- "version": "0.1.0",
3
+ "version": "0.2.1",
4
4
  "description": "Complex64Array.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -15,19 +15,12 @@
15
15
  ],
16
16
  "main": "./lib",
17
17
  "directories": {
18
- "benchmark": "./benchmark",
19
18
  "doc": "./docs",
20
- "example": "./examples",
21
19
  "lib": "./lib",
22
- "test": "./test"
20
+ "dist": "./dist"
23
21
  },
24
22
  "types": "./docs/types",
25
- "scripts": {
26
- "test": "make test",
27
- "test-cov": "make test-cov",
28
- "examples": "make examples",
29
- "benchmark": "make benchmark"
30
- },
23
+ "scripts": {},
31
24
  "homepage": "https://stdlib.io",
32
25
  "repository": {
33
26
  "type": "git",
@@ -37,50 +30,36 @@
37
30
  "url": "https://github.com/stdlib-js/stdlib/issues"
38
31
  },
39
32
  "dependencies": {
40
- "@stdlib/array-base-accessor-getter": "^0.1.0",
41
- "@stdlib/array-base-getter": "^0.1.0",
42
- "@stdlib/array-float32": "^0.1.0",
43
- "@stdlib/assert-has-iterator-symbol-support": "^0.1.0",
44
- "@stdlib/assert-is-array": "^0.1.0",
45
- "@stdlib/assert-is-array-like-object": "^0.1.0",
46
- "@stdlib/assert-is-arraybuffer": "^0.1.0",
47
- "@stdlib/assert-is-collection": "^0.1.0",
48
- "@stdlib/assert-is-complex-like": "^0.1.0",
49
- "@stdlib/assert-is-function": "^0.1.0",
50
- "@stdlib/assert-is-nonnegative-integer": "^0.1.0",
51
- "@stdlib/assert-is-object": "^0.1.0",
52
- "@stdlib/complex-float32": "^0.1.0",
53
- "@stdlib/complex-imagf": "^0.1.0",
54
- "@stdlib/complex-realf": "^0.1.0",
55
- "@stdlib/math-base-assert-is-even": "^0.1.0",
56
- "@stdlib/math-base-assert-is-integer": "^0.1.0",
57
- "@stdlib/strided-base-reinterpret-complex128": "^0.1.0",
58
- "@stdlib/strided-base-reinterpret-complex64": "^0.1.0",
59
- "@stdlib/string-format": "^0.1.0",
60
- "@stdlib/symbol-iterator": "^0.1.0",
61
- "@stdlib/types": "^0.1.0",
62
- "@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.1.0",
63
- "@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.0",
64
- "@stdlib/error-tools-fmtprodmsg": "^0.1.0"
65
- },
66
- "devDependencies": {
67
- "@stdlib/array-buffer": "^0.1.0",
68
- "@stdlib/array-complex128": "^0.0.6",
69
- "@stdlib/assert-has-own-property": "^0.1.0",
70
- "@stdlib/assert-is-complex64": "^0.1.0",
71
- "@stdlib/assert-is-negative-zero": "^0.1.0",
72
- "@stdlib/assert-is-positive-zero": "^0.1.0",
73
- "@stdlib/bench": "^0.1.0",
74
- "@stdlib/complex-imag": "^0.1.0",
75
- "@stdlib/complex-real": "^0.1.0",
76
- "@stdlib/console-log-each": "^0.0.2",
77
- "@stdlib/math-base-special-pow": "^0.1.0",
78
- "@stdlib/random-base-randu": "^0.0.8",
79
- "proxyquire": "^2.0.0",
80
- "tape": "git+https://github.com/kgryte/tape.git#fix/globby",
81
- "istanbul": "^0.4.1",
82
- "tap-min": "git+https://github.com/Planeshifter/tap-min.git"
33
+ "@stdlib/array-base-accessor-getter": "^0.2.1",
34
+ "@stdlib/array-base-assert-is-complex128array": "^0.2.1",
35
+ "@stdlib/array-base-assert-is-complex64array": "^0.2.1",
36
+ "@stdlib/array-base-getter": "^0.2.1",
37
+ "@stdlib/array-float32": "^0.2.1",
38
+ "@stdlib/assert-has-iterator-symbol-support": "^0.2.1",
39
+ "@stdlib/assert-is-array": "^0.2.1",
40
+ "@stdlib/assert-is-array-like-object": "^0.2.1",
41
+ "@stdlib/assert-is-arraybuffer": "^0.2.1",
42
+ "@stdlib/assert-is-collection": "^0.2.1",
43
+ "@stdlib/assert-is-complex-like": "^0.2.1",
44
+ "@stdlib/assert-is-function": "^0.2.1",
45
+ "@stdlib/assert-is-nonnegative-integer": "^0.2.1",
46
+ "@stdlib/assert-is-object": "^0.2.1",
47
+ "@stdlib/assert-is-string": "^0.2.1",
48
+ "@stdlib/complex-float32": "^0.2.1",
49
+ "@stdlib/complex-imagf": "^0.2.1",
50
+ "@stdlib/complex-realf": "^0.2.1",
51
+ "@stdlib/math-base-assert-is-even": "^0.2.1",
52
+ "@stdlib/math-base-assert-is-integer": "^0.2.1",
53
+ "@stdlib/math-base-special-floor": "^0.2.1",
54
+ "@stdlib/strided-base-reinterpret-complex128": "^0.2.1",
55
+ "@stdlib/strided-base-reinterpret-complex64": "^0.2.0",
56
+ "@stdlib/string-format": "^0.2.1",
57
+ "@stdlib/symbol-iterator": "^0.2.1",
58
+ "@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.2.2",
59
+ "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.1",
60
+ "@stdlib/error-tools-fmtprodmsg": "^0.2.1"
83
61
  },
62
+ "devDependencies": {},
84
63
  "engines": {
85
64
  "node": ">=0.10.0",
86
65
  "npm": ">2.7.0"
package/CITATION.cff DELETED
@@ -1,30 +0,0 @@
1
- cff-version: 1.2.0
2
- title: stdlib
3
- message: >-
4
- If you use this software, please cite it using the
5
- metadata from this file.
6
-
7
- type: software
8
-
9
- authors:
10
- - name: The Stdlib Authors
11
- url: https://github.com/stdlib-js/stdlib/graphs/contributors
12
-
13
- repository-code: https://github.com/stdlib-js/stdlib
14
- url: https://stdlib.io
15
-
16
- abstract: |
17
- Standard library for JavaScript and Node.js.
18
-
19
- keywords:
20
- - JavaScript
21
- - Node.js
22
- - TypeScript
23
- - standard library
24
- - scientific computing
25
- - numerical computing
26
- - statistical computing
27
-
28
- license: Apache-2.0 AND BSL-1.0
29
-
30
- date-released: 2016