File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -252,8 +252,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
252252[ npm-image ] : http://img.shields.io/npm/v/@stdlib/stats-base-cuminabs.svg
253253[ npm-url ] : https://npmjs.org/package/@stdlib/stats-base-cuminabs
254254
255- [ test-image ] : https://github.com/stdlib-js/stats-base-cuminabs/actions/workflows/test.yml/badge.svg?branch=main
256- [ test-url ] : https://github.com/stdlib-js/stats-base-cuminabs/actions/workflows/test.yml?query=branch:main
255+ [ test-image ] : https://github.com/stdlib-js/stats-base-cuminabs/actions/workflows/test.yml/badge.svg?branch=v0.1.1
256+ [ test-url ] : https://github.com/stdlib-js/stats-base-cuminabs/actions/workflows/test.yml?query=branch:v0.1.1
257257
258258[ coverage-image ] : https://img.shields.io/codecov/c/github/stdlib-js/stats-base-cuminabs/main.svg
259259[ coverage-url ] : https://codecov.io/github/stdlib-js/stats-base-cuminabs?branch=main
Original file line number Diff line number Diff line change 11{
22 "name" : " @stdlib/stats-base-cuminabs" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.1 " ,
44 "description" : " Calculate the cumulative minimum absolute value of a strided array." ,
55 "license" : " Apache-2.0" ,
66 "author" : {
3838 },
3939 "dependencies" : {
4040 "@stdlib/math-base-assert-is-nan" : " ^0.1.1" ,
41- "@stdlib/math-base-special-abs" : " ^0.1.0 " ,
41+ "@stdlib/math-base-special-abs" : " ^0.1.1 " ,
4242 "@stdlib/types" : " ^0.1.0" ,
4343 "@stdlib/utils-define-nonenumerable-read-only-property" : " ^0.1.1"
4444 },
4545 "devDependencies" : {
46- "@stdlib/array-float64" : " ^0.1.0 " ,
46+ "@stdlib/array-float64" : " ^0.1.1 " ,
4747 "@stdlib/bench" : " ^0.1.0" ,
4848 "@stdlib/math-base-assert-is-positive-zero" : " ^0.1.1" ,
49- "@stdlib/math-base-special-floor" : " ^0.1.0 " ,
49+ "@stdlib/math-base-special-floor" : " ^0.1.1 " ,
5050 "@stdlib/math-base-special-pow" : " ^0.1.0" ,
5151 "@stdlib/math-base-special-round" : " ^0.1.1" ,
5252 "@stdlib/random-base-randu" : " ^0.1.0" ,
You can’t perform that action at this time.
0 commit comments