File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -258,8 +258,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
258
258
[ npm-image ] : http://img.shields.io/npm/v/@stdlib/stats-base-scumax.svg
259
259
[ npm-url ] : https://npmjs.org/package/@stdlib/stats-base-scumax
260
260
261
- [ test-image ] : https://github.com/stdlib-js/stats-base-scumax/actions/workflows/test.yml/badge.svg?branch=main
262
- [ test-url ] : https://github.com/stdlib-js/stats-base-scumax/actions/workflows/test.yml?query=branch:main
261
+ [ test-image ] : https://github.com/stdlib-js/stats-base-scumax/actions/workflows/test.yml/badge.svg?branch=v0.1.1
262
+ [ test-url ] : https://github.com/stdlib-js/stats-base-scumax/actions/workflows/test.yml?query=branch:v0.1.1
263
263
264
264
[ coverage-image ] : https://img.shields.io/codecov/c/github/stdlib-js/stats-base-scumax/main.svg
265
265
[ coverage-url ] : https://codecov.io/github/stdlib-js/stats-base-scumax?branch=main
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @stdlib/stats-base-scumax" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.1.1 " ,
4
4
"description" : " Calculate the cumulative maximum of single-precision floating-point strided array elements." ,
5
5
"license" : " Apache-2.0" ,
6
6
"author" : {
43
43
"dependencies" : {
44
44
"@stdlib/assert-is-error" : " ^0.1.1" ,
45
45
"@stdlib/math-base-assert-is-nanf" : " ^0.1.1" ,
46
- "@stdlib/math-base-assert-is-positive-zerof" : " ^0.1.0 " ,
46
+ "@stdlib/math-base-assert-is-positive-zerof" : " ^0.1.1 " ,
47
47
"@stdlib/utils-define-nonenumerable-read-only-property" : " ^0.1.1" ,
48
48
"@stdlib/utils-library-manifest" : " ^0.1.1" ,
49
49
"@stdlib/utils-try-require" : " ^0.1.1"
You can’t perform that action at this time.
0 commit comments