-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* performance improvements * refactor: use tuple for `p` instead of array (#188) Co-authored-by: ThummeTo <[email protected]> * further adjustments for FMISensitiviity.jl * modifications for FMIsensitivity.jl * rm restriction for cross chekcs * reincluded load/save test because of JLD2 fix * removed benchmark --------- Co-authored-by: Sathvik Bhagavan <[email protected]>
- Loading branch information
1 parent
f93ebd4
commit b46ed88
Showing
21 changed files
with
437 additions
and
809 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
name = "FMI" | ||
uuid = "14a09403-18e3-468f-ad8a-74f8dda2d9ac" | ||
authors = ["TT <[email protected]>", "LM <[email protected]>", "JK <[email protected]>"] | ||
version = "0.12.4" | ||
version = "0.13.0" | ||
|
||
[deps] | ||
DiffEqCallbacks = "459566f4-90b8-5000-8ac3-15dfb0a30def" | ||
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa" | ||
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6" | ||
FMIExport = "31b88311-cab6-44ed-ba9c-fe5a9abbd67a" | ||
|
@@ -15,11 +14,12 @@ Requires = "ae029012-a4dd-5104-9daa-d747884805df" | |
ThreadPools = "b189fb0b-2eb5-4ed4-bc0c-d34c51242431" | ||
|
||
[compat] | ||
DiffEqCallbacks = "2.26.0" | ||
DifferentialEquations = "7.7.0" | ||
FMIExport = "0.2.0" | ||
FMIImport = "0.15.7" | ||
ProgressMeter = "1.7.0" | ||
DifferentialEquations = "7.10.0 - 7.11.0" | ||
Downloads = "1" | ||
FMIExport = "0.3.0" | ||
FMIImport = "0.16.0" | ||
LinearAlgebra = "1" | ||
ProgressMeter = "1.7.0 - 1.9.0" | ||
Requires = "1.3.0" | ||
ThreadPools = "2.1.1" | ||
julia = "1.6" |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
FMI_*_Benchmark/ | ||
tmp/ |
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.
b46ed88
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
b46ed88
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/94909
Tip: Release Notes
Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.
To add them here just re-invoke and the PR will be updated.
Tagging
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: