Skip to content

Releases: JuliaIntervals/IntervalRootFinding.jl

v0.5.1

10 Dec 21:43
v0.5.1
7a0891c
Compare
Choose a tag to compare

v0.5.1 (2019-12-10)

Diff since v0.5.0

Closed issues:

Merged pull requests:

v0.5.0

03 Dec 23:17
v0.5.0
21be692
Compare
Choose a tag to compare

v0.5.0 (2019-12-03)

Diff since v0.4.0

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:

v0.4.0 - drop support for Julia 0.6

06 Sep 00:22
873aa00
Compare
Choose a tag to compare

Fully compatibly with Julia 0.7 and 1.0.

v0.3.0 - final version supporting Julia 0.6

05 Sep 09:45
Compare
Choose a tag to compare

Complete rewrite, now works in N dimensions

03 Mar 19:05
99cfcd1
Compare
Choose a tag to compare

See new README.md for basic usage.

Remove ForwardDiff promotion tests

19 May 22:57
Compare
Choose a tag to compare

These are now unnecessary and cause test failures after JuliaIntervals/IntervalArithmetic.jl#13.

First release of IntervalRootFinding.jl

16 Apr 17:22
Compare
Choose a tag to compare

This is a small part of what was ValidatedNumerics.jl, dealing with routines for finding roots of functions in a guaranteed way.

cc @lbenet