Skip to content

v0.25.80

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jan 16:02
· 113 commits to master since this release
d21c5a3

Distributions v0.25.80

Diff since v0.25.79

Closed issues:

  • pdf(d, range) takes more time because it calls excessive pdf(d, v) internally (#636)
  • Standard MvNormal, Inconsistency with Normal, and I (#826)
  • Inconsistency between single-arg MvNormal and Normal (#1203)
  • No power law distribution? (#1599)
  • Ambiguities with 0-dimensional arrays and univariate distributions (#1650)
  • Dirichlet pdf/ logpdf (#1652)
  • Affine distributions with useless requirements ? (#1653)

Merged pull requests:

  • CompatHelper: bump compat for GR to 0.71 for package docs, (keep existing compat) (#1642) (@github-actions[bot])
  • Add Dependabot configuration for GitHub Actions updates (#1646) (@EwoutH)
  • Bump codecov/codecov-action from 1 to 3 (#1647) (@dependabot[bot])
  • Bump actions/cache from 1 to 3 (#1648) (@dependabot[bot])
  • Bump actions/checkout from 2 to 3 (#1649) (@dependabot[bot])
  • Generalize affine distributions to negative scales (#1657) (@ParadaCarleton)