Releases: biomass-dev/BioMASS.jl
Releases · biomass-dev/BioMASS.jl
v0.8.2
What's Changed
- Move const in continuation.jl to
new_curve!
args by @himoto in #63
- CompatHelper: bump compat for CSV to 0.10, (keep existing compat) by @github-actions in #64
Full Changelog: v0.8.1...v0.8.2
v0.7.0 (June 2022)
What's Changed
Old |
New |
set_model.jl |
ode.jl |
set_search_param.jl |
search_param.jl |
fitness.jl |
problem.jl |
Full Changelog: v0.6.0...v0.7.0
v0.5.1
What's Changed
- CompatHelper: bump compat for Seaborn to 1, (keep existing compat) by @github-actions in #42
- CompatHelper: bump compat for CSV to 0.9, (keep existing compat) by @github-actions in #43
- Release v0.5.1 by @himoto in #44
Full Changelog: v0.5.0...v0.5.1
v0.5.0 (July 2021)
- Move to biomass-dev
- Create
Model
struct and function
- Rename
run_simulation
function
v0.4.3
- Update struct: ExecModel
- Parameter estimation
- Code refactoring
- Fix
popsize
in differential evolution