Skip to content

Releases: Met4FoF/agentMET4FOF

SineGeneratorAgent provided, properly shutdown networks and new docs

10 Jun 09:06
1395fd2
Compare
Choose a tag to compare

Changes in version 0.5.0 of agentMET4FOF

BREAKING CHANGE

Features

  • when calling shutdown() on an agent network with either of the two backends, the execution now stops cleanly
  • SineGeneratorAgent is new part of the application code and thus can be integrated by from agentMET4FOF.agents import SineGeneratorAgent (see shortend tutorial 2

Documentation

Allow for proper network shutdown of both backends and enhance test suite

10 Jun 09:07
24932b8
Compare
Choose a tag to compare

Changes in version 0.4.1 of agentMET4FOF

Fixes

  • the shutdown of an agent network running with the Mesa backend raised an exception previously which is resolved by this patch release

Improve test suite

  • we now test the proper creation and shutdown of osBrain networks
  • we improved the test for proper removal of agents from an agent network

Enhance metrological streams and software testing

15 Dec 10:03
957cac7
Compare
Choose a tag to compare

Changes in version 0.4.0 of agentMET4FOF

Enhancements of the metrological capabilities

  • introduce uncertainties and enhance metrological data streams with proper generation and treatment of uncertainties and metadata specifically in plots
  • adapt tutorial 4 to reflect the treatment of uncertainties in metrological streams

Infrastructural improvements

  • improve CI pipeline and properly test in conda and venv environments as well as after installing via pip install -e .
  • fix Python version to currently 3.8 regarding the requirements files and environment.yml to simplify instructions and dependency pinning

Axis of plots in the dashboard now are labeld based on metadata

05 Nov 14:27
9aa2dd3
Compare
Choose a tag to compare

Fix initial bugs in metrological agents

10 Jun 09:07
f1c96a3
Compare
Choose a tag to compare
Merge pull request #120 from bangxiangyong/add_backend_mesa

Implement backend of mesa package

Metrological agents officially released

05 Nov 14:28
aa7a989
Compare
Choose a tag to compare
0.2.0

Pin matplotlib to something below 3.3.0 really in setup.py as well

First introduction of metrologically enables agents

10 Jun 09:07
153a7b7
Compare
Choose a tag to compare

In this developmental release we first introduce the module metrological_agents with some new classes and the according docs and another tutorial.

You can install this version via

$ pip install agentMET4FOF==0.2.0.dev1

Strip dependencies

10 Jun 09:07
ba2a2b3
Compare
Choose a tag to compare

After extracting a couple of tutorials, try outs and examples, we now finally managed to drop some of the heavy dependencies, causing some trouble during some installation routines.

We adapted setup.py, requirements.txt and thus enviroment.yml accordingly.

Important fix of import order

10 Jun 09:07
Compare
Choose a tag to compare

This release does not affect the agent's functionality in general. An error is fixed regarding the imports on some platforms.

Fix

  • fix import errors in agentMET4FOF.agents for some platforms

Minor changes to import mechanisms and README

10 Jun 09:05
ebabdb4
Compare
Choose a tag to compare

This release does not affect the agent's functionality in general. It just fixes an issue in some Python versions on some platforms and updates the installation process in the README.md

Docs

  • remove unneeded NumPy installation from the according section in_README.md_ (b04ddc0)

Fix

  • streamline imports in agentMET4FOF.agents (6aac1d6)