Skip to content

Commit dd175e1

Browse files
committed
Update changelog and bump version for 2.2.1 release
1 parent 0b78c7a commit dd175e1

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
<!-- Release notes generated using configuration in .github/release.yml at master -->
8+
# 2.2.1
9+
The 2.2.1 release is a small patch release to address 3 bugs in the EMAworkbench 2.2.0 ([#155](https://github.com/quaquel/EMAworkbench/issues/155), [#168](https://github.com/quaquel/EMAworkbench/issues/168) and [#188](https://github.com/quaquel/EMAworkbench/issues/188)). Thanks @vioSpark and @steipatr for reporting those!
10+
11+
### 🐛 Bugs fixed
12+
* Fix n-dimensional output bug in Netlogo connector by @quaquel in https://github.com/quaquel/EMAworkbench/commit/b25f9bd970a4492c1a392f67acf81be5bcf2a51a
13+
* switch to using format string in prim logging by @quaquel in https://github.com/quaquel/EMAworkbench/pull/161
14+
* Fix error for negative `n_processes` input in MultiprocessingEvaluator by @EwoutH in https://github.com/quaquel/EMAworkbench/pull/189
15+
### 📜 Documentation improvements
16+
* update to outcomes documentation by @quaquel in https://github.com/quaquel/EMAworkbench/pull/183
17+
18+
**Full Changelog**: https://github.com/quaquel/EMAworkbench/compare/2.2.0...2.2.1
819

920
# 2.2.0
1021
## Highlights

ema_workbench/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@
3131

3232
# from . import analysis
3333

34-
__version__ = "2.2.0"
34+
__version__ = "2.2.1"

0 commit comments

Comments
 (0)