Skip to content

Commit

Permalink
2.5.2: Update changelog and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
EwoutH authored May 24, 2024
1 parent d220a50 commit b37e652
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- Release notes generated using configuration in .github/release.yml at master -->

## 2.5.2
2.5.2 is a small patch release that makes the EMAworkbench compatible with NumPy 2.0 and improves the MPIEvaluator tutorial.

### What's Changed
#### 🐛 Bugs fixed
* Replace deprecated np.NaN with np.nan by @EwoutH in https://github.com/quaquel/EMAworkbench/pull/361
#### 📜 Documentation improvements
* Clear up DelftBlue tutorial by @EwoutH in https://github.com/quaquel/EMAworkbench/pull/359

**Full Changelog**: https://github.com/quaquel/EMAworkbench/compare/2.5.1...2.5.2

## 2.5.1
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.
Expand Down
2 changes: 1 addition & 1 deletion ema_workbench/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@

# from . import analysis

__version__ = "2.5.2-dev"
__version__ = "2.5.2"

0 comments on commit b37e652

Please sign in to comment.