-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fixed bug in fmi2GetSolutionState * Return type of `fmi2GetNames` (#87) * Add pkgeval (#85) * Add pkgeval as action * Bug fix * fix: make the return type of `fmi2GetNames` to Vector of strings instead of Vector of Any * refactor: convert to string before returning --------- Co-authored-by: Johannes Stoljar <[email protected]> * fixed bug in Fmi2GetSolutionValue --------- Co-authored-by: Sathvik Bhagavan <[email protected]> Co-authored-by: Johannes Stoljar <[email protected]>
- Loading branch information
1 parent
3cade52
commit 804fbe5
Showing
3 changed files
with
56 additions
and
58 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,7 +1,7 @@ | ||
name = "FMIImport" | ||
uuid = "9fcbc62e-52a0-44e9-a616-1359a0008194" | ||
authors = ["TT <[email protected]>", "LM <[email protected]>", "JK <[email protected]>"] | ||
version = "0.15.3" | ||
version = "0.15.4" | ||
|
||
[deps] | ||
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4" | ||
|
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
804fbe5
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
804fbe5
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/81384
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: