Releases: JuliaMath/Quadmath.jl
Releases · JuliaMath/Quadmath.jl
v1.0.1
Quadmath v1.0.1
No breaking changes, but package deemed stable enough for v1.x
Bug fixes
- rounding and conversion (#102)
Miscellaneous
- code cleanup
- modernized infrastructure
Merged pull requests:
- Switch Requires.jl to weakdep (#88) (@oscardssmith)
- README: Fix the CI status badge (#89) (@DilumAluthge)
- Fix the formatting of the
Project.tomlfile (#91) (@DilumAluthge) - cleanups (#92) (@oscardssmith)
- Bump actions/checkout from 4 to 5 (#96) (@dependabot[bot])
- Bump actions/checkout from 5 to 6 (#98) (@dependabot[bot])
- Clarify ARM support limitation in README (#99) (@PallHaraldsson)
- Bump julia-actions/cache from 2 to 3 (#101) (@dependabot[bot])
- Fix some rounding and conversion problems (#102) (@RalphAS)
- fixes -0.0, better rounding tests (#103) (@JeffreySarnoff)
Closed issues:
v0.5.13
v0.5.12
Quadmath v0.5.12
Merged pull requests:
- silence 1.12 warnings (#80) (@araujoms)
- add definitions for missing base/float.jl methods (#82) (@dzhang314)
- Bump version from
0.5.11to0.5.12(#86) (@DilumAluthge)
Closed issues:
Base.uinttype,Base.exponent_bias, andBase.significand_bitsare undefined forFloat128(#81)
v0.5.11
Quadmath v0.5.11
Merged pull requests:
- Fix bigfloat conversion for Julia v1.12 (#75) (@RalphAS)
- switch CI action to julia-cache (#76) (@RalphAS)
- Bump julia-actions/cache from 1 to 2 (#77) (@dependabot[bot])
- Bump codecov/codecov-action from 4 to 5 (#78) (@dependabot[bot])
- release 0.5.11 (#79) (@KristofferC)
v0.5.10
Quadmath v0.5.10
Merged pull requests:
- Bump actions/checkout from 3 to 4 (#67) (@dependabot[bot])
- Bump actions/cache from 3 to 4 (#68) (@dependabot[bot])
- Bump codecov/codecov-action from 3 to 4 (#69) (@dependabot[bot])
- update version for CI; add compat bounds to Project.toml (#70) (@RalphAS)
- add logabsgamma (#72) (@araujoms)
- Bump julia-actions/setup-julia from 1 to 2 (#73) (@dependabot[bot])
- release 0.5.10 (#74) (@RalphAS)
Closed issues:
- Cannot compute incomplete gamma function for some arguments (#71)
v0.5.9
v0.5.8
Quadmath v0.5.8
Closed issues:
- The macro @assume_effects is no longer defined (#60)
- Method ambiguities of
Float128constructor suggested by Aqua.jl (#61)
Merged pull requests:
- Simplify library logic on MacOS (#59) (@simonbyrne)
- remove default constructor, fix ambiguities (#62) (@simonbyrne)
v0.5.7
Quadmath v0.5.7
Closed issues:
- Promotions of Float64->Float128 fail on some macOS systems (#57)
Merged pull requests:
- @assume_effects :foldable for all the ccalls (#56) (@oscardssmith)
- Get some symbols from libgcc so it works on nightly (#58) (@gbaraldi)