Releases: JuliaMath/QuadGK.jl
Releases · JuliaMath/QuadGK.jl
v2.11.1
v2.11.0
QuadGK v2.11.0
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
QuadGK v2.10.1
Merged pull requests:
v2.10.0
QuadGK v2.10.0
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 eval_segbuf and quadgk_segbuf options (#108) (@stevengj)
- bugfix in gauss for large n (#111) (@stevengj)
Closed issues:
v2.9.4
QuadGK v2.9.4
Merged pull requests:
v2.9.3
QuadGK v2.9.3
Merged pull requests:
Closed issues:
- quadgk with identical lower and upper bound is broken (#97)
v2.9.2
QuadGK v2.9.2
Merged pull requests:
v2.9.1
v2.9.0
QuadGK v2.9.0
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:
v2.8.2
QuadGK v2.8.2
Closed issues:
- stack overflow for integrating other Number types (#13)
Merged pull requests: