From bdc67936c501c22bdcf903d16a22a92ee669b615 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 29 Jul 2021 17:02:51 +0000 Subject: [PATCH] 0.11.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 19 +++++++++++++++++++ agentMET4FOF/__init__.py | 2 +- docs/conf.py | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8250cafb..6f9c9fac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ +## v0.11.0 (2021-07-29) +### Feature +* **Plots:** Adapt dashboard such that all agents of types `MonitorAgent` and `MetrologicalMonitorAgent` get plotted regardless of their name ([`67a2544`](https://github.com/Met4FoF/agentMET4FOF/commit/67a25448f1709fbf8a5f9a4b6991d0c1fccb740f)) +* **network:** Introduce a method `agents_by_type` to query for agents of a given type ([`e43a5b9`](https://github.com/Met4FoF/agentMET4FOF/commit/e43a5b9a7e2fffe53b90c2de6baae74265a400c2)) + +### Fix +* Allow spaces in agents' names which get replaced by underscores for the _osBrain_ backend ([`2d8437d`](https://github.com/Met4FoF/agentMET4FOF/commit/2d8437daeb04ff19a52c771d31ca5ec16b5c3e68)) + +### Refactor +* **AgentNetwork:** Change some of the internal variable ([`06c9a36`](https://github.com/Met4FoF/agentMET4FOF/commit/06c9a3661c6f9eab788c49b8044bbdc61b009893)) +* **SineGeneratorAgent:** Improve data sending by including actually computed time ([`87c3e34`](https://github.com/Met4FoF/agentMET4FOF/commit/87c3e341ff1ca3974b4967974c4f45ef04fb92aa)) +* **signal_agents:** Introduce "official" _sine_stream instance variable for SineGeneratorAgent ([`98d0f19`](https://github.com/Met4FoF/agentMET4FOF/commit/98d0f1995003aea5e843fef547d4e09cfe8f6aa4)) +* **signal_agents:** Reintroduce NoiseAgent placeholder after module refactorization ([`f97f4d9`](https://github.com/Met4FoF/agentMET4FOF/commit/f97f4d9d281379502ea0e9c90649d3c59d0b224b)) + +### Documentation +* **network:** Introduce some more type hints ([`ee4b158`](https://github.com/Met4FoF/agentMET4FOF/commit/ee4b158664397362b403d044f30084560cd71b79)) + +**[See all commits in this version](https://github.com/Met4FoF/agentMET4FOF/compare/v0.10.1...v0.11.0)** + ## v0.10.1 (2021-07-23) ### Fix * **CODE_OF_CONDUCT:** Finally add a code of conduct ([`56ee503`](https://github.com/Met4FoF/agentMET4FOF/commit/56ee503d09157f6b83da926c24b841171ded5ffd)) diff --git a/agentMET4FOF/__init__.py b/agentMET4FOF/__init__.py index 1f4c4d43..ae6db5f1 100644 --- a/agentMET4FOF/__init__.py +++ b/agentMET4FOF/__init__.py @@ -1 +1 @@ -__version__ = "0.10.1" +__version__ = "0.11.0" diff --git a/docs/conf.py b/docs/conf.py index 365dc84f..710fe739 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -170,7 +170,7 @@ def make_path_dict(source: str, destination: str) -> dict: # built documents. # # The short X.Y version. -version = "0.10.1" +version = "0.11.0" # The full version, including alpha/beta/rc tags. # release = '0.0.1'