Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "BoundaryValueDiffEq"
uuid = "764a87c0-6b3e-53db-9096-fe964310641d"
version = "5.22.0"
version = "5.22.1"

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
Expand Down
2 changes: 1 addition & 1 deletion lib/BoundaryValueDiffEqCore/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ PreallocationTools = "1.2"
RecursiveArrayTools = "3.27.0, 4"
Reexport = "1.2"
SciMLBase = "3"
SciMLLogging = "1.8.0"
SciMLLogging = "1.10.1, 2"
SciMLStructures = "1.7.0"
Setfield = "1"
SparseArrays = "1.10"
Expand Down
2 changes: 1 addition & 1 deletion lib/BoundaryValueDiffEqCore/src/BoundaryValueDiffEqCore.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ using SciMLBase: SciMLBase, AbstractBVProblem, AbstractDiffEqInterpolation,
StandardBVProblem, StandardSecondOrderBVProblem, __solve, _unwrap_val
using SciMLLogging: SciMLLogging, @SciMLMessage, Silent, DebugLevel,
InfoLevel, WarnLevel, ErrorLevel, @verbosity_specifier, AbstractVerbositySpecifier,
None, Minimal, Standard, Detailed, All, AbstractMessageLevel
None, Minimal, Standard, Detailed, All
using Setfield: @set!, @set
using SparseArrays: sparse
using SparseConnectivityTracer: SparseConnectivityTracer, TracerLocalSparsityDetector
Expand Down
4 changes: 2 additions & 2 deletions lib/BoundaryValueDiffEqCore/src/verbosity.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
@verbosity_specifier BVPVerbosity begin
toggles = (
:nonlinear_verbosity,
:optimization_verbosity,
:bvpsol_convergence,
:bvpsol_integrator,
:bvpsol_linear_solver,
Expand All @@ -20,6 +18,8 @@
:deprecations,
)

sub_specifiers = (:nonlinear_verbosity, :optimization_verbosity)

presets = (
None = (
nonlinear_verbosity = None(),
Expand Down
Loading