Skip to content

Commit 52fadf8

Browse files
authored
SciMLLogging bumps for DelayDiffEq, StochasticDiffEqCore, DiffEqDevTools (#3644)
* SciMLLogging bumps for DelayDiffEq, StochasticDiffEqCore * StochasticDiffEq fix
1 parent b747b6a commit 52fadf8

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

lib/DelayDiffEq/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DelayDiffEq"
22
uuid = "bcd4f6db-9728-5f36-b5f7-82caef46ccdb"
33
authors = ["Chris Rackauckas <accounts@chrisrackauckas.com>"]
4-
version = "6.0.2"
4+
version = "6.0.3"
55

66
[deps]
77
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
@@ -99,7 +99,7 @@ StochasticDiffEqHighOrder = "2"
9999
StochasticDiffEqImplicit = "2"
100100
StochasticDiffEqLowOrder = "2"
101101
StochasticDiffEqROCK = "2"
102-
SciMLLogging = "1.4.0"
102+
SciMLLogging = "1.10.1, 2"
103103
SimpleNonlinearSolve = "2"
104104
SymbolicIndexingInterface = "0.3.36"
105105
Test = "<0.0.1, 1"

lib/DiffEqDevTools/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DiffEqDevTools"
22
uuid = "f3b72e0c-5b89-59e1-b016-84e28bfd966d"
33
authors = ["Chris Rackauckas <accounts@chrisrackauckas.com>"]
4-
version = "3.1.0"
4+
version = "3.1.1"
55

66
[deps]
77
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
@@ -76,7 +76,7 @@ RecursiveArrayTools = "4"
7676
RootedTrees = "2"
7777
SDEProblemLibrary = "1"
7878
SciMLBase = "3"
79-
SciMLLogging = "1.9"
79+
SciMLLogging = "1.10.1, 2"
8080
Statistics = "1"
8181
StochasticDiffEq = "7"
8282
StochasticDiffEqCore = "2"

lib/StochasticDiffEqCore/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "StochasticDiffEqCore"
22
uuid = "19c5a474-6cd1-4a5f-be79-46dc34e54d7f"
33
authors = ["Chris Rackauckas <accounts@chrisrackauckas.com>"]
4-
version = "2.0.0"
4+
version = "2.0.1"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -58,7 +58,7 @@ Random = "<0.0.1, 1"
5858
RecursiveArrayTools = "4"
5959
Reexport = "0.2, 1.0"
6060
SciMLBase = "3"
61-
SciMLLogging = "1.7.1"
61+
SciMLLogging = "1.10.1, 2"
6262
SciMLOperators = "1.15"
6363
SimpleNonlinearSolve = "2"
6464
SparseArrays = "1.10"

lib/StochasticDiffEqCore/src/StochasticDiffEqCore.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ import RecursiveArrayTools: chain
6060
using Logging, SparseArrays
6161

6262
using SciMLLogging: AbstractVerbositySpecifier, AbstractVerbosityPreset,
63-
AbstractMessageLevel, None, Minimal, Standard, Detailed, All,
63+
None, Minimal, Standard, Detailed, All,
6464
Silent, DebugLevel, InfoLevel, WarnLevel, ErrorLevel, @SciMLMessage
6565

6666
using OrdinaryDiffEqCore: DEVerbosity

0 commit comments

Comments
 (0)