You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Check for wrong `Equation` type in RHS.
* oops use `isa`
* use new ci file which will hopefully work?
* simlper ode test dependency
* change ODE to Tsit4
* only check RHS when keyword true
* remove obsolete arguments from mtkeqs function
* improve central docstring
* wrap all tests in a testset
* module outside tests
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,10 @@
3
3
ProcessBasedModelling.jl follows semver 2.0.
4
4
Changelog is kept with respect to v1 release.
5
5
6
+
## 1.6
7
+
8
+
- Added an additional step when constructing the raw equation vector to be passed into an MTK model. In this step it is also checked that the RHS for all equations is an `Expression`. Sometimes it is easy to get confused and mess up and make it be an `Equation` (i.e., assigning the LHS-variable twice). This now will give an informative error.
9
+
6
10
## 1.5
7
11
8
12
- Add docstring to `processes_to_mtkeqs` and list it in the documentation.
0 commit comments