Skip to content

Releases: JuliaMath/Roots.jl

v1.0.1

23 Mar 14:04
069d55f
Compare
Choose a tag to compare

Roots v1.0.1

Diff since v1.0.0

Merged pull requests:

v1.0.0

28 Feb 18:06
a6dc315
Compare
Choose a tag to compare

Roots v1.0.0

Diff since v0.8.4

Closed issues:

  • Optionally return the smallest interval (#170)
  • Strange results when solving a differential equations with callbacks involving Measurements.jl (#171)

Merged pull requests:

v0.8.4

06 Dec 21:48
v0.8.4
744533e
Compare
Choose a tag to compare

v0.8.4 (2019-12-06)

Diff since v0.8.3

Closed issues:

  • Broadcasting supported? (#166)
  • Bisection error with Unitful (#162)

Merged pull requests:

v0.8.3

19 Aug 14:03
v0.8.3
2921a2d
Compare
Choose a tag to compare

v0.8.3 (2019-08-17)

Diff since v0.8.1

Merged pull requests:

update Roots

12 Apr 18:48
fa1dadc
Compare
Choose a tag to compare

add .toml files

update Roots

03 Apr 14:37
91cff02
Compare
Choose a tag to compare
  • reorganization of tests
  • drop pre v1.0 support
  • minor bug fix

update Roots

17 Nov 12:10
c2f01e5
Compare
Choose a tag to compare
  • set find_zero(s) to specialize on the function, fzero(s) to not
  • add Schroder, King, Esser methods for zeros with multiplicities
  • adjustments find_zeros, Steffensen, Newton
  • bug fixes

update Roots

21 Sep 19:46
72050cb
Compare
Choose a tag to compare
  • bisection speedup
  • bug fix in find_zeros with different number types

update Roots

24 Aug 13:09
f45fcf7
Compare
Choose a tag to compare

code cleanup

Update Roots

17 Aug 15:18
ab22cd6
Compare
Choose a tag to compare
  • undoes parameter change that effected FalsePosition usage more than anticipated
  • moves logic from Order0 method to a find_zero variant so other methods can use it.