Releases: jacobcook1995/EcosystemAssembly
v0.3.0
This simplifies the model by removing an no longer wanted tradeoff. It also fixes a number of bugs and some bad code smell. As such this shouldn't be thought of an alternative version with a simpler model. If we want to reintroduce the deleted tradeoff in future it should be based on the improved code base generated for this version.
What's Changed
- Simplify model by removing one of the tradeoffs by @jacobcook1995 in #1
New Contributors
- @jacobcook1995 made their first contribution in #1
Full Changelog: v0.2...v0.3.0
v0.1
This version includes all code needed to make the figures in my PhD thesis. It generally isn't a particularly useful version, but it is important for the reproducibility of my PhD.
v0.2
I'm planning on taking the model in a new direction simplifying a number of the tradeoffs and refactoring the code. This release exists so that the point of maximum development of the more complex tradeoff model can be recovered (if desired)