Distributions.jl Versions Save

A Julia package for probability distributions and associated functions.

v0.25.108

4 weeks ago

Distributions v0.25.108

Diff since v0.25.107

Merged pull requests:

  • Bump actions/cache from 3 to 4 (#1828) (@dependabot[bot])
  • microoptimization on rand(::AliasTable) (#1831) (@adienes)
  • Bump codecov/codecov-action from 3 to 4 (#1835) (@dependabot[bot])
  • Remove TruncatedNormal (#1837) (@andreasnoack)
  • Bump julia-actions/setup-julia from 1 to 2 (#1846) (@dependabot[bot])
  • Use a faster implementation of AliasTables (#1848) (@LilithHafner)

Closed issues:

  • AliasTable method is not working for unbalanced values (#832)
  • What is the current state of empirical univariate distribution? (#1047)
  • StackOverflowError with rand! (#1822)
  • sampling from BetaSampler slower than directly from Beta (#1830)
  • Infinite loop for quantile of InverseGaussian for specific value (#1833)

v0.25.107

4 months ago

Distributions v0.25.107

Diff since v0.25.106

Merged pull requests:

  • Fix typo in Gumbel gradlogpdf (#1821) (@rubenseyer)

v0.25.106

4 months ago

Distributions v0.25.106

Diff since v0.25.105

Merged pull requests:

  • Replace broadcasting over distributions with broadcasting with partially applied functions (#1818) (@devmotion)

Closed issues:

  • rand! with Uniform distribution does not work with CUDA arrays (#1815)

v0.25.105

4 months ago

Distributions v0.25.105

Diff since v0.25.104

Merged pull requests:

  • CompatHelper: bump compat for GR to 0.73 for package docs, (keep existing compat) (#1811) (@github-actions[bot])
  • Clarify definitions of inverse CDF functions (#1814) (@sethaxen)
  • Fix eachvariate with zero variates (#1819) (@devmotion)

Closed issues:

  • inv* functions are not really inverses (#1813)
  • rand(::Sampleable{Multivariate}, 0) errors (#1817)

v0.25.104

5 months ago

Distributions v0.25.104

Diff since v0.25.103

Merged pull requests:

  • Fix method ambiguities & unbound parameters + add Aqua tests (#1804) (@devmotion)

Closed issues:

  • Relaxing ::Real requirement (#1801)
  • Handle SparseArrays via Pkg extention? (#1802)

v0.25.103

6 months ago

Distributions v0.25.103

Diff since v0.25.102

Merged pull requests:

  • Move test utilities to an extension (#1791) (@devmotion)
  • CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) (#1793) (@github-actions[bot])
  • Add compat entries for stdlibs (#1794) (@devmotion)

Closed issues:

  • Adding MvLogitNormal (#1771)
  • Failing tests on master (#1789)

v0.25.102

7 months ago

Distributions v0.25.102

Diff since v0.25.101

Merged pull requests:

  • Add MvLogitNormal (#1774) (@sethaxen)

v0.25.101

7 months ago

Distributions v0.25.101

Diff since v0.25.100

Merged pull requests:

  • Update docstring of NegativeBinomial (#1734) (@heliosdrm)
  • Bump actions/checkout from 3 to 4 (#1764) (@dependabot[bot])
  • Fix undef ref in lkj_chol sampling (#1782) (@chriselrod)

Closed issues:

  • Would a Hyperexponential PR be wanted? (#275)
  • Wiener First Passage Time Distribution (#1749)
  • Move entropy to StatsAPI.jl and import it from there? (#1759)
  • Accept Transducers.jl as a Dependency? (#1767)
  • MvNormal Disrupts Array Types (#1768)
  • rand gives wrong results for MvNormal with PSDMat covariance (#1776)
  • walkdir(dirs=false) option (#1777)
  • MvNormal constructor unnecessarily recomputes cholesky every time with ForwardDiff (#1781)

v0.25.100

9 months ago

Distributions v0.25.100

Diff since v0.25.99

Closed issues:

  • Why not Base.in for the support (e.g. RealInterval) (#1756)
  • Cauchy Float32 does not honor the element type of distribution (#1757)

Merged pull requests:

  • Import Base.in (#1758) (@bvdmitri)

v0.25.99

9 months ago

Distributions v0.25.99

Diff since v0.25.98

Closed issues:

  • Review and reduce dependency list with package extensions? (#1751)
  • typos (#1753)

Merged pull requests:

  • Project.toml cleanup (#1752) (@dkarrasch)
  • fix typos (#1754) (@spaette)