spaceFilter
fixed- docker qsp-platforms-builder after TagBot
- heta-compiler updated to 0.9.0
- changes in
load_platform
: addspaceFilter
- docker qsp-platforms-builder added to github/actions
- GSA Tutorial added to docs
- added aarch64 macos support
- error if arch/os is not supported by heta-compiler
- heta-compiler updated to 0.8.7
- NodeJS dep removed. heta exe depoyed as artifact without node intallation
- fitting issue with additional parameters fixed
- heta-compiler updated to v0.8.4
- statics and constants usage in events fix
- ArrayPartition introduced to access statics and constants
- 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
- update heta-compiler for v0.7.4
- autoremove whitespaces in table headers:
scenario
,measurements
,parameters
- extend heta cli connector:
heta
,heta_help
,heta_init
,heta
- Int parameters support in Scenario
- mass_matrix support in Model type
- allow additional parameters not present in Model
- support for heta-compiler v0.7.1
- Sundials ver restricted <= 4.19.3
- Float64 for tspan and saveat
- saveat ranges support in Scenario tables
- constants, records and switchers renaming
- Documenter v1 support
- support for Julia 1.9
- support for heta-compiler v0.6.16
- safetycopy for remake(prob)
- unite df with different observables
- ci_types added to EnsembleSummary
- promote_type u0
- support of Julia 1.8
- support heta-compiler v0.6.15
- fix compatibility of dependences
- selection of Ensemble summary
- new format of
__p__
vector
- constant id check in
mc
mc!
method to racalculate MCResults- move back
saveat
intoScenario
- fix EMPTY_PROBLEM bug
- fix memory issues for
mc
- support
plot
forEnsembleSummary
pairs - fix
EnsembleSummary
forMCResults
add_parameters
in DataFrame method- experimental:
tags[]
andgroup
property inScenario
for combining Simulation results
estimator
method to return estimator functionfit
progress display:lin
and:direct
are synonyms- fix
NaNMath
problem 2
- fix
NaNMath
bug - heta-compiler v0.6.11
- add support for
mc(..., params::DataFrame, ...)
where the first argument is vector or platform - use
NaNMath
functions inside model - main version of compiler is fixed to 0.6.10
output
andreduce
func added tomc
- fix Results to
DataFrame
conversion - move
saveat
fromScenario
tosim
andmc
- remove manifest file
- units checking support
- 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
- Rename
Condition
=>Scenario
- minor fixes to rewrite saved values in SimResults
- plot layout changes
- distribution type :lognormal
read_parameters
methodsave_optim
method
- autotests added
- API refs and quick start
- progress bar in
mc
method - fix "task modification" bug
- rename
Cond
toCondition
- reset_dt! fixed for event at zero
sim
,fit
,mc
methods- reading Heta platforms
- importing conditions and measurements tables from xlsx/csv
- parallel MonteCarlo simulations