Releases: JuliaMath/Roots.jl
Releases · JuliaMath/Roots.jl
v2.0.6
v2.0.5
v2.0.4
v2.0.3
v2.0.2
v2.0.1
v2.0.0
Roots v2.0.0
Merged pull requests:
v1.4.1
Roots v1.4.1
Merged pull requests:
- Reorg (#286) (@jverzani)
- Bracketing cleanup (#288) (@jverzani)
- Mark deprecations (#289) (@jverzani)
- fix errors (#290) (@jverzani)
- bracketing edits; change halley <: newton (#291) (@jverzani)
- code cleanup (#292) (@jverzani)
- Cleanup find zero (#293) (@jverzani)
- add back bisection exact (#294) (@jverzani)
- Cleanup convergence (#295) (@jverzani)
- check for exact zero (#296) (@jverzani)
- break out hybrid from Order0; fix logging bug (#298) (@jverzani)
- use different format string for printing values (#299) (@jverzani)
- Cleanup trace unicode (#300) (@jverzani)
- minor documentation edits (#301) (@jverzani)
- special case bisection (#302) (@jverzani)
- cleanup (#304) (@jverzani)
- add test for v1.6; allow v1.0.X to fail (#306) (@jverzani)
- Cleanup ci (#307) (@jverzani)
- Cleanup ci (#308) (@jverzani)
v1.4.0
Roots v1.4.0
Closed issues:
- Brent's method? (#46)
- Example from README stalls (#59)
- find_zero documentation and option documentation (#101)
- Query status of a solution (#195)
- Tracker works poorly for bracketing methods (#277)
- Change format of
xs
field of Tracks (#278) - Initial iterations for Bisection and ITP do work correctly (#279)
- [FR] Implement Ridder's method (#281)
Merged pull requests: