Releases: JuliaStats/Distributions.jl
Releases · JuliaStats/Distributions.jl
v0.25.113
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:
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)
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)
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
andccdf
ofTruncated
(#1865) (@devmotion)
Closed issues:
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 fromBeta
(#1830) - Infinite loop for quantile of InverseGaussian for specific value (#1833)
v0.25.107
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)
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:
v0.25.104
Distributions v0.25.104
Merged pull requests:
- Fix method ambiguities & unbound parameters + add Aqua tests (#1804) (@devmotion)
Closed issues: