Skip to content

Introduce Redundancy agent, improve supplied signals and restructure the whole package to create new namespaces

Choose a tag to compare

@BjoernLudwig BjoernLudwig released this 08 Jul 13:46
· 526 commits to develop since this release

Feature

  • agents: Adds ampl and phase_ini parameters to SineGeneratorAgent (774a91b)
  • streams: Adds ampl and phase_ini parameters to SineGenerator and CosineGenerator (998b158)
  • metrological_streams: Adds ampl and phase_ini parameters to MetrologicalSineGenerator (fc9901e)
  • redundancy agent: Adds redundancy agent class to metrological_agents.py (7fbe934)
  • MetrologicalGeneratorAgent: Add an agent to handle generic metrological data streams (3334762)
  • MET4FoF redundancy: Method init_parameters1 removed. removed unnecessary comments (afe47c3)
  • MET4FoF redundancy: Second redundancy tutorial integrated (c527f33)
  • MET4FoF redundancy: Tutorial 7 added (caa62ca)
  • MET4FoF redundancy: Met4fof redundancy modules added (bb3cb6a)
  • multiwave: Added multiwave generator to metrological_streams.py (7b0bf4e)
  • multiwave: Added multiwave generator to metrological_streams.py (035d7c9)

Fix

  • tutorial 3: Replace one of the generator agents' streams by the cosine stream (2f20183)
  • metrological_agents: AgentBuffer import was accidentally removed (cbec978)

Refactor

  • agents and metrological_streams and streams: Renames 'ampl' to 'amplitude' and 'phase_ini' to 'initial_phase' (d0d8271)
  • metrological_agents: Refactor metrological_agents.py into a package metrological_agents and include classes into agents (5558008)
  • metrological_streams: Refactor metrological_streams.py into a package metrological_streams and include classes into streams (9da3744)
  • base_streams: Refactor base_streams.py by applying black (34ff2d0)
  • signal_streams: Introduce all variable into signal_streams.py (8c62972)
  • signal_streams: Refactor signal_streams.py by applying black (e604418)
  • streams: Refactor streams.py into a package streams with the modules base_streams and signal_streams (11368ee)
  • signal_agents: Introduce all variable into signal_agents.py (364702f)
  • signal_agents: Refactor signal_agents.py by applying black (396a95e)
  • base_agents: Introduce all variable into base_agents.py (34f626b)
  • base_agents: Refactor base_agents.py by applying black and shortening line lengths (8173324)
  • agents: Refactor agents.py into a package agents with the modules base_agents and signal_agents (c7bdfae)
  • multi_generator: Replaces amplitude with value in variable names in generator classes (ee45e1c)
  • simple_generator: Replaces amplitude with value in variable names in generator classes (f7475ba)
  • metrological agents and streams: Make imports relative (907cdb2)
  • streams: Replaces amplitude with value in variable names in generator classes (177b231)
  • metrological_streams: Replaces amplitude with value in variable names (b4a0118)
  • metrological_streams: Reorder parameters (b0c465f)
  • MetrologicalDataStreamMet4FoF: Refine MetrologicalDataStreamMet4FoF docstring (1bfc2a6)

Documentation

  • ReadTheDocs: Adapt documentation to new package and module structure (ab207c4)
  • tutorial 3: Update fixed notebook with most recent output (5511079)
  • CONTRIBUTING: Change commit log examples to develop's commits (9ee020f)
  • CHANGELOG: Insert actually current changelog into docs (aff2f6a)

See all commits in this version