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 @@ -318,8 +318,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
318318[ npm-image ] : http://img.shields.io/npm/v/@stdlib/stats-base-nanstdevtk.svg
319319[ npm-url ] : https://npmjs.org/package/@stdlib/stats-base-nanstdevtk
320320
321- [ test-image ] : https://github.com/stdlib-js/stats-base-nanstdevtk/actions/workflows/test.yml/badge.svg?branch=main
322- [ test-url ] : https://github.com/stdlib-js/stats-base-nanstdevtk/actions/workflows/test.yml?query=branch:main
321+ [ test-image ] : https://github.com/stdlib-js/stats-base-nanstdevtk/actions/workflows/test.yml/badge.svg?branch=v0.1.1
322+ [ test-url ] : https://github.com/stdlib-js/stats-base-nanstdevtk/actions/workflows/test.yml?query=branch:v0.1.1
323323
324324[ coverage-image ] : https://img.shields.io/codecov/c/github/stdlib-js/stats-base-nanstdevtk/main.svg
325325[ coverage-url ] : https://codecov.io/github/stdlib-js/stats-base-nanstdevtk?branch=main
Original file line number Diff line number Diff line change 11{
22 "name" : " @stdlib/stats-base-nanstdevtk" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.1 " ,
44 "description" : " Calculate the standard deviation of a strided array ignoring NaN values and using a one-pass textbook algorithm." ,
55 "license" : " Apache-2.0" ,
66 "author" : {
3838 "url" : " https://github.com/stdlib-js/stdlib/issues"
3939 },
4040 "dependencies" : {
41- "@stdlib/math-base-special-sqrt" : " ^0.1.0 " ,
41+ "@stdlib/math-base-special-sqrt" : " ^0.1.1 " ,
4242 "@stdlib/stats-base-nanvariancetk" : " ^0.1.1" ,
4343 "@stdlib/types" : " ^0.1.0" ,
4444 "@stdlib/utils-define-nonenumerable-read-only-property" : " ^0.1.1"
You can’t perform that action at this time.
0 commit comments