Skip to content

Commit 7b646ab

Browse files
committed
Merge remote-tracking branch 'origin' into implicit_discrete_system
pull changes from main
2 parents c504aef + 3d9a8d8 commit 7b646ab

File tree

11 files changed

+206
-399
lines changed

11 files changed

+206
-399
lines changed

Project.toml

Lines changed: 1 addition & 4 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.64.1"
4+
version = "9.64.2"
55

66
[deps]
77
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
@@ -65,7 +65,6 @@ BifurcationKit = "0f109fa4-8a5d-4b75-95aa-f515264e7665"
6565
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
6666
DeepDiffs = "ab62b9b5-e342-54a8-a765-a90f495de1a6"
6767
FMI = "14a09403-18e3-468f-ad8a-74f8dda2d9ac"
68-
HomotopyContinuation = "f213a82b-91d6-5c5d-acf7-10f1c761b327"
6968
InfiniteOpt = "20393b10-9daf-11e9-18c9-8db751c92c57"
7069
LabelledArrays = "2ee39098-c373-598a-b85f-a56591580800"
7170

@@ -74,7 +73,6 @@ MTKBifurcationKitExt = "BifurcationKit"
7473
MTKChainRulesCoreExt = "ChainRulesCore"
7574
MTKDeepDiffsExt = "DeepDiffs"
7675
MTKFMIExt = "FMI"
77-
MTKHomotopyContinuationExt = "HomotopyContinuation"
7876
MTKInfiniteOptExt = "InfiniteOpt"
7977
MTKLabelledArraysExt = "LabelledArrays"
8078

@@ -112,7 +110,6 @@ ForwardDiff = "0.10.3"
112110
FunctionWrappers = "1.1"
113111
FunctionWrappersWrappers = "0.1"
114112
Graphs = "1.5.2"
115-
HomotopyContinuation = "2.11"
116113
InfiniteOpt = "0.5"
117114
InteractiveUtils = "1"
118115
JuliaFormatter = "1.0.47"

ext/MTKChainRulesCoreExt.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,6 @@ function ChainRulesCore.rrule(
103103
newbuf, pullback
104104
end
105105

106+
ChainRulesCore.@non_differentiable Base.getproperty(sys::MTK.AbstractSystem, x::Symbol)
107+
106108
end

ext/MTKHomotopyContinuationExt.jl

Lines changed: 0 additions & 225 deletions
This file was deleted.

0 commit comments

Comments
 (0)