Skip to content

Commit

Permalink
Merge pull request #968 from SciML/ap/trace
Browse files Browse the repository at this point in the history
Allow additional kwargs for NonlinearSolve
  • Loading branch information
ChrisRackauckas authored Nov 23, 2023
2 parents bae8e9a + 7d37527 commit 899f789
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "DiffEqBase"
uuid = "2b5f629d-d688-5b77-993f-72d75c75574e"
authors = ["Chris Rackauckas <[email protected]>"]
version = "6.140.1"
version = "6.141.0"

[deps]
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
Expand Down
4 changes: 4 additions & 0 deletions src/solve.jl
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ const allowedkeywords = (:dense,
:linsolve_kwargs,
# Solvers internally using EnsembleProblem
:ensemblealg,
# Fine Grained Control of Tracing (Storing and Logging) during Solve
:show_trace,
:trace_level,
:store_trace,
# Termination condition for solvers
:termination_condition)

Expand Down

0 comments on commit 899f789

Please sign in to comment.