Skip to content

v2.10.0

Compare
Choose a tag to compare
@sylvlecl sylvlecl released this 29 Apr 15:30

Release notes

Dependencies

  • Update powsybl-core version to v3.3.0

Slurm

  • Add the capacity to use Slurm job arrays when execution count > 1. It becomes the new default behaviour, and you may switch back to the old behaviour with the following configuration property job-array:
slurm-computation-manager:
    job-array: false
  • Improve the behaviour of cancellation of CompletableFutures created by the computation manager: now calls to future.get() or future.join() will correctly throw a CancellationException with no delay
  • Quality : refactoring of internals to improve maintainability