Releases: Met4FoF/agentMET4FOF
Releases · Met4FoF/agentMET4FOF
v0.13.3
Fix
- base_agents: Fix Mesa model instantiation after upstream change (
3f25f43
)
Refactor
- base_agents: Blacken (
8fa0baf
) - base_agents: Change type checks to isinstance() (
f9d3f3b
) - INSTALL.md: Correct typo (
70c03b9
) - simple_generator: Correct some wrong left over text (
75d7980
) - simple_generator: Rename tutorial for plotting a self-made signal (
caf6605
) - UMLs: Exchange UML URLs by GitHub raw URLs (
0d81603
) - base_agents: Introduce citation into class docstring for AgentMET4FOF (
5b31f52
)
Documentation
v0.13.2
v0.13.1
v0.13.0
Fix one missing legacy import
Fix
- DataStreamAgent: Insert missing legacy import for agents.DataStreamAgent (
302f61a
)
Clean signal with noise and jitter via the NoiseJitterRemovalAgent
Feature
- NoiseJitterRemovalAgent: Introduce an agent to reduce the amount of noise and jitter in streamed sensor values (
4349548
) - SineWithJitter: Introduce a streaming data stream of a sine signal with jitter and the corresponding agent (
b6ca636
)
Refactor
- Dashboard: Rename
Dashboard.is_port_available
toDashboard.is_port_at_ip_available
(25a9700
)
Documentation
Noise and jitter generation plus some convenience improvements
Feature
- Plots: Adapt dashboard such that all agents of types
MonitorAgent
andMetrologicalMonitorAgent
get plotted regardless of their name (67a2544
) - network: Introduce a method
agents_by_type
to query for agents of a given type (e43a5b9
)
Fix
- Allow spaces in agents' names which get replaced by underscores for the osBrain backend (
2d8437d
)
Refactor
- AgentNetwork: Change some of the internal variable (
06c9a36
) - SineGeneratorAgent: Improve data sending by including actually computed time (
87c3e34
) - signal_agents: Introduce "official" _sine_stream instance variable for SineGeneratorAgent (
98d0f19
) - signal_agents: Reintroduce NoiseAgent placeholder after module refactorization (
f97f4d9
)
Documentation
- network: Introduce some more type hints (
ee4b158
)
v0.10.1
Fix
- CODE_OF_CONDUCT: Finally add a code of conduct (
56ee503
)
Refactor
- CONTRIBUTING: Change heading and location of CONTRIBUTING.md to make it more visible (
1ff173f
)
Documentation
v0.10.0
Feature
- Docker: Create container image for every release (
1a40eaf
)
Refactor
- network: Change delivery ip to 0.0.0.0, i.e. all interfaces instead of 127.0.0.1 to enable docker deployment (
2472826
)
Documentation
First dockerized version of the agents
This release contains the first dockerized version of the agents. See #155 for an introduction on how to use it. We will improve documentation in the very near future. Until then do not hesitate to contact us if questions arise.