-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doc fixes for v0.14.0 #235
Closed
Closed
Changes from 11 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
0a58554
preparation for FMIBase and FMI3
ThummeTo 7de97f2
Merge branch 'main' into v0.14.0
ThummeTo b482036
docu
ThummeTo 00edf8a
updated readme, relaxed compat
ThummeTo 068723b
modified project.tomlx
ThummeTo 4fd9d39
Merge branch 'main' of https://github.com/ThummeTo/FMI.jl into v0.14.0
ThummeTo 5be7ef6
removed num_downloads badge, added new doc-strings to manual (#227)
0815Creeper 7516180
fixed cross checks (FMI2)
ThummeTo 0d8cfd2
cross checks fix
ThummeTo 8ff0766
fixed tests
ThummeTo 2526555
fixed doc for 0.14
0815Creeper c5fe840
added formatter action
ThummeTo 8d90073
code styling
ThummeTo 2a4b0c1
updated actions
ThummeTo a5e2f1f
updated actions further
ThummeTo 59aaef1
Update Example.yml
0815Creeper 6ae4996
minor doc fixes
0815Creeper 0733e1c
Merge branch 'v0.14.0' into doc-fixes-v0.14.0
ThummeTo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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,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" |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
due to adding ${{ matrix.julia-version }} to kernel name and no longer hardcoding this element, julia version has to be set to 1.10 above, as kernel with version 1 does not exist, only 1.10 exists