@stdlib/math-tools-unary 0.3.0 → 0.3.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 +24 -24
package/README.md
CHANGED
|
@@ -413,8 +413,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
|
|
|
413
413
|
[npm-image]: http://img.shields.io/npm/v/@stdlib/math-tools-unary.svg
|
|
414
414
|
[npm-url]: https://npmjs.org/package/@stdlib/math-tools-unary
|
|
415
415
|
|
|
416
|
-
[test-image]: https://github.com/stdlib-js/math-tools-unary/actions/workflows/test.yml/badge.svg?branch=v0.3.
|
|
417
|
-
[test-url]: https://github.com/stdlib-js/math-tools-unary/actions/workflows/test.yml?query=branch:v0.3.
|
|
416
|
+
[test-image]: https://github.com/stdlib-js/math-tools-unary/actions/workflows/test.yml/badge.svg?branch=v0.3.1
|
|
417
|
+
[test-url]: https://github.com/stdlib-js/math-tools-unary/actions/workflows/test.yml?query=branch:v0.3.1
|
|
418
418
|
|
|
419
419
|
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-tools-unary/main.svg
|
|
420
420
|
[coverage-url]: https://codecov.io/github/stdlib-js/math-tools-unary?branch=main
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stdlib/math-tools-unary",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"description": "Create a function which performs element-wise computation by applying a unary function to each element in an input ndarray.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -30,32 +30,32 @@
|
|
|
30
30
|
"url": "https://github.com/stdlib-js/stdlib/issues"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@stdlib/array-base-assert-contains": "^0.2.
|
|
33
|
+
"@stdlib/array-base-assert-contains": "^0.2.3",
|
|
34
34
|
"@stdlib/array-base-every-by": "^0.2.2",
|
|
35
|
-
"@stdlib/array-base-join": "^0.1.
|
|
36
|
-
"@stdlib/assert-has-own-property": "^0.2.
|
|
37
|
-
"@stdlib/assert-is-collection": "^0.2.
|
|
38
|
-
"@stdlib/assert-is-function": "^0.2.
|
|
35
|
+
"@stdlib/array-base-join": "^0.1.2",
|
|
36
|
+
"@stdlib/assert-has-own-property": "^0.2.3",
|
|
37
|
+
"@stdlib/assert-is-collection": "^0.2.3",
|
|
38
|
+
"@stdlib/assert-is-function": "^0.2.3",
|
|
39
39
|
"@stdlib/assert-is-ndarray-like": "^0.2.2",
|
|
40
|
-
"@stdlib/assert-is-object": "^0.2.
|
|
41
|
-
"@stdlib/assert-is-plain-object": "^0.2.
|
|
42
|
-
"@stdlib/ndarray-base-assert-is-data-type": "^0.3
|
|
43
|
-
"@stdlib/ndarray-base-assert-is-input-casting-policy": "^0.1.
|
|
44
|
-
"@stdlib/ndarray-base-assert-is-order": "^0.2.
|
|
45
|
-
"@stdlib/ndarray-base-assert-is-output-data-type-policy": "^0.1.
|
|
46
|
-
"@stdlib/ndarray-base-assign": "^0.
|
|
47
|
-
"@stdlib/ndarray-base-empty": "^0.3.
|
|
48
|
-
"@stdlib/ndarray-base-unary-input-casting-dtype": "^0.1.
|
|
49
|
-
"@stdlib/ndarray-base-unary-output-dtype": "^0.3.
|
|
50
|
-
"@stdlib/ndarray-dtype": "^0.2.
|
|
51
|
-
"@stdlib/ndarray-empty": "^0.3.
|
|
40
|
+
"@stdlib/assert-is-object": "^0.2.3",
|
|
41
|
+
"@stdlib/assert-is-plain-object": "^0.2.3",
|
|
42
|
+
"@stdlib/ndarray-base-assert-is-data-type": "^0.2.3",
|
|
43
|
+
"@stdlib/ndarray-base-assert-is-input-casting-policy": "^0.1.1",
|
|
44
|
+
"@stdlib/ndarray-base-assert-is-order": "^0.2.3",
|
|
45
|
+
"@stdlib/ndarray-base-assert-is-output-data-type-policy": "^0.1.1",
|
|
46
|
+
"@stdlib/ndarray-base-assign": "^0.2.1",
|
|
47
|
+
"@stdlib/ndarray-base-empty": "^0.3.2",
|
|
48
|
+
"@stdlib/ndarray-base-unary-input-casting-dtype": "^0.1.1",
|
|
49
|
+
"@stdlib/ndarray-base-unary-output-dtype": "^0.3.1",
|
|
50
|
+
"@stdlib/ndarray-dtype": "^0.2.3",
|
|
51
|
+
"@stdlib/ndarray-empty": "^0.3.1",
|
|
52
52
|
"@stdlib/ndarray-maybe-broadcast-array": "^0.2.2",
|
|
53
|
-
"@stdlib/ndarray-order": "^0.2.
|
|
54
|
-
"@stdlib/ndarray-orders": "^0.2.
|
|
55
|
-
"@stdlib/ndarray-shape": "^0.2.
|
|
56
|
-
"@stdlib/string-format": "^0.2.
|
|
57
|
-
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.
|
|
58
|
-
"@stdlib/error-tools-fmtprodmsg": "^0.2.
|
|
53
|
+
"@stdlib/ndarray-order": "^0.2.3",
|
|
54
|
+
"@stdlib/ndarray-orders": "^0.2.3",
|
|
55
|
+
"@stdlib/ndarray-shape": "^0.2.3",
|
|
56
|
+
"@stdlib/string-format": "^0.2.3",
|
|
57
|
+
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.3",
|
|
58
|
+
"@stdlib/error-tools-fmtprodmsg": "^0.2.3"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {},
|
|
61
61
|
"engines": {
|