Skip to content

Commit d44c843

Browse files
committed
v0.8.0
1 parent f82d836 commit d44c843

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## 0.8.0
4+
5+
### Breaking changes
6+
- `OptimizationProblem` interface added
7+
- fit arguments changed, docs updated
8+
- `generate_optimization_problem` func added to export
9+
### Other changes
10+
- heta-compiler v0.9.8
11+
- Julia 1.9 removed from tests
12+
- Fixed empty simulation results vector
13+
- Solver choice docs updated
14+
315
## 0.7.8
416

517
- imports `copyat_or_push!`

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.7.8"
4+
version = "0.8.0"
55

66
[deps]
77
ArtifactUtils = "8b73e784-e7d8-4ea5-973d-377fed4e3bce"

0 commit comments

Comments
 (0)