Skip to content

Commit f2947c0

Browse files
committed
v0.4.14
1 parent 5738a51 commit f2947c0

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Change Log
22

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+
321
## 0.4.12
422

523
- support of Julia 1.8

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "HetaSimulator"
22
uuid = "630b40c4-2f38-41ff-bcb3-b2c7232fed0d"
33
authors = ["Ivan Borisov", "Evgeny Metelkin"]
4-
version = "0.4.13"
4+
version = "0.4.14"
55

66
[deps]
77
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"

0 commit comments

Comments
 (0)