We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ab52d6 + b36940f commit f3ac9caCopy full SHA for f3ac9ca
Project.toml
@@ -1,7 +1,7 @@
1
name = "NonlinearSolve"
2
uuid = "8913a72c-1f9b-4ce2-8d82-65094dcecaec"
3
authors = ["SciML"]
4
-version = "1.2.0"
+version = "1.2.1"
5
6
[deps]
7
ArrayInterfaceCore = "30b0a656-2188-435a-8636-2ec0e6a096e2"
src/NonlinearSolve.jl
@@ -1,5 +1,8 @@
module NonlinearSolve
-
+if isdefined(Base, :Experimental) &&
+ isdefined(Base.Experimental, Symbol("@max_methods"))
+ @eval Base.Experimental.@max_methods 1
+end
using Reexport
using UnPack: @unpack
8
using FiniteDiff, ForwardDiff
0 commit comments