Recent Releases of QuadGK

QuadGK - v2.11.2

QuadGK v2.11.2

Diff since v2.11.1

Merged pull requests: - fix test for Julia 1.11 (#125) (@stevengj)

Closed issues: - Near singular integral with complex values (#123)

- Julia
Published by github-actions[bot] over 1 year ago

QuadGK - v2.11.1

QuadGK v2.11.1

Diff since v2.11.0

Merged pull requests: - Adapt to Enzyme breaking change (#118) (@wsmoses) - Fix in-place broadcast fusion in evalrule (#121) (@danielwe)

- Julia
Published by github-actions[bot] almost 2 years ago

QuadGK - v2.11.0

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)

- Julia
Published by github-actions[bot] almost 2 years ago

QuadGK - v2.10.1

QuadGK v2.10.1

Diff since v2.10.0

Merged pull requests: - omit pointless extra Newton iteration for λ (#112) (@stevengj)

- Julia
Published by github-actions[bot] almost 2 years ago

QuadGK - v2.10.0

QuadGK v2.10.0

Diff since v2.9.4

Merged pull requests: - Create Invalidations.yml (#60) (@ranocha) - fix spurious underflow in kronrod (#94) (@stevengj) - Bump actions/cache from 3 to 4 (#100) (@dependabot[bot]) - [CI] Some improvements (#101) (@giordano) - Bump codecov/codecov-action from 3 to 4 (#102) (@dependabot[bot]) - Bump julia-actions/setup-julia from 1 to 2 (#103) (@dependabot[bot]) - Add language tags to code samples (#104) (@abhro) - Bump julia-actions/cache from 1 to 2 (#105) (@dependabot[bot]) - rename gw -> wg (#107) (@stevengj) - add evalsegbuf and quadgksegbuf options (#108) (@stevengj) - bugfix in gauss for large n (#111) (@stevengj)

Closed issues: - spurious underflow in kronrod for large n (#93) - confusion in kronrod() documentation? (#106) - gauss incorrect for large n (#109)

- Julia
Published by github-actions[bot] almost 2 years ago

QuadGK - v2.9.4

QuadGK v2.9.4

Diff since v2.9.3

Merged pull requests: - allow endpoints evaluation for tiny initial intervals (#99) (@stevengj)

- Julia
Published by github-actions[bot] over 2 years ago

QuadGK - v2.9.3

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)

- Julia
Published by github-actions[bot] over 2 years ago

QuadGK - v2.9.2

QuadGK v2.9.2

Diff since v2.9.1

Merged pull requests: - avoid integrand evaluations at endpoints (#91) (@lxvm)

- Julia
Published by github-actions[bot] over 2 years ago

QuadGK - v2.9.1

QuadGK v2.9.1

Diff since v2.9.0

Merged pull requests: - handle integrands <: AbstractVector (#90) (@stevengj)

Closed issues: - Regression with QuadGK@2.9 (#89)

- Julia
Published by github-actions[bot] almost 3 years ago

QuadGK - v2.9.0

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)

- Julia
Published by github-actions[bot] almost 3 years ago

QuadGK - v2.8.2

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)

- Julia
Published by github-actions[bot] over 3 years ago

QuadGK - v2.8.1

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)

- Julia
Published by github-actions[bot] over 3 years ago

QuadGK - v2.8.0

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 quadgkcount and quadgkprint (#68) (@stevengj) - add doc-build action (#69) (@stevengj)

- Julia
Published by github-actions[bot] over 3 years ago

QuadGK - v2.7.0

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)

- Julia
Published by github-actions[bot] over 3 years ago

QuadGK - v2.6.0

QuadGK v2.6.0

Diff since v2.5.0

Merged pull requests: - Duals in the boundary values: avoid infinite recursion (#61) (@ChrisRackauckas)

- Julia
Published by github-actions[bot] over 3 years ago

QuadGK - v2.5.0

QuadGK v2.5.0

Diff since v2.4.2

Closed issues: - Quadrature points and weights in the intervals [0, Inf] and -Inf, +Inf - AD compatibility (#56) - How to cite QuadGK (#57)

Merged pull requests: - Allow passing preallocated segsbuf for alloc reuse (#59) (@frankier)

- Julia
Published by github-actions[bot] almost 4 years ago

QuadGK - v2.4.2

QuadGK v2.4.2

Diff since v2.4.1

Merged pull requests: - MassInstallAction: Install the CI workflow on this repository (#51) (@timholy)

- Julia
Published by github-actions[bot] almost 5 years ago

QuadGK - v2.4.1

QuadGK v2.4.1

Diff since v2.4.0

Closed issues: - Add support for DataStructures 0.18 (#47)

Merged pull requests: - Add CompatHelper (#48) (@giordano) - Some changes to CI (#49) (@giordano)

- Julia
Published by github-actions[bot] almost 6 years ago

QuadGK - v2.4.0

QuadGK v2.4.0

Diff since v2.3.1

Closed issues: - In-place quadgk (#12)

Merged pull requests: - Install TagBot as a GitHub Action (#43) (@JuliaTagBot) - quadgk! function for more in-place operation on array-valued integrands (#45) (@stevengj)

- Julia
Published by github-actions[bot] almost 6 years ago

QuadGK - v2.3.1

v2.3.1 (2019-12-11)

Diff since v2.3.0

- Julia
Published by julia-tagbot[bot] over 6 years ago

QuadGK - v2.3.0

v2.3.0 (2019-12-10)

Diff since v2.2.0

Merged pull requests:

  • more accurate weighted gauss via chebyshev (#42) (stevengj)

- Julia
Published by julia-tagbot[bot] over 6 years ago

QuadGK - v2.2.0

v2.2.0 (2019-12-05)

Diff since v2.1.1

Merged pull requests:

  • add gauss function for general weight functions (#41) (stevengj)

- Julia
Published by julia-tagbot[bot] over 6 years ago

QuadGK - v2.1.1

v2.1.1 (2019-11-04)

Diff since v2.1.0

Closed issues:

  • quadgk holds DataStructures.jl to v0.15 (#39)
  • Incorrect results (#37)

Merged pull requests:

  • Add 0.17 as a compatible version for DataStructures (#40) (neversakura)

- Julia
Published by julia-tagbot[bot] over 6 years ago

QuadGK - v2.1.0

v2.1.0 (2019-06-27)

Diff since v2.0.4

Closed issues:

  • ERROR: LoadError: DomainError with 0.5: integrand produced NaN in the interval (0.0, 1.0) (#30)
  • rulekey internal function undocumented and type unstable (#20)
  • Parametrize I and E types (#19)
  • Type unstable? (#15)

Merged pull requests:

  • type stability (#36) (stevengj)
  • split QuadGK.jl into three files (#35) (stevengj)

- Julia
Published by julia-tagbot[bot] about 7 years ago

QuadGK - v2.0.4

Commits

  • Add Travis CI for Julia 1.0 and 1.1. (8025efe)
  • Implement float(::MockQuantity) since norm calls float on Julia 1.2. (b73df7d)
  • Replace REQUIRE with Project.toml. (fbcc4b4)
  • add quick start to README (e4218d4)
  • clarify relationship to FastGaussQuadrature (19beba6)
  • rm broken badges (3ac460f)

Merged PRs

  • #34 (81cad56)

This changelog was automatically generated, and might contain inaccuracies.

- Julia
Published by julia-tagbot[bot] about 7 years ago

QuadGK - v2.0.3

- Julia
Published by ararslan over 7 years ago

QuadGK - v2.0.2

- Julia
Published by ararslan almost 8 years ago

QuadGK - v2.0.1

fix precompile deprecation on 1.0

- Julia
Published by stevengj almost 8 years ago

QuadGK - v0.3.0

API change of reltol/abstol to rtol/atol on the Julia 0.6 branch, for consistency with v1.0.0 on the master (Julia 0.7) branch.

- Julia
Published by stevengj almost 8 years ago

QuadGK - v2.0.0

Renamed reltol and abstol to rtol and atol for consistency with Base.isapprox; since this changes the API in a backward-incompatible way (though there is a deprecation for the old API), a major version bump is required.

- Julia
Published by stevengj almost 8 years ago

QuadGK - v1.0.0

Drop Julia 0.6 compatibility going forward.

- Julia
Published by stevengj almost 8 years ago

QuadGK - v0.2.1

- Julia
Published by ararslan over 8 years ago

QuadGK -

- Julia
Published by ararslan over 8 years ago

QuadGK -

- Julia
Published by ararslan almost 9 years ago

QuadGK -

Reenables support for Julia 0.4 (to be removed in a subsequent release)

- Julia
Published by ararslan about 9 years ago

QuadGK - v0.1.1

Adds a dependency on DataStructures.jl, since the Collections module upon which this initially depended has been removed in Julia 0.6.

- Julia
Published by ararslan over 9 years ago

QuadGK - v0.1.0

Initial release

- Julia
Published by ararslan over 9 years ago