File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -297,8 +297,8 @@ Copyright © 2016-2022. The Stdlib [Authors][stdlib-authors].
297
297
[ npm-image ] : http://img.shields.io/npm/v/@stdlib/stats-base-dvarianceyc.svg
298
298
[ npm-url ] : https://npmjs.org/package/@stdlib/stats-base-dvarianceyc
299
299
300
- [ test-image ] : https://github.com/stdlib-js/stats-base-dvarianceyc/actions/workflows/test.yml/badge.svg?branch=main
301
- [ test-url ] : https://github.com/stdlib-js/stats-base-dvarianceyc/actions/workflows/test.yml?query=branch:main
300
+ [ test-image ] : https://github.com/stdlib-js/stats-base-dvarianceyc/actions/workflows/test.yml/badge.svg?branch=v0.0.9
301
+ [ test-url ] : https://github.com/stdlib-js/stats-base-dvarianceyc/actions/workflows/test.yml?query=branch:v0.0.9
302
302
303
303
[ coverage-image ] : https://img.shields.io/codecov/c/github/stdlib-js/stats-base-dvarianceyc/main.svg
304
304
[ coverage-url ] : https://codecov.io/github/stdlib-js/stats-base-dvarianceyc?branch=main
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @stdlib/stats-base-dvarianceyc" ,
3
- "version" : " 0.0.8 " ,
3
+ "version" : " 0.0.9 " ,
4
4
"description" : " Calculate the variance of a double-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer." ,
5
5
"license" : " Apache-2.0" ,
6
6
"author" : {
You can’t perform that action at this time.
0 commit comments