forked from ModiaSim/ModiaBase.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- showCodeWithoutComments(code): Bug corrected to only remove comment…
…s and not other code (ModiaLang.@instantiateModel(..., logCode=true, ...) gave wrong output). - Used packages updated
- Loading branch information
1 parent
18d7cd8
commit e114c2b
Showing
3 changed files
with
38 additions
and
30 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "ModiaBase" | ||
uuid = "ec7bf1ca-419d-4510-bbab-199861c55244" | ||
authors = ["Hilding Elmqvist <[email protected]>", "Martin Otter <[email protected]>"] | ||
version = "0.7.3" | ||
version = "0.7.4" | ||
|
||
[deps] | ||
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" | ||
|
@@ -14,11 +14,11 @@ TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f" | |
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" | ||
|
||
[compat] | ||
DataFrames = "1.2, 1.1, 0.22, 0.21, 0.20, 0.19" | ||
DataFrames = "1, 0.22, 0.21, 0.20, 0.19" | ||
DiffRules = "1.0" | ||
Measurements = "2.6, 2.5, 2.4, 2.3" | ||
Measurements = "2" | ||
MonteCarloMeasurements = "0.10, 0.9" | ||
OrderedCollections = "1.4, 1.3" | ||
OrderedCollections = "1" | ||
TimerOutputs = "0.5" | ||
Unitful = "1.6, 1.5, 1.4, 1.3" | ||
julia = "1.6, 1.5" | ||
Unitful = "1" | ||
julia = "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