Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Metelkin committed Nov 25, 2021
1 parent 0f1e987 commit 8ed99f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
11 changes: 6 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,19 @@

## 0.4.2

- add global sensitivity for `MCResult`: `gsa`
- add `save_as_heta` method
- rename `Results` to `Result`
- fix bug to allow params in loss func
- remove fake run inside `load_platform`
- update `show` method for many types
- remove `sim(m::Model)` support
- support of statistics for `mc` method
- `vars` argument in `DataFrame` method for `SimResults`
- `add_scenarios!` method for `Vector{Pair{Symbol, Scenario}}`
- store parameters in `Simulation`
- `OrderedDict` in `Platform`
- update `plot` for results
- update `plot` style
- fix bug with single `saveat`
- fix bugs in saving callback
- global sensitivity for `MCResult`
- change headers for parameters table for fitting

## 0.4.1

Expand Down
1 change: 0 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ _The rest of ideas and issues are posted in https://github.com/hetalang/heta-dis

- `parameters` method in Scenario should get the scenario-level parameters but not the full list of constants
- wrong get parameters from MCResults, Pair{Symbol, MCResults}, Vector{Pair{Symbol, MCResults}}
-

## features

Expand Down

0 comments on commit 8ed99f5

Please sign in to comment.