Releases: hetalang/HetaSimulator.jl
Releases · hetalang/HetaSimulator.jl
v0.4.13
HetaSimulator v0.4.13
Important fixes:
- AD support for
sim
andmc
- deepcopy
prob
inprob_func
without remake (errored withEnsembleDistributed
onJulia 1.7
andSciMLBase>=1.36
) ci_type
:std, :variance
added toEnsembleSummary
plots
Closed issues:
- Register new version (#35)
Merged pull requests:
- Bump NaNMath compatibility (#32) (@mlubin)
- Merge v0.4.13 (deepcopy fixes) (#36) (@ivborissov)
Version 0.4.10
- fix EMPTY_PROBLEM bug
v0.4.9
HetaSimulator v0.4.9
v0.4.8
HetaSimulator v0.4.8
v0.4.7
HetaSimulator v0.4.7
v0.4.6
HetaSimulator v0.4.6
v0.4.5
HetaSimulator v0.4.5
v0.4.4
HetaSimulator v0.4.4
- remove manifest file
- units checking support
Version 0.4.2
- add global sensitivity for
MCResult
:gsa
- add
save_as_heta
method - rename
Results
toResult
- 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 vars
argument inDataFrame
method forSimResults
add_scenarios!
method forVector{Pair{Symbol, Scenario}}
OrderedDict
inPlatform
- update
plot
style - fix bug with single
saveat
- fix bugs in saving callback
Version 0.4.1
- Rename
Condition
=>Scenario
- minor fixes to rewrite saved values in SimResults
- plot layout changes
- distribution type :lognormal
read_parameters
methodsave_optim
method