@stdlib/stats-base-dists-degenerate-logpmf
Advanced tools
Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "@stdlib/stats-base-dists-degenerate-logpmf", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Natural logarithm of the probability mass function (PMF) for a degenerate distribution.", | ||
@@ -33,6 +33,6 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@stdlib/constants-float64-ninf": "^0.2.1", | ||
"@stdlib/constants-float64-ninf": "^0.2.2", | ||
"@stdlib/math-base-assert-is-nan": "^0.2.1", | ||
"@stdlib/utils-constant-function": "^0.2.1", | ||
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.1" | ||
"@stdlib/utils-constant-function": "^0.2.2", | ||
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.2" | ||
}, | ||
@@ -39,0 +39,0 @@ "devDependencies": {}, |
@@ -170,4 +170,4 @@ <!-- | ||
[test-image]: https://github.com/stdlib-js/stats-base-dists-degenerate-logpmf/actions/workflows/test.yml/badge.svg?branch=v0.2.1 | ||
[test-url]: https://github.com/stdlib-js/stats-base-dists-degenerate-logpmf/actions/workflows/test.yml?query=branch:v0.2.1 | ||
[test-image]: https://github.com/stdlib-js/stats-base-dists-degenerate-logpmf/actions/workflows/test.yml/badge.svg?branch=v0.2.2 | ||
[test-url]: https://github.com/stdlib-js/stats-base-dists-degenerate-logpmf/actions/workflows/test.yml?query=branch:v0.2.2 | ||
@@ -174,0 +174,0 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/stats-base-dists-degenerate-logpmf/main.svg |