We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5738a51 commit f2947c0Copy full SHA for f2947c0
CHANGELOG.md
@@ -1,5 +1,23 @@
1
# Change Log
2
3
+
4
+## 0.4.14
5
6
+- support for heta-compiler v0.7.1
7
+- Sundials ver restricted <= 4.19.3
8
+- Float64 for tspan and saveat
9
+- saveat ranges support in Scenario tables
10
+- constants, records and switchers renaming
11
12
+## 0.4.13
13
14
+- support for Julia 1.9
15
+- support for heta-compiler v0.6.16
16
+- safetycopy for remake(prob)
17
+- unite df with different observables
18
+- ci_types added to EnsembleSummary
19
+- promote_type u0
20
21
## 0.4.12
22
23
- support of Julia 1.8
Project.toml
@@ -1,7 +1,7 @@
name = "HetaSimulator"
uuid = "630b40c4-2f38-41ff-bcb3-b2c7232fed0d"
authors = ["Ivan Borisov", "Evgeny Metelkin"]
-version = "0.4.13"
+version = "0.4.14"
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
0 commit comments