Releases: JuliaIntervals/ValidatedNumerics.jl
Releases · JuliaIntervals/ValidatedNumerics.jl
v0.12.1
ValidatedNumerics v0.12.1
Merged pull requests:
- Resolve compat issues for m1 macs (#294) (@iliailmer)
v0.12.0
ValidatedNumerics v0.12.0
Merged pull requests:
- Update to Julia 1.0 (#287) (@dpsanders)
- update package (#289) (@lucaferranti)
Drop support for Julia 0.6
Now fully compatible with Julia 1.0.
cc @lbenet
Drop support for Julia 0.5. Last version compatible with Julia 0.6
Make ValidatedNumerics a meta-package
It now just reexports the other relevant JuliaIntervals packages; see README.md.
Documentation has been moved to each separate package.
cc @lbenet
Remove support for Julia 0.4. Add interval rounding for Julia 0.6. Change to StaticArrays.jl
Last release for Julia v0.4; API change displaymode -> setdisplay
Revert v0.6.1 change. Add an import and an export
The change in v0.6.1 interacted badly with packages that import ValidatedNumerics.
Use CRlibm 0.4 via CRlibm.setup()
Use CRlibm.setup() (#199) * CRlibm setup * Import parse
Improve type stability of interval functions by rewriting rounding functionality
v0.6.0 Fix version limits for min and max behaviour