-
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.
ALlow XDESystems, expand possibilities for LHS of
Equation
(#7)
* allow DESystems in processes_to_mtkmodel * allow Differential and differential*p in LHS of equations as processes * add changelog entry * add warning comment * fix type of vector expansion container * show that differential can be used in the docs * add new info to docs * correct version parse
- Loading branch information
Showing
6 changed files
with
94 additions
and
35 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,4 +1,11 @@ | ||
# Changelog | ||
|
||
ProcessBasedModelling.jl follows semver 2.0. | ||
Changelog is kept with respect to v1 release. | ||
Changelog is kept with respect to v1 release. | ||
|
||
## 1.1 | ||
|
||
- New keyword `warn_default` in `processes_to_mtkmodel`. | ||
- Now `processes_to_mtkmodel` allows for `XDESystems` as elements of the input vector. | ||
- Detection of LHS-variable in `Equation` has been improved significantly. | ||
Now, LHS can be any of: `x`, `Differential(t)(x)`, `Differential(t)(x)*p`, `p*Differential(t)(x)`. |
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