-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added change fragment for #91 * added change fragment for #92 * explicit exception propagation per flake8 B904 * switched email to matterminers * added changes to release
- Loading branch information
1 parent
a1a3010
commit b16f88d
Showing
8 changed files
with
39 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
category: fixed | ||
summary: "pipeline configuration no longer suppresses ``TypeError``" | ||
description: | | ||
The configuration processing previously decided between two paths depending | ||
on whether some operation raised a ``TypeError``. This erroneously silenced | ||
any unrelated ``TypeError`` from misconfigurations. | ||
pull requests: | ||
- 91 | ||
version: 0.12.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
category: fixed | ||
summary: "pipeline configuration may combine ``__type__`` and ``!yaml`` style" | ||
description: | | ||
Mixing the ``__type__`` and ``!yaml`` configuration styles could previously | ||
lead to partially initialised pipelines. Such configurations are now correctly | ||
digested and checked for success. | ||
pull requests: | ||
- 92 | ||
version: 0.12.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
- semver: 0.12.2 | ||
date: '2021-09-15' | ||
- semver: 0.12.1 | ||
date: '2020-04-15' | ||
- semver: 0.12.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,8 +14,8 @@ | |
__summary__ = "COBalD - the Opportunistic Balancing Daemon" | ||
__url__ = "https://github.com/MatterMiners/cobald" | ||
|
||
__version__ = "0.12.1" | ||
__version__ = "0.12.2" | ||
__author__ = "Eileen Kuehn, Max Fischer" | ||
__email__ = "[email protected]" | ||
__copyright__ = "2018 - 2020 %s" % __author__ | ||
__email__ = "[email protected]" | ||
__copyright__ = "2018 - 2021 %s" % __author__ | ||
__keywords__ = "opportunistic scheduling scheduler demand feedback-loop cobald" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters