Recent Releases of Distributions
Distributions - v0.25.120
Distributions v0.25.120
Merged pull requests:
- Document and export gradlogpdf. (#1974) (@tpapp)
- More efficient sampling with MvNormalCanon (#1977) (@devmotion)
Closed issues:
- Documentation for gradlogpdf (#1844)
- cov of MixtureModel{<:MvNormal} should return PDMat? (#1971)
- Edge case for truncated (#1975)
- Julia
Published by github-actions[bot] 10 months ago
Distributions - v0.25.119
Distributions v0.25.119
Merged pull requests:
- Implement std(::MultivariateDistribution) (#1352) (@bicycle1885)
- BREAKING Fix loss of structure in cov() and invcov() of AbstractMvNormal subtypes (#1373) (@st--)
- add partype method to lognormal and semicircle (#1773) (@bgctw)
- Fix underflow of logccdf of PGeneralizedGaussian (#1932) (@devmotion)
- Allow ForwardDiff v1 (#1957) (@mcabbott)
- Require Julia >= 1.10 (#1959) (@devmotion)
- Fix warnings in tests (#1960) (@devmotion)
- Remove docstring of non-existent method (#1962) (@abhro)
- Reduce allocations of cov(::MultivariateMixture) (#1967) (@devmotion)
- Use generic axpy! instead of calling BLAS.axpy! (#1968) (@jishnub)
Closed issues:
- why do cov and invcov call full? (#572)
- Underflow in logccdf for PGeneralizedGaussian (#1916)
- Matrix normal distribution support (#1946)
- May I suggest adding the sprand(::Distributions.Distribution, ...) method, like rand() does? (#1955)
- cov(d::MultivariateMixture) assumes overly specific typing on component covariance (#1969)
- Random sample from LogNormal does not return values of the same type as its parameters (#1970)
- Julia
Published by github-actions[bot] 11 months ago
Distributions - v0.25.118
Distributions v0.25.118
Merged pull requests: - Fix type headers in docstrings (#1943) (@abhro) - Fix inverse wishart constructor with integer ScalMat/PDiagMat (#1953) (@vandenman)
Closed issues:
- Geometric() could be 5x faster. (#1933)
- Support for Unitful parameters (#1940)
- MethodError on initializing DiscreteNonParametric with @view (#1941)
- truncated Normal with zero mean and std hangs (#1942)
- InverseWishart constructor errors for ::Int, ::PDMats.ScalMat{Int64} (#1948)
- Julia
Published by github-actions[bot] 12 months ago
Distributions - v0.25.117
Distributions v0.25.117
Merged pull requests:
- CompatHelper: bump compat for Documenter to 1 for package docs, (keep existing compat) (#1778) (@github-actions[bot])
- Add NamedTupleVariate and ProductNamedTupleDistribution (#1803) (@sethaxen)
- Fix mode of LKJCholesky (#1938) (@devmotion)
Closed issues: - quantile() function for multivariate normal distribution (#569) - Document Thread Safety (#1829)
- Julia
Published by github-actions[bot] about 1 year ago
Distributions - v0.25.116
Distributions v0.25.116
Merged pull requests: - Special case Geometric(OneHalf()) (#1934) (@LilithHafner)
Closed issues: - Multiplication of ScalMat and FillArray is ambiguous (#1925)
- Julia
Published by github-actions[bot] about 1 year ago
Distributions - v0.25.115
Distributions v0.25.115
Merged pull requests: - Re-write median(Binomial) to improve speed (#1928) (@marcusps)
Closed issues: - Speed up median(Binomial) (#1926) - rand!(a, Multinomial(100, p)) StackOverflowError bug (#1929)
- Julia
Published by github-actions[bot] about 1 year ago
Distributions - v0.25.114
Distributions v0.25.114
Merged pull requests:
- Bump codecov/codecov-action from 4 to 5 (#1917) (@dependabot[bot])
- Fix median for Binomial distribution (#1924) (@marcusps)
Closed issues:
- Custom univariate sampler not working as expected (#1132)
- support gives error on infinite discrete distributions (#1919)
- Failure to precompile, no libquadmath.so.0 (#1922)
- median can give incorrect answer for Binomial distribution (#1923)
- Julia
Published by github-actions[bot] about 1 year ago
Distributions - v0.25.113
Distributions v0.25.113
Merged pull requests: - Geometric parameter should be on (0, 1] (#1906) (@palday)
Closed issues: - Stack overflow in rand!() with product distribution (#1909)
- Julia
Published by github-actions[bot] over 1 year ago
Distributions - v0.25.112
Distributions v0.25.112
Merged pull requests: - Specialized vector rand! for many distributions (#1879) (@quildtide) - Test pre-release Julia versions (#1888) (@devmotion) - Relax Fill return type in mvlognormal tests (#1890) (@jishnub) - mark the MatrixReshaped type as deprecated (#1893) (@stevengj) - Fix deprecation warnings in tests (#1894) (@devmotion)
Closed issues:
- Support for Rationals in discrete distributions? (#309)
- Adding a NamedTupleVariate (#1762)
- truncated does not work with Turing.jl's random variables (#1889)
- [InverseGaussian?] quantile() hangs for larger number of σ's (quantile_newton not converging) (#1898)
- Julia
Published by github-actions[bot] over 1 year ago
Distributions - v0.25.111
Distributions v0.25.111
Merged pull requests:
- fix type stability of sampling from Chisq, TDist, Gamma (#1885) (@Red-Portal)
Closed issues: - How to draw a density sample from a multivariate normal (#1887)
- Julia
Published by github-actions[bot] over 1 year ago
Distributions - v0.25.110
Distributions v0.25.110
Merged pull requests: - Add Convolve for DiscreteNonParametric (Redux) (#1850) (@mharradon) - Update CI: No nightly tests, improve macOS CI setup + use julia-actions/cache (#1863) (@devmotion) - Bump julia-actions/cache from 1 to 2 (#1876) (@dependabot[bot]) - Fix InverseGaussian cdf overflows (#1882) (@quildtide)
Closed issues:
- installation warning/error about DistributionsTestExt (not) precompiling (#1842)
- New GPL dependency introduced through AliasTables (#1864)
- Rename ValueSupport subtypes to more specific names (#1870)
- Who is maintaining Distributions.jl? (#1871)
- cdf of InverseGaussian (#1873)
- Support parametrization of Beta (Mean and variance Beta(μ, σ²)) (#1877)
- Julia
Published by github-actions[bot] over 1 year ago
Distributions - v0.25.109
Distributions v0.25.109
Merged pull requests:
- Fix fit docs (#1746) (@ParadaCarleton)
- Update CI.yml to include mac aarch64 (#1856) (@ViralBShah)
- Replace deprecated lfact(x) (#1857) (@THargreaves)
- fixing error in xval function in gumbel.jl (#1859) (@ajshephard)
- Fix failing tests on 1.11-beta (#1862) (@andreasnoack)
- Clamp cdf and ccdf of Truncated (#1865) (@devmotion)
Closed issues:
- 0 <= cdf(Normal(),x) <= 1 not always true. (#1853)
- 0 <= cdf(truncated(Normal(2.5, 0.2), lower=0.0),x) not always true. (#1854)
- Suggestion: 3-argument cdf() (#1855)
- Error in xval in gumbel (#1858)
- Julia
Published by github-actions[bot] over 1 year ago
Distributions - v0.25.108
Distributions v0.25.108
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)
- Julia
Published by github-actions[bot] almost 2 years ago
Distributions - v0.25.107
Distributions v0.25.107
Merged pull requests:
- Fix typo in Gumbel gradlogpdf (#1821) (@rubenseyer)
- Julia
Published by github-actions[bot] about 2 years ago
Distributions - v0.25.106
Distributions v0.25.106
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)
- Julia
Published by github-actions[bot] about 2 years ago
Distributions - v0.25.105
Distributions v0.25.105
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)
- Julia
Published by github-actions[bot] about 2 years ago
Distributions - v0.25.104
Distributions v0.25.104
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)
- Julia
Published by github-actions[bot] about 2 years ago
Distributions - v0.25.103
Distributions v0.25.103
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)
- Julia
Published by github-actions[bot] over 2 years ago
Distributions - v0.25.102
Distributions v0.25.102
Merged pull requests: - Add MvLogitNormal (#1774) (@sethaxen)
- Julia
Published by github-actions[bot] over 2 years ago
Distributions - v0.25.101
Distributions v0.25.101
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)
- Julia
Published by github-actions[bot] over 2 years ago
Distributions - v0.25.100
Distributions v0.25.100
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)
- Julia
Published by github-actions[bot] over 2 years ago
Distributions - v0.25.99
Distributions v0.25.99
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)
- Julia
Published by github-actions[bot] over 2 years ago
Distributions - v0.25.98
Distributions v0.25.98
Closed issues: - Multinomial distribution rand does not support Float32 probability vectors (#1032) - Multinomial sampling not working with Float32 vector (#1733)
Merged pull requests: - UPDATED: Multinomial distribution rand does not support Float32 probability vectors (#1738) (@nomadbl)
- Julia
Published by github-actions[bot] over 2 years ago
Distributions - v0.25.97
Distributions v0.25.97
Closed issues: - Wrong quantiles calculated for some Truncated (#1726)
Merged pull requests: - Fix typos (#1740) (@qwjyh) - Documentation fix (#1741) (@chskcau) - Inbounds Error Fixes for some Univariates (#1742) (@itsdebartha)
- Julia
Published by github-actions[bot] over 2 years ago
Distributions - v0.25.96
Distributions v0.25.96
Merged pull requests:
- GeneralizedPareto improvement (#1466) (@ParadaCarleton)
- Fix Wrong quantiles calculated for some Truncated #1726 (#1727) (@waldie11)
- Fix typo (#1729) (@pitmonticone)
- Julia
Published by github-actions[bot] over 2 years ago
Distributions - v0.25.95
Distributions v0.25.95
Merged pull requests:
- Improve accuracy of logdiffcdf(::Normal, x, y) (#1728) (@devmotion)
- Julia
Published by github-actions[bot] almost 3 years ago
Distributions - v0.25.94
Distributions v0.25.94
Closed issues: - Adding order statistics sampling (#1284)
Merged pull requests: - Add OrderStatistic and JointOrderStatistics distributions (#1668) (@sethaxen) - Add the Kumaraswamy distribution (#1699) (@ararslan) - Fix wrong parameter on chisq.jl documentation (#1725) (@ynhame)
- Julia
Published by github-actions[bot] almost 3 years ago
Distributions - v0.25.93
Distributions v0.25.93
Merged pull requests: - Fix inference failures (#1722) (@devmotion)
- Julia
Published by github-actions[bot] almost 3 years ago
Distributions - v0.25.92
Distributions v0.25.92
Merged pull requests:
- Store nothing bounds in Truncated (#1720) (@devmotion)
- Julia
Published by github-actions[bot] almost 3 years ago
Distributions - v0.25.91
Distributions v0.25.91
Merged pull requests: - Add the Johnson's S_U-distribution (continued) (#1690) (@Yuan-Ru-Lin) - Improve type stability for truncated normal moments (#1717) (@ararslan)
- Julia
Published by github-actions[bot] almost 3 years ago
Distributions - v0.25.90
Distributions v0.25.90
Closed issues:
- categorical rand can be 250x faster (#1718)
Merged pull requests:
- Implement StatsAPI.pvalue (#1719) (@devmotion)
- Julia
Published by github-actions[bot] almost 3 years ago
Distributions - v0.25.89
Distributions v0.25.89
Closed issues: - qqbuild automatically throws out min and max values (#1378)
Merged pull requests:
- CompatHelper: bump compat for GR to 0.72 for package docs, (keep existing compat) (#1707) (@github-actions[bot])
- Make sure qqbuild does not drop min and max value (#1708) (@scheidan)
- Julia
Published by github-actions[bot] almost 3 years ago
Distributions - v0.25.88
Distributions v0.25.88
Closed issues:
- Inconsistency in product_distribution argument (#1706)
Merged pull requests: - Support StatsBase 0.34 (#1714) (@ararslan)
- Julia
Published by github-actions[bot] almost 3 years ago
Distributions - v0.25.87
Distributions v0.25.87
Closed issues:
- Allow Reflections by Removing Positivity Constraint for LocationScale (#1441)
Merged pull requests: - CompatHelper: bump compat for FillArrays to 1, (keep existing compat) (#1704) (@github-actions[bot])
- Julia
Published by github-actions[bot] almost 3 years ago
Distributions - v0.25.86
Distributions v0.25.86
Closed issues: - Reproducibility with global rng & distributions with Julia 1.8.5 (#1687)
Merged pull requests: - Make ChainRulesCore and DensityInterface weak dependencies (#1686) (@devmotion)
- Julia
Published by github-actions[bot] almost 3 years ago
Distributions - v0.25.85
Distributions v0.25.85
Closed issues:
- DiscreteNonParametric == throws error (#1140)
- Broken ≈ for the Categorical distribution on Julia 1.6 (#1675)
Merged pull requests:
- Fix comparisons of DiscreteNonParametric (#1683) (@devmotion)
- Julia
Published by github-actions[bot] almost 3 years ago
Distributions - v0.25.84
Distributions v0.25.84
Merged pull requests: - Add the one-parameter Lindley distribution (#1678) (@ararslan)
- Julia
Published by github-actions[bot] about 3 years ago
Distributions - v0.25.83
Distributions v0.25.83
Closed issues: - Uniform{Float32} pdf and cdf return inconsistent types (#1677)
Merged pull requests:
- Fix inconsistency of pdf/cdf of Uniform (#1682) (@devmotion)
- Julia
Published by github-actions[bot] about 3 years ago
Distributions - v0.25.82
Distributions v0.25.82
Closed issues: - Irreproducible sampling results for PGeneralizedGaussian and SkewedExponentialPower (#1663)
Merged pull requests: - SkewedExponentialPower, PGeneralizedGaussian: reproducible rand (#1664) (@philbit)
- Julia
Published by github-actions[bot] about 3 years ago
Distributions - v0.25.81
Distributions v0.25.81
Closed issues:
- DirichletMultinomial missing docstring (#1601)
- Use keyword arguments for distribution parameters (#1661)
- Inconsistent (co)variance between Normal and MvNormal (#1662)
- Wishart rand promotes to Float64 (#1666)
- TriangularDist: pdf & cdf incorrectly specified (#1673)
Merged pull requests:
- add docstring for DirichletMultinomial (#1656) (@pri1311)
- change some floating point equality checks to approximate (#1671) (@KristofferC)
- fix cdf & pdf for TriangularDist (#1674) (@jwright11)
- Replace GLOBAL_RNG with default_rng() (#1679) (@quildtide)
- Add vectorized rand for Normal dist (#1680) (@quildtide)
- fix typos (#1681) (@spaette)
- Julia
Published by github-actions[bot] about 3 years ago
Distributions - v0.25.80
Distributions v0.25.80
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)
- Julia
Published by github-actions[bot] about 3 years ago
Distributions - v0.25.79
Distributions v0.25.79
Closed issues: - Weibull logpdf yields NaN at Inf (#1638)
Merged pull requests:
- Fix logpdf and pdf of Weibull (#1639) (@devmotion)
- Julia
Published by github-actions[bot] over 3 years ago
Distributions - v0.25.78
Distributions v0.25.78
Merged pull requests: - Fix argument checks for BetaBinomial (#1635) (@damonbayer) - Fix of PGeneralizedGaussian description (#1636) (@slamajakub) - CompatHelper: bump compat for GR to 0.70 for package docs, (keep existing compat) (#1637) (@github-actions[bot])
- Julia
Published by github-actions[bot] over 3 years ago
Distributions - v0.25.77
Distributions v0.25.77
Closed issues:
- EachVariate should probably have an rrule (#1625)
- Random draw from Poisson fails for large lambda (#1633)
- Is the Success Probability for Distributions.NegativeBinomial Defined Correctly? (#1634)
Merged pull requests:
- Add BernoulliLogit (#1623) (@devmotion)
- Document parameters for noncentral distributions (#1632) (@rikhuijzer)
- Julia
Published by github-actions[bot] over 3 years ago
Distributions - v0.25.76
Distributions v0.25.76
Merged pull requests:
- CompatHelper: bump compat for GR to 0.69 for package docs, (keep existing compat) (#1622) (@github-actions[bot])
- Add missing univariate dists to documentation (#1626) (@frankier)
- Chain rule for EachVariate constructor (#1627) (@torfjelde)
- Julia
Published by github-actions[bot] over 3 years ago
Distributions - v0.25.75
Distributions v0.25.75
Closed issues: - abstract type AbstractMvNormal -> abstract type AbstractMvNormal{T}? (#1621)
Merged pull requests:
- Improve GammaIPSampler and GammaMTSampler (#1617) (@devmotion)
- Julia
Published by github-actions[bot] over 3 years ago
Distributions - v0.25.74
Distributions v0.25.74
Merged pull requests:
- Add init argument to Product logpdf (#1619) (@phipsgabler)
- CompatHelper: bump compat for GR to 0.68 for package docs, (keep existing compat) (#1620) (@github-actions[bot])
- Julia
Published by github-actions[bot] over 3 years ago
Distributions - v0.25.73
Distributions v0.25.73
Merged pull requests: - Use besselix instead of besseli for better numerical stability. (#1598) (@marcpabst)
- Julia
Published by github-actions[bot] over 3 years ago
Distributions - v0.25.72
Distributions v0.25.72
Closed issues:
- ForwardDiff of logpdf of NegativeBinomial gives wrong results for p==1 (#1582)
Merged pull requests:
- Improve the logpdf of NegativeBinomial (#1583) (@devmotion)
- CompatHelper: bump compat for GR to 0.67 for package docs, (keep existing compat) (#1618) (@github-actions[bot])
- Julia
Published by github-actions[bot] over 3 years ago
Distributions - v0.25.71
Distributions v0.25.71
Closed issues: - new versions available but cannot be upgraded because of other package (#1616)
Merged pull requests:
- Add cgf to documentation (#1612) (@devmotion)
- Docs: Creating matrix variate (#1613) (@mschauer)
- TDist: use one instead of 1 for type stability (#1614) (@nsajko)
- Julia
Published by github-actions[bot] over 3 years ago
Distributions - v0.25.70
Distributions v0.25.70
Merged pull requests: - Return -Inf in logpdf of LKJCholesky when out of support (#1610) (@mohamed82008)
- Julia
Published by github-actions[bot] over 3 years ago
Distributions - v0.25.69
Distributions v0.25.69
Merged pull requests: - add cgf (#1609) (@jw3126)
- Julia
Published by github-actions[bot] over 3 years ago
Distributions - v0.25.68
Distributions v0.25.68
Merged pull requests: - Bug fix for CF and MGF of discretenonparametric (#1606) (@trappmartin)
- Julia
Published by github-actions[bot] over 3 years ago
Distributions - v0.25.67
Distributions v0.25.67
Closed issues: - zero covariance multivariate distribution (#1602) - NegativeBinomial wrong mgf (#1603)
Merged pull requests: - Differentiation Dirichlet (#1534) (@matbesancon) - Refactor tests (second attempt) (#1584) (@simsurace) - Fix mini typos in docs (#1600) (@svilupp) - fix mgf of NegativeBinomial (#1604) (@jw3126)
- Julia
Published by github-actions[bot] over 3 years ago
Distributions - v0.25.66
Distributions v0.25.66
Closed issues:
- product_distribution deprecated? (#1589)
- Support for unitful parameters (#1592)
- Wrong definition of covariance matrix for MvNormal (#1595)
Merged pull requests:
- CompatHelper: bump compat for GR to 0.65 for package docs, (keep existing compat) (#1587) (@github-actions[bot])
- CompatHelper: bump compat for GR to 0.66 for package docs, (keep existing compat) (#1588) (@github-actions[bot])
- Fix deprecation of Product (#1590) (@devmotion)
- Julia
Published by github-actions[bot] over 3 years ago
Distributions - v0.25.65
Distributions v0.25.65
Closed issues: - fail to calculate quantile (#1567) - The test file test/betabinomial.jl is not included in runtests.jl (#1576)
Merged pull requests:
- Generalize Product (#1391) (@devmotion)
- Include and update tests for BetaBinomial (#1578) (@devmotion)
- Add rrule for logpdf of NegativeBinomial (completes #1568) (#1579) (@devmotion)
- speed up Semicirle sampling (#1580) (@jw3126)
- Update ksdist.jl (#1581) (@jw3126)
- Julia
Published by github-actions[bot] over 3 years ago
Distributions - v0.25.64
Distributions v0.25.64
Merged pull requests:
- Allow sampling NegativeBinomial for p==1 (#1575) (@simsurace)
- Julia
Published by github-actions[bot] over 3 years ago
Distributions - v0.25.63
Distributions v0.25.63
Closed issues: - Weird quantile failure for a Gamma distribution (#1510) - Docs not clear on usage of Poisson Object (#1564)
Merged pull requests:
- Add sentence about distribution objects (#1565) (@mschauer)
- Fix deprecations of dim (#1572) (@devmotion)
- Julia
Published by github-actions[bot] over 3 years ago
Distributions - v0.25.62
Distributions v0.25.62
Merged pull requests:
- Respect type of parameters in fit for Bernoulli, Binomial, and Uniform (#1558) (@devmotion)
- Julia
Published by github-actions[bot] over 3 years ago
Distributions - v0.25.61
Distributions v0.25.61
Merged pull requests: - Improve Bernoulli and Binomial (#1557) (@FedericoStra)
- Julia
Published by github-actions[bot] almost 4 years ago
Distributions - v0.25.60
Distributions v0.25.60
Closed issues: - Random sample from truncated Beta is not correct (#1548)
Merged pull requests:
- Do not include docstring for deprecated TruncatedNormal (#1547) (@devmotion)
- Fix sampling from truncated distribution with small mass (#1553) (@devmotion)
- Simplify implementation and tests in #1534 (#1555) (@devmotion)
- Julia
Published by github-actions[bot] almost 4 years ago
Distributions - v0.25.59
Distributions v0.25.59
Closed issues: - Fitting a DiscreteUniform distribution can silently return an incorrect answer (#1253) - Inverse of CDF (quantile) is very different from python output (#1531) - Add support for LogarithmicNumbers (also to SpecialFunctions and StatsFuns)? (#1545) - rand! with MultivariateNormal produces StackOverflowError (#1549)
Merged pull requests:
- Fix fitting Uniform with OffsetArrays (#1551) (@devmotion)
- Julia
Published by github-actions[bot] almost 4 years ago
Distributions - v0.25.58
Distributions v0.25.58
Merged pull requests:
- Add analytical formulas for KL of Binomial, NegativeBinomial, and Geometric (#1541) (@simsurace)
- Julia
Published by github-actions[bot] almost 4 years ago
Distributions - v0.25.57
Distributions v0.25.57
Merged pull requests: - CompatHelper: bump compat for StatsFuns to 1, (keep existing compat) (#1542) (@github-actions[bot])
- Julia
Published by github-actions[bot] almost 4 years ago
Distributions - v0.25.56
Distributions v0.25.56
Merged pull requests:
- Add analytical formula for KL between LogNormal, LogitNormal, and NormalCanon (#1539) (@simsurace)
- Julia
Published by github-actions[bot] almost 4 years ago
Distributions - v0.25.55
Distributions v0.25.55
Merged pull requests: - Add analytical formula for KL of two Chi's (#1538) (@simsurace)
- Julia
Published by github-actions[bot] almost 4 years ago
Distributions - v0.25.54
Distributions v0.25.54
Closed issues:
- Type instability whenever calling randexp (#1527)
- pdf on an array of values is ambiguous (#1528)
- Numerical inaccuracies when calling quantile on a MixtureModel with only one component with prior larger than zero leads to an assertion error (#1530)
Merged pull requests:
- Remove documentation for LocationScale (#1460) (@devmotion)
- Update types.md (#1533) (@daniel-frisch-kit)
- Fix typo in Poisson docstring (#1535) (@nalimilan)
- Add analytical formula for KL of two Laplace (#1537) (@simsurace)
- Julia
Published by github-actions[bot] almost 4 years ago
Distributions - v0.25.53
Distributions v0.25.53
Closed issues: - Support affine transformations with negative translations (#1518) - Quantile from Beta Distribution hangs for some values (#1522)
Merged pull requests:
- Add -(::MvNormal, ::AbstractVector) (#1525) (@devmotion)
- Julia
Published by github-actions[bot] almost 4 years ago
Distributions - v0.25.52
Distributions v0.25.52
Merged pull requests: - Fix Typo for Binomial API (#1519) (@khosravipasha) - Fix rand for Product(Fill(...)) distributions (#1521) (@chriselrod)
- Julia
Published by github-actions[bot] almost 4 years ago
Distributions - v0.25.51
Distributions v0.25.51
Closed issues:
- Convert does not respect type of Normal (#1485)
- Incorrect convert implementation for InverseGamma (#1514)
Merged pull requests:
- Fix and optimize convert (#1515) (@devmotion)
- Julia
Published by github-actions[bot] almost 4 years ago
Distributions - v0.25.50
Distributions v0.25.50
Closed issues: - Support for StaticArrays with MvNormal (#1495)
Merged pull requests: - Support MvNormal holding Symmetric{<:Real,<:Diagonal} or Hermitian (#1517) (@chriselrod)
- Julia
Published by github-actions[bot] almost 4 years ago
Distributions - v0.25.49
Distributions v0.25.49
Merged pull requests: - CompatHelper: bump compat for FillArrays to 0.13, (keep existing compat) (#1507) (@github-actions[bot]) - CompatHelper: bump compat for GR to 0.64 for package docs, (keep existing compat) (#1508) (@github-actions[bot])
- Julia
Published by github-actions[bot] about 4 years ago
Distributions - v0.25.48
Distributions v0.25.48
Closed issues: - Sampling from truncated mixture model results in an error (#1501)
Merged pull requests:
- Fix quantile_bisect with single point in bracketing interval (#1505) (@devmotion)
- Julia
Published by github-actions[bot] about 4 years ago
Distributions - v0.25.47
Distributions v0.25.47
Closed issues: - No bounds checking in Chi distribution (#1497)
Merged pull requests: - Fix Chi pdf for x < 0 (#1498) (@pdeffebach)
- Julia
Published by github-actions[bot] about 4 years ago
Distributions - v0.25.46
Distributions v0.25.46
Merged pull requests:
- Use Julia implementations of normpdf etc. in StatsFuns (#1487) (@devmotion)
- Julia
Published by github-actions[bot] about 4 years ago
Distributions - v0.25.45
Distributions v0.25.45
Closed issues: - Constructing a censored distribution (#1468)
Merged pull requests: - Add Censored distribution (#1470) (@sethaxen)
- Julia
Published by github-actions[bot] about 4 years ago
Distributions - v0.25.44
Distributions v0.25.44
Merged pull requests: - Explicitly ignore derivatives of argument checks (#1492) (@devmotion)
- Julia
Published by github-actions[bot] about 4 years ago
Distributions - v0.25.43
Distributions v0.25.43
Merged pull requests:
- Revert deprecations of truncated (#1496) (@devmotion)
- Julia
Published by github-actions[bot] about 4 years ago
Distributions - v0.25.42
Distributions v0.25.42
Closed issues: - Supporting partially truncated distributions (#1488)
Merged pull requests: - Allow specifying non-existant bounds to truncated using nothing (#1489) (@sethaxen) - Build docs better on local machine (#1494) (@sethaxen)
- Julia
Published by github-actions[bot] about 4 years ago
Distributions - v0.25.41
Distributions v0.25.41
Closed issues: - Add confidence interval function (#1481)
Merged pull requests:
- Add ChainRules derivatives for logpdf(::Uniform, x) (#1459) (@devmotion)
- Typo: relation ship -> relationship (#1486) (@likanzhan)
- Julia
Published by github-actions[bot] about 4 years ago
Distributions - v0.25.40
Distributions v0.25.40
Closed issues: - Warnings in latest release? (#1479)
Merged pull requests:
- Fix constructors of InverseGaussian and Levy (#1480) (@devmotion)
- Julia
Published by github-actions[bot] about 4 years ago
Distributions - v0.25.39
Distributions v0.25.39
Closed issues: - InverseGamma constructor does not work with integer values and check_args = false (#1471) - Turing sampler hangs on Distributions 0.25.38 (#1476) - Quantile of Poisson raises error (#1477)
Merged pull requests:
- Use check_args keyword argument consistently (#1472) (@devmotion)
- Julia
Published by github-actions[bot] about 4 years ago
Distributions - v0.25.38
Distributions v0.25.38
Closed issues: - Unable to sample from VonMisesFisher (#1464) - Median and quantile inconsistent for DiscreteUniform (#1474)
Merged pull requests:
- Rename LocationScale (#1453) (@ParadaCarleton)
- CompatHelper: bump compat for GR to 0.63 for package docs, (keep existing compat) (#1458) (@github-actions[bot])
- fix typo in docs of truncated (#1469) (@mschauer)
- Clarify definition of the median (#1473) (@mschauer)
- Bug fixes of DiscreteUniform (#1475) (@devmotion)
- Julia
Published by github-actions[bot] about 4 years ago
Distributions - v0.25.37
Distributions v0.25.37
Merged pull requests:
- Add affine transformations of Normal, NormalCanon, Laplace, Cauchy, and Uniform (#1407) (@devmotion)
- Julia
Published by github-actions[bot] about 4 years ago
Distributions - v0.25.36
Distributions v0.25.36
Closed issues: - use gamma(x+1), not factorial(x), for non-integer x (#1436)
Merged pull requests: - CompatHelper: bump compat for SpecialFunctions to 2, (keep existing compat) (#1434) (@github-actions[bot])
- Julia
Published by github-actions[bot] about 4 years ago
Distributions - v0.25.35
Distributions v0.25.35
Closed issues: - Was v0.25.34 a breaking release? (#1447)
Merged pull requests:
- Fix deprecations and test errors on Julia 1.7 (#1448) (@devmotion)
- Simplify and document convolve (#1452) (@devmotion)
- Julia
Published by github-actions[bot] about 4 years ago
Distributions - v0.25.34
Distributions v0.25.34
Merged pull requests: - Remove some utilities and use external functions (#1425) (@devmotion) - Add skewed exponential power distribution (#1435) (@lukketotte)
- Julia
Published by github-actions[bot] over 4 years ago
Distributions - v0.25.33
Distributions v0.25.33
Closed issues:
- Proposal to remove "syntactic sugar" that overloads * and / for univariate distributions (#1438)
Merged pull requests: - Generalize (log)pdf, rand(!), and MatrixReshaped (#1437) (@devmotion) - Add integration tests (#1439) (@devmotion)
- Julia
Published by github-actions[bot] over 4 years ago
Distributions - v0.25.32
Distributions v0.25.32
Closed issues:
- cdf returns negative zero (#1371)
- Generalized Pareto Distribution Fitting (#1431)
- rand!(<:AbstractVector,<:Product) produces a StackOverflowError (#1432)
Merged pull requests: - Make symbols in deprecation warnings more explicit (#1428) (@rikhuijzer) - Fix Wishart and MvNormal bugs (#1429) (@devmotion) - Rayleigh cdf always nonnegative (#1430) (@aplavin)
- Julia
Published by github-actions[bot] over 4 years ago
Distributions - v0.25.31
Distributions v0.25.31
Merged pull requests: - Fix precondition for dirichlet_mode (#1426) (@siddharthab)
- Julia
Published by github-actions[bot] over 4 years ago
Distributions - v0.25.30
Distributions v0.25.30
Merged pull requests:
- Change order of arguments in expectation (#1420) (@devmotion)
- Support DensityInterface v0.4 (#1427) (@oschulz)
- Julia
Published by github-actions[bot] over 4 years ago
Distributions - v0.25.29
Distributions v0.25.29
Merged pull requests: - add entropy(::LogUniform) (#1421) (@jw3126)
- Julia
Published by github-actions[bot] over 4 years ago
Distributions - v0.25.28
Distributions v0.25.28
Closed issues: - A Log Uniform distribution (#1315)
Merged pull requests: - add LogUniform (#1349) (@jw3126)
- Julia
Published by github-actions[bot] over 4 years ago
Distributions - v0.25.27
Distributions v0.25.27
Merged pull requests:
- Remove truncated(d, ::Integer, ::Integer) (#1419) (@devmotion)
- Julia
Published by github-actions[bot] over 4 years ago
Distributions - v0.25.26
Distributions v0.25.26
Merged pull requests: - MvNormal Test Suite inside src (#1418) (@willtebbutt)
- Julia
Published by github-actions[bot] over 4 years ago
Distributions - v0.25.25
Distributions v0.25.25
Closed issues: - Add log-uniform distribution? (#1417)
Merged pull requests: - Support DensityInterface API (#1416) (@oschulz)
- Julia
Published by github-actions[bot] over 4 years ago
Distributions - v0.25.24
Distributions v0.25.24
Merged pull requests: - CompatHelper: bump compat for GR to 0.62 for package docs, (keep existing compat) (#1412) (@github-actions[bot]) - Analytic KL divergences (#1414) (@theogf)
- Julia
Published by github-actions[bot] over 4 years ago
Distributions - v0.25.23
Distributions v0.25.23
Closed issues: - No gradlogpdf() implementation for Uniform (#1050)
Merged pull requests: - Add gradlogpdf to Uniform (#1133) (@briochemc)
- Julia
Published by github-actions[bot] over 4 years ago
Distributions - v0.25.22
Distributions v0.25.22
Merged pull requests:
- Remove warning in constructor of Wishart (#1410) (@devmotion)
- Julia
Published by github-actions[bot] over 4 years ago
Distributions - v0.25.21
Distributions v0.25.21
Closed issues: - Cannot take multiple samples from Categorical unless parameter is of type Vector{Float64} (#567) - Inconsistent handling of endpoints in truncated distributions (#632) - Visualizations of distributions in documentation (#1064) - Discrete distributions CDF does not support Inf input (#1073) - Add LKJ distribution for cholesky factor of correlation matrix (#1336) - sampletype of Uniform (#1406)
Merged pull requests:
- Improve pdf, logpdf, cdf, and ccdf of Uniform (#1411) (@devmotion)
- Julia
Published by github-actions[bot] over 4 years ago