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