Skip to content

2.5.1

Latest
Compare
Choose a tag to compare
@EwoutH EwoutH released this 17 Apr 08:22
· 1 commit to 2.5-release since this release
643acdd

The 2.5.1 release is a small patch release with two bugfixes.

  • The first PR (#346) corrects a dependency issue where the finalizer in futures_util.py incorrectly assumed the presence of experiment_runner in its module namespace, leading to failures in futures models like multiprocessing and mpi. This is resolved by adjusting the finalizer function to expect experiment_runner as an argument.
  • The second PR (#349) addresses a redundancy problem in the MPI evaluator, where the pool was inadvertently created twice.

What's Changed

🐛 Bugs fixed

Full Changelog: 2.5.0...2.5.1