v2.10.0
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
CompletableFuture
s created by the computation manager: now calls to future.get() or future.join() will correctly throw aCancellationException
with no delay - Quality : refactoring of internals to improve maintainability