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 @@ -317,8 +317,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
317
317
[ npm-image ] : http://img.shields.io/npm/v/@stdlib/stats-base-stdevyc.svg
318
318
[ npm-url ] : https://npmjs.org/package/@stdlib/stats-base-stdevyc
319
319
320
- [ test-image ] : https://github.com/stdlib-js/stats-base-stdevyc/actions/workflows/test.yml/badge.svg?branch=main
321
- [ test-url ] : https://github.com/stdlib-js/stats-base-stdevyc/actions/workflows/test.yml?query=branch:main
320
+ [ test-image ] : https://github.com/stdlib-js/stats-base-stdevyc/actions/workflows/test.yml/badge.svg?branch=v0.1.1
321
+ [ test-url ] : https://github.com/stdlib-js/stats-base-stdevyc/actions/workflows/test.yml?query=branch:v0.1.1
322
322
323
323
[ coverage-image ] : https://img.shields.io/codecov/c/github/stdlib-js/stats-base-stdevyc/main.svg
324
324
[ coverage-url ] : https://codecov.io/github/stdlib-js/stats-base-stdevyc?branch=main
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @stdlib/stats-base-stdevyc" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.1.1 " ,
4
4
"description" : " Calculate the standard deviation of a strided array using a one-pass algorithm proposed by Youngs and Cramer." ,
5
5
"license" : " Apache-2.0" ,
6
6
"author" : {
37
37
"url" : " https://github.com/stdlib-js/stdlib/issues"
38
38
},
39
39
"dependencies" : {
40
- "@stdlib/math-base-special-sqrt" : " ^0.1.0 " ,
40
+ "@stdlib/math-base-special-sqrt" : " ^0.1.1 " ,
41
41
"@stdlib/stats-base-varianceyc" : " ^0.1.1" ,
42
42
"@stdlib/types" : " ^0.1.0" ,
43
43
"@stdlib/utils-define-nonenumerable-read-only-property" : " ^0.1.1"
You can’t perform that action at this time.
0 commit comments