File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33> Package changelog.
44
5+ <section class =" release " id =" v0.3.1 " >
6+
7+ ## 0.3.1 (2026-02-01)
8+
9+ No changes reported for this release.
10+
11+ </section >
12+
13+ <!-- /.release -->
14+
515<section class =" release " id =" v0.3.0 " >
616
717## 0.3.0 (2026-01-25)
Original file line number Diff line number Diff line change @@ -322,8 +322,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
322322[ npm-image ] : http://img.shields.io/npm/v/@stdlib/stats-base-dists-invgamma-mean.svg
323323[ npm-url ] : https://npmjs.org/package/@stdlib/stats-base-dists-invgamma-mean
324324
325- [ test-image ] : https://github.com/stdlib-js/stats-base-dists-invgamma-mean/actions/workflows/test.yml/badge.svg?branch=v0.3.0
326- [ test-url ] : https://github.com/stdlib-js/stats-base-dists-invgamma-mean/actions/workflows/test.yml?query=branch:v0.3.0
325+ [ test-image ] : https://github.com/stdlib-js/stats-base-dists-invgamma-mean/actions/workflows/test.yml/badge.svg?branch=v0.3.1
326+ [ test-url ] : https://github.com/stdlib-js/stats-base-dists-invgamma-mean/actions/workflows/test.yml?query=branch:v0.3.1
327327
328328[ coverage-image ] : https://img.shields.io/codecov/c/github/stdlib-js/stats-base-dists-invgamma-mean/main.svg
329329[ coverage-url ] : https://codecov.io/github/stdlib-js/stats-base-dists-invgamma-mean?branch=main
Original file line number Diff line number Diff line change 11{
22 "name" : " @stdlib/stats-base-dists-invgamma-mean" ,
3- "version" : " 0.3.0 " ,
3+ "version" : " 0.3.1 " ,
44 "description" : " Inverse gamma distribution expected value." ,
55 "license" : " Apache-2.0" ,
66 "author" : {
4040 "url" : " https://github.com/stdlib-js/stdlib/issues"
4141 },
4242 "dependencies" : {
43- "@stdlib/math-base-napi-binary" : " ^0.3.0 " ,
44- "@stdlib/utils-library-manifest" : " ^0.2.2 "
43+ "@stdlib/math-base-napi-binary" : " ^0.3.1 " ,
44+ "@stdlib/utils-library-manifest" : " ^0.2.3 "
4545 },
4646 "devDependencies" : {
47- "@stdlib/console-log-each-map" : " github:stdlib-js/console-log-each-map#main " ,
47+ "@stdlib/console-log-each-map" : " ^0.1.0 " ,
4848 "@stdlib/constants-float64-eps" : " ^0.2.2" ,
4949 "@stdlib/constants-float64-ninf" : " ^0.2.2" ,
5050 "@stdlib/constants-float64-pinf" : " ^0.2.2" ,
You can’t perform that action at this time.
0 commit comments