-
-
Notifications
You must be signed in to change notification settings - Fork 210
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into MTK
- Loading branch information
Showing
43 changed files
with
2,275 additions
and
460 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "ModelingToolkit" | ||
uuid = "961ee093-0014-501f-94e3-6117800e7a78" | ||
authors = ["Yingbo Ma <[email protected]>", "Chris Rackauckas <[email protected]> and contributors"] | ||
version = "9.48.0" | ||
version = "9.53.0" | ||
|
||
[deps] | ||
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c" | ||
|
@@ -21,6 +21,7 @@ Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" | |
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae" | ||
DomainSets = "5b8099bc-c8ec-5219-889f-1d9e522a28bf" | ||
DynamicQuantities = "06fc5a27-2a28-4c7c-a15d-362465fb6821" | ||
EnumX = "4e289a0a-7415-4d19-859d-a7e5c4648b56" | ||
ExprTools = "e2ba6199-217a-4e67-a87a-7c52f15ade04" | ||
Expronicon = "6b7a57c9-7cc1-4fdf-b7f5-e857abae3636" | ||
FindFirstFunctions = "64ca27bc-2ba2-4a57-88aa-44e436879224" | ||
|
@@ -94,6 +95,7 @@ Distributions = "0.23, 0.24, 0.25" | |
DocStringExtensions = "0.7, 0.8, 0.9" | ||
DomainSets = "0.6, 0.7" | ||
DynamicQuantities = "^0.11.2, 0.12, 0.13, 1" | ||
EnumX = "1.0.4" | ||
ExprTools = "0.1.10" | ||
Expronicon = "0.8" | ||
FindFirstFunctions = "1" | ||
|
@@ -111,7 +113,7 @@ Libdl = "1" | |
LinearAlgebra = "1" | ||
MLStyle = "0.4.17" | ||
NaNMath = "0.3, 1" | ||
NonlinearSolve = "3.14" | ||
NonlinearSolve = "3.14, 4" | ||
OffsetArrays = "1" | ||
OrderedCollections = "1" | ||
OrdinaryDiffEq = "6.82.0" | ||
|
@@ -125,13 +127,13 @@ SciMLBase = "2.57.1" | |
SciMLStructures = "1.0" | ||
Serialization = "1" | ||
Setfield = "0.7, 0.8, 1" | ||
SimpleNonlinearSolve = "0.1.0, 1" | ||
SimpleNonlinearSolve = "0.1.0, 1, 2" | ||
SparseArrays = "1" | ||
SpecialFunctions = "0.7, 0.8, 0.9, 0.10, 1.0, 2" | ||
StaticArrays = "0.10, 0.11, 0.12, 1.0" | ||
SymbolicIndexingInterface = "0.3.31" | ||
SymbolicIndexingInterface = "0.3.35" | ||
SymbolicUtils = "3.7" | ||
Symbolics = "6.15.2" | ||
Symbolics = "6.19" | ||
URIs = "1" | ||
UnPack = "0.1, 1.0" | ||
Unitful = "1.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.