Releases: JuliaMath/QuadGK.jl
Releases · JuliaMath/QuadGK.jl
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)
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:
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
This changelog was automatically generated, and might contain inaccuracies.
v2.0.3
Do not accidentally convert numeric type to Float64 (#33)
* Do not accidentally convert numeric type to Float64
* Update Float32 test
Co-Authored-By: daanhb <[email protected]>
v2.0.2
add Pkg3 configs & fix DomainError for v1.0 (#28)
* add Pkg3 configs & fix DomainError for v1.0
* remove Manifest
* remove 1.0
* remove 0.6 & add msg
v2.0.1
fix precompile deprecation on 1.0
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.
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.
v1.0.0
Drop Julia 0.6 compatibility going forward.