@stdlib/ndarray-base-unary-reduce-strided1d 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 +23 -23
package/README.md
CHANGED
|
@@ -264,8 +264,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
|
|
|
264
264
|
[npm-image]: http://img.shields.io/npm/v/@stdlib/ndarray-base-unary-reduce-strided1d.svg
|
|
265
265
|
[npm-url]: https://npmjs.org/package/@stdlib/ndarray-base-unary-reduce-strided1d
|
|
266
266
|
|
|
267
|
-
[test-image]: https://github.com/stdlib-js/ndarray-base-unary-reduce-strided1d/actions/workflows/test.yml/badge.svg?branch=v0.1.
|
|
268
|
-
[test-url]: https://github.com/stdlib-js/ndarray-base-unary-reduce-strided1d/actions/workflows/test.yml?query=branch:v0.1.
|
|
267
|
+
[test-image]: https://github.com/stdlib-js/ndarray-base-unary-reduce-strided1d/actions/workflows/test.yml/badge.svg?branch=v0.1.1
|
|
268
|
+
[test-url]: https://github.com/stdlib-js/ndarray-base-unary-reduce-strided1d/actions/workflows/test.yml?query=branch:v0.1.1
|
|
269
269
|
|
|
270
270
|
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/ndarray-base-unary-reduce-strided1d/main.svg
|
|
271
271
|
[coverage-url]: https://codecov.io/github/stdlib-js/ndarray-base-unary-reduce-strided1d?branch=main
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stdlib/ndarray-base-unary-reduce-strided1d",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Perform a reduction over a list of specified dimensions in an input ndarray via a one-dimensional strided array reduction function and assign results to a provided output ndarray.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -30,29 +30,29 @@
|
|
|
30
30
|
"url": "https://github.com/stdlib-js/stdlib/issues"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@stdlib/array-base-copy-indexed": "^0.2.
|
|
34
|
-
"@stdlib/array-base-indices-complement": "^0.1.
|
|
33
|
+
"@stdlib/array-base-copy-indexed": "^0.2.3",
|
|
34
|
+
"@stdlib/array-base-indices-complement": "^0.1.1",
|
|
35
35
|
"@stdlib/array-base-join": "^0.1.1",
|
|
36
|
-
"@stdlib/array-base-take-indexed": "^0.2.
|
|
37
|
-
"@stdlib/array-base-take-indexed2": "^0.1.
|
|
38
|
-
"@stdlib/array-base-without": "
|
|
39
|
-
"@stdlib/array-base-zeros": "^0.2.
|
|
40
|
-
"@stdlib/assert-is-function": "^0.2.
|
|
41
|
-
"@stdlib/ndarray-base-assign": "^0.
|
|
42
|
-
"@stdlib/ndarray-base-empty-like": "^0.3.
|
|
43
|
-
"@stdlib/ndarray-base-iteration-order": "^0.2.
|
|
44
|
-
"@stdlib/ndarray-base-minmax-view-buffer-index": "^0.2.
|
|
45
|
-
"@stdlib/ndarray-base-ndarraylike2ndarray": "
|
|
46
|
-
"@stdlib/ndarray-base-ndarraylike2object": "^0.2.
|
|
47
|
-
"@stdlib/ndarray-base-numel": "^0.2.
|
|
48
|
-
"@stdlib/ndarray-base-strides2order": "^0.2.
|
|
49
|
-
"@stdlib/ndarray-base-to-unique-normalized-indices": "^0.1.
|
|
50
|
-
"@stdlib/ndarray-base-unary-loop-interchange-order": "^0.
|
|
51
|
-
"@stdlib/ndarray-base-unary-tiling-block-size": "^0.2.
|
|
52
|
-
"@stdlib/ndarray-base-vind2bind": "^0.2.
|
|
53
|
-
"@stdlib/string-format": "^0.2.
|
|
54
|
-
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.
|
|
55
|
-
"@stdlib/error-tools-fmtprodmsg": "^0.2.
|
|
36
|
+
"@stdlib/array-base-take-indexed": "^0.2.3",
|
|
37
|
+
"@stdlib/array-base-take-indexed2": "^0.1.1",
|
|
38
|
+
"@stdlib/array-base-without": "^0.1.0",
|
|
39
|
+
"@stdlib/array-base-zeros": "^0.2.3",
|
|
40
|
+
"@stdlib/assert-is-function": "^0.2.3",
|
|
41
|
+
"@stdlib/ndarray-base-assign": "^0.2.0",
|
|
42
|
+
"@stdlib/ndarray-base-empty-like": "^0.3.1",
|
|
43
|
+
"@stdlib/ndarray-base-iteration-order": "^0.2.3",
|
|
44
|
+
"@stdlib/ndarray-base-minmax-view-buffer-index": "^0.2.3",
|
|
45
|
+
"@stdlib/ndarray-base-ndarraylike2ndarray": "^0.1.0",
|
|
46
|
+
"@stdlib/ndarray-base-ndarraylike2object": "^0.2.3",
|
|
47
|
+
"@stdlib/ndarray-base-numel": "^0.2.3",
|
|
48
|
+
"@stdlib/ndarray-base-strides2order": "^0.2.3",
|
|
49
|
+
"@stdlib/ndarray-base-to-unique-normalized-indices": "^0.1.1",
|
|
50
|
+
"@stdlib/ndarray-base-unary-loop-interchange-order": "^0.3.1",
|
|
51
|
+
"@stdlib/ndarray-base-unary-tiling-block-size": "^0.2.3",
|
|
52
|
+
"@stdlib/ndarray-base-vind2bind": "^0.2.3",
|
|
53
|
+
"@stdlib/string-format": "^0.2.3",
|
|
54
|
+
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.3",
|
|
55
|
+
"@stdlib/error-tools-fmtprodmsg": "^0.2.3"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {},
|
|
58
58
|
"engines": {
|