Skip to content

Releases: JuliaStats/StatsFuns.jl

v0.9.17

03 Apr 20:58
4451970
Compare
Choose a tag to compare

StatsFuns v0.9.17

Diff since v0.9.16

Closed issues:

  • fdistccdf errors instead of returning 0.0 (#134)
  • return type of lstirling_asym(x::Float32) is inconsistent. (#140)

Merged pull requests:

  • Consistent return type from lstirling_asym(x::Float32) (#141) (@dmbates)

v0.9.16

18 Feb 14:38
7185ee5
Compare
Choose a tag to compare

StatsFuns v0.9.16

Diff since v0.9.15

Closed issues:

  • Is tvpack.jl still needed? (#43)
  • Tests fail on 0.7-beta due to digamma not being defined? (#49)

Merged pull requests:

  • include tvpack.jl with bivariate normal cdf (#67) (@magerton)
  • Use julia implementations for pdfs and some cdf-like functions (#113) (@andreasnoack)

v0.9.15

24 Jan 22:15
13e231a
Compare
Choose a tag to compare

StatsFuns v0.9.15

Diff since v0.9.14

Merged pull requests:

v0.9.14

23 Nov 13:08
8c9974f
Compare
Choose a tag to compare

StatsFuns v0.9.14

Diff since v0.9.13

Merged pull requests:

  • CompatHelper: bump compat for SpecialFunctions to 2, (keep existing compat) (#131) (@github-actions[bot])

v0.9.13

10 Nov 23:34
7f45786
Compare
Choose a tag to compare

StatsFuns v0.9.13

Diff since v0.9.12

Merged pull requests:

  • Support InverseFunctions where applicable (#130) (@oschulz)

v0.9.12

29 Sep 09:11
f13b618
Compare
Choose a tag to compare

StatsFuns v0.9.12

Diff since v0.9.11

Closed issues:

  • Rational param breaks Binomial CDF (#98)
  • R functions do not respect support accurately enough (#115)

Merged pull requests:

  • Ensure that binomlogpdf returns non-positive values, t distributions with infinite parameter are supported, and add integration tests (#126) (@devmotion)
  • Add tests for support of binomial distribution (#127) (@devmotion)

v0.9.11

28 Sep 12:22
53e8888
Compare
Choose a tag to compare

StatsFuns v0.9.11

Diff since v0.9.10

Merged pull requests:

  • Allow Real arguments in R functions and use Julia implementations only (#125) (@devmotion)

v0.9.10

30 Aug 07:56
fe65c00
Compare
Choose a tag to compare

StatsFuns v0.9.10

Diff since v0.9.9

Merged pull requests:

v0.9.9

13 Aug 12:49
7a6dc09
Compare
Choose a tag to compare

StatsFuns v0.9.9

Diff since v0.9.8

Closed issues:

  • Should betalogpdf return -Inf outside the unit interval instead of throwing an error? (#116)
  • Use IrrationalConstants as a dependency (#121)

Merged pull requests:

v0.9.8

19 Apr 16:00
56322bb
Compare
Choose a tag to compare

StatsFuns v0.9.8

Diff since v0.9.7

Closed issues:

  • RFC: move log/exp variants to a separate package (#46)
  • Error finding gradient of poislogpdf (#60)
  • logsumexp over matrix of infinities outputs NaN (#100)

Merged pull requests: