Skip to content

v2.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Sep 14:40
124228c

EvoLP v2.0.0

Diff since v1.4.0

Finally added support for islands using MPI (see the original idea and its related paper).

  • Fixes #87 and the missing links in the Contributors section of the README.
  • Added documentation for parallel execution and the new extension

Breaking changes

  • To support Extensions, EvoLP.jl now requires Julia 1.9+
  • MPI.jl is added as a weakdep to power our new extension, EvoLPIslandsExt.
  • StableRNGs it is no longer a dependency (only for testing)
  • Added Revise.jl as a dependency

Most of these changes might not impact your solvers directly, but consider updating your environment with this in mind.

Merged pull requests:

Closed issues:

  • No documentation for Rana and Eggholder (#87)