Skip to content

Releases: JuliaStats/StatsFuns.jl

v2.2.0

Choose a tag to compare

@github-actions github-actions released this 18 Jun 20:48
5568af3

StatsFuns v2.2.0

Diff since v2.1.0

Merged pull requests:

Closed issues:

  • Feature request: Owen's t function (#99)

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 08 Jun 08:09
f8d7f5b

StatsFuns v2.1.0

Diff since v2.0.1

Merged pull requests:

  • CompatHelper: bump compat for LogExpFunctions to 1, (keep existing compat) (#212) (@github-actions[bot])

v2.0.1

Choose a tag to compare

@github-actions github-actions released this 03 Jun 16:11
21903f7

StatsFuns v2.0.1

Diff since v2.0.0

Merged pull requests:

  • Fix srdist by passing nranges=1 to Rmath.ptukey/qtukey (#211) (@devmotion)

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 28 May 06:43
53dc188

StatsFuns v2.0.0

Diff since v1.5.2

Breaking changes

  • Technically none but in practice breaks some existing releases of Distributions that access StatsFuns.RFunctions and the Rmath-based sampling methods in this submodule: The submodule and the sampling methods are removed (#188)

Merged pull requests:

v1.5.2

Choose a tag to compare

@github-actions github-actions released this 22 Oct 22:06
814aa47

StatsFuns v1.5.2

Diff since v1.5.1

Merged pull requests:

v1.5.1

Choose a tag to compare

@github-actions github-actions released this 21 Oct 18:19
66d84a3

StatsFuns v1.5.1

Diff since v1.5.0

Merged pull requests:

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 28 Apr 06:20
d2c6983

StatsFuns v1.5.0

Diff since v1.4.0

Merged pull requests:

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 01 Apr 10:30
88d5dd1

StatsFuns v1.4.0

Diff since v1.3.2

Merged pull requests:

v1.3.2

Choose a tag to compare

@github-actions github-actions released this 12 Sep 12:08
bf95228

StatsFuns v1.3.2

Diff since v1.3.1

Merged pull requests:

  • Remove code for unsupported Julia versions (#155) (@devmotion)
  • Update GH actions and add dependabot (#168) (@devmotion)
  • CompatHelper: bump compat for Rmath to 0.8, (keep existing compat) (#171) (@github-actions[bot])

v1.3.1

Choose a tag to compare

@github-actions github-actions released this 15 Feb 13:08
5e866ba

StatsFuns v1.3.1

Diff since v1.3.0

Merged pull requests:

Closed issues:

  • Gamma PDF throwing NaN for very small scale parameter (#162)