@stdlib/stats-strided-srange 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 +13 -13
package/README.md
CHANGED
|
@@ -344,8 +344,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
|
|
|
344
344
|
[npm-image]: http://img.shields.io/npm/v/@stdlib/stats-strided-srange.svg
|
|
345
345
|
[npm-url]: https://npmjs.org/package/@stdlib/stats-strided-srange
|
|
346
346
|
|
|
347
|
-
[test-image]: https://github.com/stdlib-js/stats-strided-srange/actions/workflows/test.yml/badge.svg?branch=v0.1.
|
|
348
|
-
[test-url]: https://github.com/stdlib-js/stats-strided-srange/actions/workflows/test.yml?query=branch:v0.1.
|
|
347
|
+
[test-image]: https://github.com/stdlib-js/stats-strided-srange/actions/workflows/test.yml/badge.svg?branch=v0.1.1
|
|
348
|
+
[test-url]: https://github.com/stdlib-js/stats-strided-srange/actions/workflows/test.yml?query=branch:v0.1.1
|
|
349
349
|
|
|
350
350
|
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/stats-strided-srange/main.svg
|
|
351
351
|
[coverage-url]: https://codecov.io/github/stdlib-js/stats-strided-srange?branch=main
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stdlib/stats-strided-srange",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Calculate the range of a single-precision floating-point strided array.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -34,19 +34,19 @@
|
|
|
34
34
|
"url": "https://github.com/stdlib-js/stdlib/issues"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@stdlib/assert-is-error": "^0.2.
|
|
38
|
-
"@stdlib/blas-base-shared": "^0.2.
|
|
39
|
-
"@stdlib/math-base-assert-is-nanf": "^0.2.
|
|
40
|
-
"@stdlib/napi-argv": "^0.2.
|
|
41
|
-
"@stdlib/napi-argv-int64": "^0.2.
|
|
42
|
-
"@stdlib/napi-argv-strided-float32array": "^0.2.
|
|
43
|
-
"@stdlib/napi-create-double": "^0.0.
|
|
44
|
-
"@stdlib/napi-export": "^0.3.
|
|
37
|
+
"@stdlib/assert-is-error": "^0.2.3",
|
|
38
|
+
"@stdlib/blas-base-shared": "^0.2.1",
|
|
39
|
+
"@stdlib/math-base-assert-is-nanf": "^0.2.3",
|
|
40
|
+
"@stdlib/napi-argv": "^0.2.3",
|
|
41
|
+
"@stdlib/napi-argv-int64": "^0.2.3",
|
|
42
|
+
"@stdlib/napi-argv-strided-float32array": "^0.2.3",
|
|
43
|
+
"@stdlib/napi-create-double": "^0.0.3",
|
|
44
|
+
"@stdlib/napi-export": "^0.3.1",
|
|
45
45
|
"@stdlib/number-float64-base-to-float32": "^0.2.2",
|
|
46
|
-
"@stdlib/strided-base-stride2offset": "^0.1.
|
|
47
|
-
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.
|
|
48
|
-
"@stdlib/utils-library-manifest": "^0.2.
|
|
49
|
-
"@stdlib/utils-try-require": "^0.2.
|
|
46
|
+
"@stdlib/strided-base-stride2offset": "^0.1.1",
|
|
47
|
+
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.3",
|
|
48
|
+
"@stdlib/utils-library-manifest": "^0.2.4",
|
|
49
|
+
"@stdlib/utils-try-require": "^0.2.3"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {},
|
|
52
52
|
"engines": {
|