Skip to content

Commit bff90b9

Browse files
Update to use only BrownFullBasicInit from DiffEqBase 6.190.2
- Remove BrownBasicInit import and export - Update DiffEqBase requirement to 6.190.2 across all packages - Align with DiffEqBase PR #1216 to simplify the initialization algorithm API
1 parent 85bc8dd commit bff90b9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Adapt = "4.3"
112112
ArrayInterface = "7.19"
113113
CommonSolve = "0.2.4"
114114
DataStructures = "0.18.22, 0.19"
115-
DiffEqBase = "6.190.1"
115+
DiffEqBase = "6.190.2"
116116
DocStringExtensions = "0.9.5"
117117
EnumX = "1.0.5"
118118
ExplicitImports = "1.13.1"

lib/OrdinaryDiffEqCore/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ FastPower = "1.1"
8585
Logging = "1.10"
8686
Mooncake = "0.4"
8787
AllocCheck = "0.2"
88-
DiffEqBase = "6.190.1"
88+
DiffEqBase = "6.190.2"
8989
FillArrays = "1.13"
9090
Adapt = "4.3"
9191
Reexport = "1.2"

lib/OrdinaryDiffEqCore/src/initialize_dae.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Import all initialization algorithms from DiffEqBase
2-
import DiffEqBase: DefaultInit, ShampineCollocationInit, BrownBasicInit, BrownFullBasicInit
2+
import DiffEqBase: DefaultInit, ShampineCollocationInit, BrownFullBasicInit
33

44
# Re-export for convenience
5-
export DefaultInit, ShampineCollocationInit, BrownBasicInit, BrownFullBasicInit
5+
export DefaultInit, ShampineCollocationInit, BrownFullBasicInit
66

77
## Notes
88

lib/OrdinaryDiffEqNonlinearSolve/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ RecursiveArrayTools = "3.36"
6363
ODEProblemLibrary = "0.1.8"
6464
PreallocationTools = "0.4"
6565
AllocCheck = "0.2"
66-
DiffEqBase = "6.190.1"
66+
DiffEqBase = "6.190.2"
6767
SafeTestsets = "0.1.0"
6868
SciMLOperators = "1.4"
6969
SciMLStructures = "1.7"

0 commit comments

Comments
 (0)