-
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.
* preparation for FMIBase and FMI3 * docu * updated readme, relaxed compat * modified project.tomlx * removed num_downloads badge, added new doc-strings to manual (#227) (api for badge currently down since 01-2024, screws up link-checking of documenter, markdown comment is not possible with documenter -> deletion) Co-authored-by: ThummeTo <[email protected]> * fixed cross checks (FMI2) * cross checks fix * fixed tests * added formatter action * code styling * updated actions * updated actions further --------- Co-authored-by: Simon Exner <[email protected]>
- Loading branch information
1 parent
765a88c
commit 3cd20ee
Showing
60 changed files
with
1,949 additions
and
9,695 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
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,14 @@ | ||
name: Format suggestions | ||
on: | ||
pull_request: | ||
# this argument is not required if you don't use the `suggestion-label` input | ||
types: [ opened, reopened, synchronize, labeled, unlabeled ] | ||
jobs: | ||
code-style: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: julia-actions/julia-format@v3 | ||
with: | ||
version: '1' # Set `version` to '1.0.54' if you need to use JuliaFormatter.jl v1.0.54 (default: '1') | ||
suggestion-label: 'format-suggest' # leave this unset or empty to show suggestions for all PRs | ||
|
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,25 +1,15 @@ | ||
name = "FMI" | ||
uuid = "14a09403-18e3-468f-ad8a-74f8dda2d9ac" | ||
authors = ["TT <[email protected]>", "LM <[email protected]>", "JK <[email protected]>"] | ||
version = "0.13.3" | ||
version = "0.14.0" | ||
|
||
[deps] | ||
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa" | ||
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6" | ||
FMIExport = "31b88311-cab6-44ed-ba9c-fe5a9abbd67a" | ||
FMIImport = "9fcbc62e-52a0-44e9-a616-1359a0008194" | ||
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" | ||
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca" | ||
Requires = "ae029012-a4dd-5104-9daa-d747884805df" | ||
ThreadPools = "b189fb0b-2eb5-4ed4-bc0c-d34c51242431" | ||
|
||
[compat] | ||
DifferentialEquations = "7.7.0 - 7.13" | ||
Downloads = "1" | ||
FMIExport = "0.3.0" | ||
FMIImport = "0.16.0" | ||
FMIExport = "0.4.0" | ||
FMIImport = "1.0.0" | ||
LinearAlgebra = "1" | ||
ProgressMeter = "1.7.0 - 1.9" | ||
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
Oops, something went wrong.