Releases: JuliaMath/Roots.jl
Releases · JuliaMath/Roots.jl
v1.0.1
v1.0.0
v0.8.4
v0.8.3
update Roots
add .toml files
update Roots
- reorganization of tests
- drop pre v1.0 support
- minor bug fix
update Roots
- 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
- bisection speedup
- bug fix in find_zeros with different number types
update Roots
code cleanup
Update Roots
- 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.