Skip to content

Commit 4bc42fa

Browse files
authored
bump (#430)
* bump * fix typo
1 parent de720c6 commit 4bc42fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "Roots"
22
uuid = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
3-
version = "2.1.5"
3+
version = "2.1.6"
44

55
[deps]
66
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
@@ -28,7 +28,7 @@ Polynomials = "1,2,3,4"
2828
SpecialFunctions = "1,2"
2929
Statistics = "1"
3030
SymPy = "1,2"
31-
SymPyPythonCall = "0.1, 0.2, 1"
31+
SymPyPythonCall = "0.1, 0.2, 0.3, 1"
3232
Unitful = "1"
3333
Zygote = "0.6"
3434
Test = "<0.0.1, 1"

src/hybrid.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ end
2323
# Robust version using some tricks: idea from algorithm described in
2424
# [The SOLVE button from the
2525
# HP-34]C(http://www.hpl.hp.com/hpjournal/pdfs/IssuePDFs/1979-12.pdf).
26-
# * use bracketing method if one identifed
26+
# * use bracketing method if one is identified
2727
# * limit steps so as not too far or too near the previous one
2828
# * if not decreasing, use a quad step upto 4 times to bounce out of trap, if possible
2929
# First uses M, then N if bracket is identified

0 commit comments

Comments
 (0)