v0.3.0
EcoSISTEM v0.3.0
No breaking changes
Substantial changes to underlying code to improve reproducibility and a couple of small bugfixes, but these should be backward compatible, making this a non-breaking change overall:
- Tidying up and adding missing documentation
- Fix race condition in multithreaded code post Julia 1.9
- Update compats
- Add tests for CachedEcosystem reproducibility
- Add tests for MPIEcosystem reproducibility
- Make MPIEcosystem reproducible
- Add tests that CachedEcosystem and MPIEcosystem match Ecosystem
- Refactor to condense some repeated code
- Fix bug in NoGrowth energy use for multiple energy budgets
- Fix bug in MPI use of multiple energy budgets
Merged pull requests:
- Clean up documentation, fix multithreaded and multiprocess code (#148) (@richardreeve)
Closed issues:
- Fix MPI coverage measurement (#70)