-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move to MTK v9 and prepare v1 tag (#4)
* bump version of MTK * rename states to unknowns * make default choices more fitting for dynsys * increase test coverage * increase coverage more * more informative make new parameter * correct exponential relaxation * explcitily display errors and warnings * state value * name, not symbol * massive improvement on parameter macro * typo * don't use (t) in the wranings * add LiteralParameter * fix literal value * fix wrong test in derived * fix omitted x * restore warnonly setting * fix timescale reference * use canonical MTK t and derivative as requested * fix typo in docs * bump version to 1.0 * add addition process and test for all processes
- Loading branch information
Showing
9 changed files
with
243 additions
and
74 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,13 +1,13 @@ | ||
name = "ProcessBasedModelling" | ||
uuid = "ca969041-2cf3-4b10-bc21-86f4417093eb" | ||
authors = ["Datseris <datseris.george@gmail.com>"] | ||
version = "0.1.0" | ||
version = "1.0.0" | ||
|
||
[deps] | ||
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78" | ||
Reexport = "189a3867-3050-52da-a836-e630ba90ab69" | ||
|
||
[compat] | ||
ModelingToolkit = "8.73" | ||
ModelingToolkit = "9.0" | ||
Reexport = "1.2" | ||
julia = "1.9.0" |
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
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.