QuadGK.jl Versions Save

adaptive 1d numerical Gauss–Kronrod integration in Julia

v2.9.4

4 months ago

QuadGK v2.9.4

Diff since v2.9.3

Merged pull requests:

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

v2.9.3

4 months ago

QuadGK v2.9.3

Diff since v2.9.2

Merged pull requests:

  • fix empty intervals (#98) (@stevengj)

Closed issues:

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

v2.9.2

4 months ago

QuadGK v2.9.2

Diff since v2.9.1

Merged pull requests:

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

v2.9.1

7 months ago

QuadGK v2.9.1

Diff since v2.9.0

Merged pull requests:

  • handle integrands <: AbstractVector (#90) (@stevengj)

Closed issues:

v2.9.0

7 months ago

QuadGK v2.9.0

Diff since v2.8.2

Merged pull requests:

  • enable dependabot for GitHub actions (#75) (@ranocha)
  • Bump actions/checkout from 2 to 3 (#76) (@dependabot[bot])
  • Bump actions/cache from 1 to 3 (#77) (@dependabot[bot])
  • Bump codecov/codecov-action from 1 to 3 (#78) (@dependabot[bot])
  • Parallelization of integrand evaluations (#80) (@lxvm)
  • Gauss–Kronrod weights for arbitrary weight functions (#83) (@stevengj)
  • ensure int keys in rulecache (#84) (@stevengj)
  • don't over-promote weighted-Gauss type to Float64 (#85) (@stevengj)
  • Bump actions/checkout from 3 to 4 (#87) (@dependabot[bot])

Closed issues:

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

v2.8.2

1 year ago

QuadGK v2.8.2

Diff since v2.8.1

Closed issues:

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

Merged pull requests:

  • Update adapt.jl (#74) (@Hmegh)

v2.8.1

1 year ago

QuadGK v2.8.1

Diff since v2.8.0

Closed issues:

  • order=1 seems børked (#66)

Merged pull requests:

  • order=1 bugfix (#71) (@stevengj)
  • move more README materials to manual (#72) (@stevengj)

v2.8.0

1 year ago

QuadGK v2.8.0

Diff since v2.7.0

Closed issues:

  • Documentation suggestion (#54)
  • contour integration (#67)
  • documentation build is failing (#70)

Merged pull requests:

  • add tutorial examples, and quadgk_count and quadgk_print (#68) (@stevengj)
  • add doc-build action (#69) (@stevengj)

v2.7.0

1 year ago

QuadGK v2.7.0

Diff since v2.6.0

Closed issues:

  • Inplace method not callable with Inf (#50)
  • Possible regression using quadgk function and Unitful limits (#63)
  • unitful infinite bounds (#64)

Merged pull requests:

  • Inplace method with Inf domain (#62) (@jaemolihm)
  • handle unitful infinite arguments (#65) (@stevengj)

v2.6.0

1 year ago

QuadGK v2.6.0

Diff since v2.5.0

Merged pull requests:

  • Duals in the boundary values: avoid infinite recursion (#61) (@ChrisRackauckas)