Releases: JuliaMath/Roots.jl
Releases · JuliaMath/Roots.jl
v1.3.8
Roots v1.3.8
Merged pull requests:
v1.3.7
Roots v1.3.7
Merged pull requests:
v1.3.6
v1.3.5
Roots v1.3.5
Merged pull requests:
- CompatHelper: bump compat for Setfield to 0.8, (keep existing compat) (#247) (@github-actions[bot])
- quadratic inverse, super halley and chebyshev like methods (#248) (@jherekhealy)
- update docs; bump version (#249) (@jverzani)
- Add JuliaFormatter to CI (#250) (@jverzani)
- remove rational computation (#251) (@jverzani)
v1.3.4
Roots v1.3.4
Merged pull requests:
- Use
===
and!==
for comparisons withnothing
(#243) (@devmotion) - Remove unnecessary static parameters (#244) (@devmotion)
- Fix type inference of
Bisection
method (#245) (@devmotion) - version bump; copy edits (#246) (@jverzani)
v1.3.3
v1.3.2
v1.3.1
v1.3.0
v1.2.0
Roots v1.2.0
Closed issues:
- fzero sensitive to choice of x0 (#77)
- Readme should mention default values of atol, rtol, xatol, xrtol (#122)
- Why is |f(xn)| < tol not checked for bisection? (#154)
- find_zero returns wrong boundary point (#159)
- A42 issue (#188)
- FalsePosition fails when zero is close to interval boundary and function values are large (#190)
- Migrate to travis-ci.com (#193)
Merged pull requests:
- clean up doc strings (#230) (@jverzani)
- throw a typed error to allow for better handling (#231) (@alecloudenback)