Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 12 Jul 17:07
· 107 commits to main since this release

EcoSISTEM v0.3.0

Diff since v0.2.6

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)