Skip to content

Commit 0ad1f84

Browse files
committed
Merge remote-tracking branch 'origin' into validate-inputs-odesys
merge master
2 parents eea66d0 + 1b7261a commit 0ad1f84

33 files changed

+1907
-56
lines changed

.github/workflows/Tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
- Extensions
3939
- Downstream
4040
- RegressionI
41+
- FMI
4142
uses: "SciML/.github/.github/workflows/tests.yml@v1"
4243
with:
4344
julia-version: "${{ matrix.version }}"

Project.toml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ModelingToolkit"
22
uuid = "961ee093-0014-501f-94e3-6117800e7a78"
33
authors = ["Yingbo Ma <[email protected]>", "Chris Rackauckas <[email protected]> and contributors"]
4-
version = "9.61.0"
4+
version = "9.62.0"
55

66
[deps]
77
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
@@ -64,6 +64,7 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
6464
BifurcationKit = "0f109fa4-8a5d-4b75-95aa-f515264e7665"
6565
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
6666
DeepDiffs = "ab62b9b5-e342-54a8-a765-a90f495de1a6"
67+
FMI = "14a09403-18e3-468f-ad8a-74f8dda2d9ac"
6768
HomotopyContinuation = "f213a82b-91d6-5c5d-acf7-10f1c761b327"
6869
InfiniteOpt = "20393b10-9daf-11e9-18c9-8db751c92c57"
6970
LabelledArrays = "2ee39098-c373-598a-b85f-a56591580800"
@@ -72,6 +73,7 @@ LabelledArrays = "2ee39098-c373-598a-b85f-a56591580800"
7273
MTKBifurcationKitExt = "BifurcationKit"
7374
MTKChainRulesCoreExt = "ChainRulesCore"
7475
MTKDeepDiffsExt = "DeepDiffs"
76+
MTKFMIExt = "FMI"
7577
MTKHomotopyContinuationExt = "HomotopyContinuation"
7678
MTKInfiniteOptExt = "InfiniteOpt"
7779
MTKLabelledArraysExt = "LabelledArrays"
@@ -106,6 +108,7 @@ FindFirstFunctions = "1"
106108
ForwardDiff = "0.10.3"
107109
FunctionWrappers = "1.1"
108110
FunctionWrappersWrappers = "0.1"
111+
FMI = "0.14"
109112
Graphs = "1.5.2"
110113
HomotopyContinuation = "2.11"
111114
InfiniteOpt = "0.5"
@@ -132,7 +135,7 @@ RecursiveArrayTools = "3.26"
132135
Reexport = "0.2, 1"
133136
RuntimeGeneratedFunctions = "0.5.9"
134137
SCCNonlinearSolve = "1.0.0"
135-
SciMLBase = "2.71.1"
138+
SciMLBase = "2.72.1"
136139
SciMLStructures = "1.0"
137140
Serialization = "1"
138141
Setfield = "0.7, 0.8, 1"
@@ -142,9 +145,9 @@ SpecialFunctions = "0.7, 0.8, 0.9, 0.10, 1.0, 2"
142145
StaticArrays = "0.10, 0.11, 0.12, 1.0"
143146
StochasticDiffEq = "6.72.1"
144147
StochasticDelayDiffEq = "1.8.1"
145-
SymbolicIndexingInterface = "0.3.36"
146-
SymbolicUtils = "3.10"
147-
Symbolics = "6.22.1"
148+
SymbolicIndexingInterface = "0.3.37"
149+
SymbolicUtils = "3.10.1"
150+
Symbolics = "6.25"
148151
URIs = "1"
149152
UnPack = "0.1, 1.0"
150153
Unitful = "1.1"

0 commit comments

Comments
 (0)