File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -215,8 +215,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
215215[ npm-image ] : http://img.shields.io/npm/v/@stdlib/stats-iter-stdev.svg
216216[ npm-url ] : https://npmjs.org/package/@stdlib/stats-iter-stdev
217217
218- [ test-image ] : https://github.com/stdlib-js/stats-iter-stdev/actions/workflows/test.yml/badge.svg?branch=main
219- [ test-url ] : https://github.com/stdlib-js/stats-iter-stdev/actions/workflows/test.yml?query=branch:main
218+ [ test-image ] : https://github.com/stdlib-js/stats-iter-stdev/actions/workflows/test.yml/badge.svg?branch=v0.1.1
219+ [ test-url ] : https://github.com/stdlib-js/stats-iter-stdev/actions/workflows/test.yml?query=branch:v0.1.1
220220
221221[ coverage-image ] : https://img.shields.io/codecov/c/github/stdlib-js/stats-iter-stdev/main.svg
222222[ coverage-url ] : https://codecov.io/github/stdlib-js/stats-iter-stdev?branch=main
Original file line number Diff line number Diff line change 11{
22 "name" : " @stdlib/stats-iter-stdev" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.1 " ,
44 "description" : " Compute the corrected sample standard deviation over all iterated values." ,
55 "license" : " Apache-2.0" ,
66 "author" : {
3939 "dependencies" : {
4040 "@stdlib/assert-is-iterator-like" : " ^0.1.1" ,
4141 "@stdlib/assert-is-number" : " ^0.1.1" ,
42- "@stdlib/stats-incr-stdev" : " ^0.1.0 " ,
42+ "@stdlib/stats-incr-stdev" : " ^0.1.1 " ,
4343 "@stdlib/string-format" : " ^0.1.1" ,
4444 "@stdlib/types" : " ^0.1.0"
4545 },
You can’t perform that action at this time.
0 commit comments