Skip to content

Commit

Permalink
v0.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ivborissov committed Mar 5, 2024
1 parent 8c44012 commit 8cc69a5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 0.5.0

- heta-compiler updated to v0.8.1
- saving function optimized to solve StackOverflow problem and reduce saving time
- DiffEqBase and RecursiveArrayTools dependencies replaced with SciMLBase
- Julia support limited to 1.9-latest
- support latest CSV.jl version
- support latest Sundials.jl version
- piecewise function support added
- order of constants and statics changed

## 0.4.15

- update heta-compiler for v0.7.4
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "HetaSimulator"
uuid = "630b40c4-2f38-41ff-bcb3-b2c7232fed0d"
authors = ["Ivan Borisov", "Evgeny Metelkin"]
version = "0.4.15"
version = "0.5.0"

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

0 comments on commit 8cc69a5

Please sign in to comment.