Skip to content

Commit 454bf4e

Browse files
Merge pull request #514 from SciML/fewmore
a few more
2 parents 2c7cb67 + 6ac9632 commit 454bf4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "StochasticDiffEq"
22
uuid = "789caeaf-c7a9-5a7d-9973-96adeb23e2a0"
33
authors = ["Chris Rackauckas <accounts@chrisrackauckas.com>"]
4-
version = "6.57.2"
4+
version = "6.57.3"
55

66
[deps]
77
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"

src/StochasticDiffEq.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ if isdefined(OrdinaryDiffEq,:FastConvergence)
6262
import OrdinaryDiffEq:
6363
calculate_residuals, calculate_residuals!, nlsolve_f, unwrap_cache, islinear
6464

65-
using OrdinaryDiffEq: NLNewton
65+
using OrdinaryDiffEq: NLFunctional, NLAnderson, NLNewton
6666
else
6767
using DiffEqBase:
6868
FastConvergence, Convergence, SlowConvergence, VerySlowConvergence, Divergence

0 commit comments

Comments
 (0)