Skip to content

Commit 350119c

Browse files
Merge pull request #3282 from AayushSabharwal/as/fmi
feat: add `FMUComponent`
2 parents 54b78e2 + 5ee8edb commit 350119c

28 files changed

+1881
-30
lines changed

.github/workflows/Tests.yml

+1
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

+6-3
Original file line numberDiff line numberDiff line change
@@ -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"
@@ -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)