Releases: UZH-PEG/microxanox
Symmetric parameter space simulations
- Extended framework for simulating the symmetric system with two functional groups and three substrates and visualize its dynamics.
- Functionality to drive this symmetric system asymmetric by changing the trait or environmental variables.
- Functionality to asses extent of (a)symmetry qualitatively and quantitatively.
- New vignette: User guide for described extensions on top of the package version 0.9.1
Bugfix release
Minor bug (typo) in bushplus_dynamic_model.R
fixed.
The bug had no obvious impact on the results in the vignettes.
As used for paper
Release used for the paper "Functional diversity can facilitate the collapse of an undesirable ecosystem state" as submitted.
Final draft before public release
This version has done major refactoring, renaming of functions and changes in the vignettes. It contains quite a few incompatibilities with previous releases.
This is there final private release!
All new parameter format - NOT COMPATIBLE WITH OLDER VERSIONS
microxanox 0.3.0 NOT COMPATIBLE WITH PREVIOUS VERSION
-
Introduces new parameter format which does not use global variables anymore. This enables saving of parameter in a single file by using
saveRDS()
. -
Added a
NEWS.md
file to track changes to the package.
0.2.2: Final version using global parameter
This is the final release which uses global parameters.
0.2.3_BETA
Single object for all parameter inc=luded
Removal of the need of global variables
Add windows handling of mclapply
Adds automatic setting of mc.cores to 1 under windows as otherwise error under windows.