@stdlib/ndarray-vector-ctor 0.1.0 → 0.1.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/README.md +2 -2
- package/package.json +27 -27
package/README.md
CHANGED
|
@@ -356,8 +356,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
|
|
|
356
356
|
[npm-image]: http://img.shields.io/npm/v/@stdlib/ndarray-vector-ctor.svg
|
|
357
357
|
[npm-url]: https://npmjs.org/package/@stdlib/ndarray-vector-ctor
|
|
358
358
|
|
|
359
|
-
[test-image]: https://github.com/stdlib-js/ndarray-vector-ctor/actions/workflows/test.yml/badge.svg?branch=v0.1.
|
|
360
|
-
[test-url]: https://github.com/stdlib-js/ndarray-vector-ctor/actions/workflows/test.yml?query=branch:v0.1.
|
|
359
|
+
[test-image]: https://github.com/stdlib-js/ndarray-vector-ctor/actions/workflows/test.yml/badge.svg?branch=v0.1.1
|
|
360
|
+
[test-url]: https://github.com/stdlib-js/ndarray-vector-ctor/actions/workflows/test.yml?query=branch:v0.1.1
|
|
361
361
|
|
|
362
362
|
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/ndarray-vector-ctor/main.svg
|
|
363
363
|
[coverage-url]: https://codecov.io/github/stdlib-js/ndarray-vector-ctor?branch=main
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stdlib/ndarray-vector-ctor",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Create a vector (i.e., a one-dimensional ndarray).",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -30,33 +30,33 @@
|
|
|
30
30
|
"url": "https://github.com/stdlib-js/stdlib/issues"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@stdlib/array-base-copy": "^0.2.
|
|
34
|
-
"@stdlib/array-from-iterator": "^0.2.
|
|
35
|
-
"@stdlib/array-typed": "^0.3.
|
|
36
|
-
"@stdlib/assert-has-own-property": "^0.2.
|
|
37
|
-
"@stdlib/assert-is-arraybuffer": "^0.2.
|
|
38
|
-
"@stdlib/assert-is-boolean": "^0.2.
|
|
39
|
-
"@stdlib/assert-is-buffer": "^0.2.
|
|
40
|
-
"@stdlib/assert-is-collection": "^0.2.
|
|
41
|
-
"@stdlib/assert-is-iterable-like": "^0.2.
|
|
42
|
-
"@stdlib/assert-is-nonnegative-integer": "^0.2.
|
|
43
|
-
"@stdlib/assert-is-plain-object": "^0.2.
|
|
44
|
-
"@stdlib/buffer-from-array": "^0.2.
|
|
45
|
-
"@stdlib/buffer-from-arraybuffer": "^0.2.
|
|
46
|
-
"@stdlib/buffer-from-buffer": "^0.2.
|
|
47
|
-
"@stdlib/ndarray-base-assert-is-data-type": "^0.3
|
|
48
|
-
"@stdlib/ndarray-base-assert-is-index-mode": "^0.2.
|
|
49
|
-
"@stdlib/ndarray-base-assert-is-order": "^0.2.
|
|
33
|
+
"@stdlib/array-base-copy": "^0.2.3",
|
|
34
|
+
"@stdlib/array-from-iterator": "^0.2.3",
|
|
35
|
+
"@stdlib/array-typed": "^0.3.2",
|
|
36
|
+
"@stdlib/assert-has-own-property": "^0.2.3",
|
|
37
|
+
"@stdlib/assert-is-arraybuffer": "^0.2.3",
|
|
38
|
+
"@stdlib/assert-is-boolean": "^0.2.3",
|
|
39
|
+
"@stdlib/assert-is-buffer": "^0.2.3",
|
|
40
|
+
"@stdlib/assert-is-collection": "^0.2.3",
|
|
41
|
+
"@stdlib/assert-is-iterable-like": "^0.2.3",
|
|
42
|
+
"@stdlib/assert-is-nonnegative-integer": "^0.2.3",
|
|
43
|
+
"@stdlib/assert-is-plain-object": "^0.2.3",
|
|
44
|
+
"@stdlib/buffer-from-array": "^0.2.3",
|
|
45
|
+
"@stdlib/buffer-from-arraybuffer": "^0.2.3",
|
|
46
|
+
"@stdlib/buffer-from-buffer": "^0.2.3",
|
|
47
|
+
"@stdlib/ndarray-base-assert-is-data-type": "^0.2.3",
|
|
48
|
+
"@stdlib/ndarray-base-assert-is-index-mode": "^0.2.3",
|
|
49
|
+
"@stdlib/ndarray-base-assert-is-order": "^0.2.3",
|
|
50
50
|
"@stdlib/ndarray-base-buffer": "^0.3.0",
|
|
51
|
-
"@stdlib/ndarray-base-bytes-per-element": "^0.3.
|
|
52
|
-
"@stdlib/ndarray-base-strides2offset": "^0.2.
|
|
53
|
-
"@stdlib/ndarray-ctor": "^0.
|
|
54
|
-
"@stdlib/ndarray-defaults": "^0.4.
|
|
55
|
-
"@stdlib/object-assign": "^0.2.
|
|
56
|
-
"@stdlib/string-format": "^0.2.
|
|
57
|
-
"@stdlib/symbol-iterator": "^0.2.
|
|
58
|
-
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.
|
|
59
|
-
"@stdlib/error-tools-fmtprodmsg": "^0.2.
|
|
51
|
+
"@stdlib/ndarray-base-bytes-per-element": "^0.3.1",
|
|
52
|
+
"@stdlib/ndarray-base-strides2offset": "^0.2.3",
|
|
53
|
+
"@stdlib/ndarray-ctor": "^0.3.1",
|
|
54
|
+
"@stdlib/ndarray-defaults": "^0.4.1",
|
|
55
|
+
"@stdlib/object-assign": "^0.2.3",
|
|
56
|
+
"@stdlib/string-format": "^0.2.3",
|
|
57
|
+
"@stdlib/symbol-iterator": "^0.2.3",
|
|
58
|
+
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.3",
|
|
59
|
+
"@stdlib/error-tools-fmtprodmsg": "^0.2.3"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {},
|
|
62
62
|
"engines": {
|