Skip to content

Releases: JuliaMath/QuadGK.jl

v2.11.1

18 Sep 12:20
e88be90
Compare
Choose a tag to compare

QuadGK v2.11.1

Diff since v2.11.0

Merged pull requests:

v2.11.0

31 Aug 18:53
1fa3011
Compare
Choose a tag to compare

QuadGK v2.11.0

Diff since v2.10.1

  • gauss speedups for symmetric rules (#113)
  • add reverse rules to make quadgk differentiable by Enzyme (#110), though Enzyme.jl#1692 needs to be fixed for this to be fully usable
  • thread safety (#116)

Merged pull requests:

  • Add Enzyme reverse rules (#110) (@wsmoses)
  • speedup gauss for symmetric rules (#113) (@stevengj)
  • CompatHelper: add new compat entry for Enzyme in [weakdeps] at version 0.12, (keep existing compat) (#114) (@github-actions[bot])
  • add Enzyme to "extras" for testing, docs (#115) (@stevengj)
  • make quadgk thread-safe (#116) (@stevengj)

v2.10.1

27 Jul 13:58
62eabae
Compare
Choose a tag to compare

QuadGK v2.10.1

Diff since v2.10.0

Merged pull requests:

  • omit pointless extra Newton iteration for λ (#112) (@stevengj)

v2.10.0

26 Jul 20:37
2e6fc15
Compare
Choose a tag to compare

QuadGK v2.10.0

Diff since v2.9.4

Merged pull requests:

Closed issues:

  • spurious underflow in kronrod for large n (#93)
  • confusion in kronrod() documentation? (#106)
  • gauss incorrect for large n (#109)

v2.9.4

13 Jan 19:14
399de0f
Compare
Choose a tag to compare

QuadGK v2.9.4

Diff since v2.9.3

Merged pull requests:

  • allow endpoints evaluation for tiny initial intervals (#99) (@stevengj)

v2.9.3

12 Jan 00:36
135432c
Compare
Choose a tag to compare

QuadGK v2.9.3

Diff since v2.9.2

Merged pull requests:

Closed issues:

  • quadgk with identical lower and upper bound is broken (#97)

v2.9.2

11 Jan 21:48
1e5e520
Compare
Choose a tag to compare

QuadGK v2.9.2

Diff since v2.9.1

Merged pull requests:

  • avoid integrand evaluations at endpoints (#91) (@lxvm)

v2.9.1

23 Sep 16:48
10bc1a1
Compare
Choose a tag to compare

QuadGK v2.9.1

Diff since v2.9.0

Merged pull requests:

Closed issues:

  • Regression with QuadGK@2.9 (#89)

v2.9.0

20 Sep 19:08
c1cea2e
Compare
Choose a tag to compare

QuadGK v2.9.0

Diff since v2.8.2

Merged pull requests:

Closed issues:

  • Can not catch a JuliaError caused by function blowing up to infinity (#81)
  • No cachedrule for DynamicQuantities types (#88)

v2.8.2

13 Mar 21:43
f1d5455
Compare
Choose a tag to compare

QuadGK v2.8.2

Diff since v2.8.1

Closed issues:

  • stack overflow for integrating other Number types (#13)

Merged pull requests: