Distributions.jl Versions Save

A Julia package for probability distributions and associated functions.

v0.25.98

11 months ago

Distributions v0.25.98

Diff since v0.25.97

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)

v0.25.97

11 months ago

Distributions v0.25.97

Diff since v0.25.96

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)

v0.25.96

11 months ago

Distributions v0.25.96

Diff since v0.25.95

Merged pull requests:

  • GeneralizedPareto improvement (#1466) (@ParadaCarleton)
  • Fix Wrong quantiles calculated for some Truncated #1726 (#1727) (@waldie11)
  • Fix typo (#1729) (@pitmonticone)

v0.25.95

1 year ago

Distributions v0.25.95

Diff since v0.25.94

Merged pull requests:

  • Improve accuracy of logdiffcdf(::Normal, x, y) (#1728) (@devmotion)

v0.25.94

1 year ago

Distributions v0.25.94

Diff since v0.25.93

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)

v0.25.93

1 year ago

Distributions v0.25.93

Diff since v0.25.92

Merged pull requests:

  • Fix inference failures (#1722) (@devmotion)

v0.25.92

1 year ago

Distributions v0.25.92

Diff since v0.25.91

Merged pull requests:

  • Store nothing bounds in Truncated (#1720) (@devmotion)

v0.25.91

1 year ago

Distributions v0.25.91

Diff since v0.25.90

Merged pull requests:

  • Add the Johnson's S_U-distribution (continued) (#1690) (@Yuan-Ru-Lin)
  • Improve type stability for truncated normal moments (#1717) (@ararslan)

v0.25.90

1 year ago

Distributions v0.25.90

Diff since v0.25.89

Closed issues:

  • categorical rand can be 250x faster (#1718)

Merged pull requests:

  • Implement StatsAPI.pvalue (#1719) (@devmotion)

v0.25.89

1 year ago

Distributions v0.25.89

Diff since v0.25.88

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)