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 f82d836 commit d44c843Copy full SHA for d44c843
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Change Log
2
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
15
## 0.7.8
16
17
- imports `copyat_or_push!`
Project.toml
@@ -1,7 +1,7 @@
name = "HetaSimulator"
uuid = "630b40c4-2f38-41ff-bcb3-b2c7232fed0d"
authors = ["Ivan Borisov", "Evgeny Metelkin"]
-version = "0.7.8"
+version = "0.8.0"
[deps]
ArtifactUtils = "8b73e784-e7d8-4ea5-973d-377fed4e3bce"
0 commit comments