Releases: JuliaIntervals/IntervalRootFinding.jl
Releases · JuliaIntervals/IntervalRootFinding.jl
v0.5.1
v0.5.1 (2019-12-10)
Closed issues:
- Tag v0.4.1 (#138)
Merged pull requests:
- Add compat with IntervalArithmetic 0.16 (#139) (ericphanson)
v0.5.0
v0.5.0 (2019-12-03)
Closed issues:
- Simple example runs forever? (#134)
- Reciprocal of reciprocal misses root (#131)
- Fix docs deployment (#126)
- one unnecessary method "newton_refine" can be remove from "newton.jl" (#112)
- Krawczyk fails with infinite interval (#104)
- Clean up by removing old files and logic (#103)
- Krawczyk fails when the Jacobian is singular at the center of starting region (#102)
- Krawczyk fails for functions with interval parameters (#99)
- BigFloats don't give enclosure (#95)
- Run femtocleaner (#91)
- Roots disappear (#90)
- Problems when using current master of IntervalArithmetics (#84)
- find_roots_midpoint should gracefully handle cases with no roots (#71)
- Document new roots syntax and iterator interface. (#61)
- Implement Krawczyk in N dimensions (#46)
- Repeating Newton gives :unknown (#29)
Merged pull requests:
- Add Project.toml (#137) (lbenet)
- Increase default tolerance (#135) (dpsanders)
- Fix docs deployment (travis) (#127) (lbenet)
- Fix doc deployment (#125) (dpsanders)
- fix minor bug in example 5.5 from Smiley et al. (#121) (gwater)
- Correct info output in example (#120) (eschnett)
- Refresh documentation (#119) (Kolaru)
- Fix deprecations (#118) (femtocleaner[bot])
- Unnecesary method "newton_refine" from newton.jl is removed (#113) (yashcodes)
- Add benchmarks (#105) (Kolaru)
- Separated the logic of branch and bound search (#97) (Kolaru)
- Fix bug with interval going outside the domain of a function (#93) (Kolaru)
v0.4.0 - drop support for Julia 0.6
Fully compatibly with Julia 0.7 and 1.0.
v0.3.0 - final version supporting Julia 0.6
Update REQUIRE
Complete rewrite, now works in N dimensions
See new README.md for basic usage.
Remove ForwardDiff promotion tests
These are now unnecessary and cause test failures after JuliaIntervals/IntervalArithmetic.jl#13.
First release of IntervalRootFinding.jl
This is a small part of what was ValidatedNumerics.jl, dealing with routines for finding roots of functions in a guaranteed way.
cc @lbenet