Agentmet4fof

Latest version: v0.13.3

Safety actively analyzes 629503 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

0.13.3

Fix

* **base_agents:** Fix Mesa model instantiation after upstream change ([`3f25f43`](https://github.com/Met4FoF/agentMET4FOF/commit/3f25f43dfe739f0e823045fdc52df8a101252c94))

Refactor

* **base_agents:** Blacken ([`8fa0baf`](https://github.com/Met4FoF/agentMET4FOF/commit/8fa0baf5e3358ebd1eeb974194ff683deae997a6))
* **base_agents:** Change type checks to isinstance() ([`f9d3f3b`](https://github.com/Met4FoF/agentMET4FOF/commit/f9d3f3b4bfb9046ffe411a5090cbb4447e0d201b))
* **INSTALL.md:** Correct typo ([`70c03b9`](https://github.com/Met4FoF/agentMET4FOF/commit/70c03b916d82a447b7200406c9cea0f4bccb8b83))
* **simple_generator:** Correct some wrong left over text ([`75d7980`](https://github.com/Met4FoF/agentMET4FOF/commit/75d79804a62a209641be993fd9133603dca24529))
* **simple_generator:** Rename tutorial for plotting a self-made signal ([`caf6605`](https://github.com/Met4FoF/agentMET4FOF/commit/caf66056c9bda5045d541c851077c2e7ffa76fa1))
* **UMLs:** Exchange UML URLs by GitHub raw URLs ([`0d81603`](https://github.com/Met4FoF/agentMET4FOF/commit/0d816035847188777646d2998a3527fd848f8071))
* **base_agents:** Introduce citation into class docstring for AgentMET4FOF ([`5b31f52`](https://github.com/Met4FoF/agentMET4FOF/commit/5b31f5210f2603ebc7e68ecf559521112f1cdda1))

Documentation

* **init_agent:** Fix misleading comment in docstring about calling sequence ([`6eeb0fa`](https://github.com/Met4FoF/agentMET4FOF/commit/6eeb0fa65e7789e6bd0a16cc837a053139e7d4d0))
* **Python version:** Clarify that default is Python 3.11 ([`dcd54ea`](https://github.com/Met4FoF/agentMET4FOF/commit/dcd54ea501b12dd112290c7508b871b777bed13f))
* **tutorials:** Introduce simple_generator tutorial into docs ([`dd838a2`](https://github.com/Met4FoF/agentMET4FOF/commit/dd838a28a50d80c922740490e0182508d33d80ca))

**[See all commits in this version](https://github.com/Met4FoF/agentMET4FOF/compare/v0.13.2...v0.13.3)**

0.13.2

Fix
* **266:** Correct Mesa agents' names if only one space ([`263b07a`](https://github.com/Met4FoF/agentMET4FOF/commit/263b07ace484a482e2ba2f48ead210391c2f3d13))

Refactor
* **Backend:** Switch to Backend enums to avoid errors with wrong initialization ([`08f769c`](https://github.com/Met4FoF/agentMET4FOF/commit/08f769cc475334e3250d0514e471dad835125aa1))

**[See all commits in this version](https://github.com/Met4FoF/agentMET4FOF/compare/v0.13.1...v0.13.2)**

0.13.1

Fix
* **tutorial2:** Repair math agent in tutorial 2 ([`8cdc12e`](https://github.com/Met4FoF/agentMET4FOF/commit/8cdc12ebdc5d4a1792d9b1c1b3a72d9c721cbf3c))

Refactor
* **signal_streams:** Turn wave methods into static methods in SineGenerator and CosineGenerator ([`9d24259`](https://github.com/Met4FoF/agentMET4FOF/commit/9d24259b9d9e240a2ca90f9a07542cef0527db1d))
* **signal_streams:** Remove unneeded parenthesis in SineGenerator and CosineGenerator ([`dce0d86`](https://github.com/Met4FoF/agentMET4FOF/commit/dce0d864629a254338729f02916bb37926fa696e))

**[See all commits in this version](https://github.com/Met4FoF/agentMET4FOF/compare/v0.13.0...v0.13.1)**

0.13.0

Feature
* **Docker:** Transfer image to Docker Hub for more convenient usage ([`14aff5f`](https://github.com/Met4FoF/agentMET4FOF/commit/14aff5f49487a30bc0743da89613256054e8eac5))

Documentation
* **Docker:** Update documentation to reflect new image location ([`753f461`](https://github.com/Met4FoF/agentMET4FOF/commit/753f46138af7dd1400fa8ef16ed0d04f58481f77))

**[See all commits in this version](https://github.com/Met4FoF/agentMET4FOF/compare/v0.12.2...v0.13.0)**

0.12.1

Fix
* **DataStreamAgent:** Insert missing legacy import for agents.DataStreamAgent ([`302f61a`](https://github.com/Met4FoF/agentMET4FOF/commit/302f61ac7ac1ce976df3308999cafe6cde8a5643))

**[See all commits in this version](https://github.com/Met4FoF/agentMET4FOF/compare/v0.12.0...v0.12.1)**

0.12.0

Feature
* **NoiseJitterRemovalAgent:** Introduce an agent to reduce the amount of noise and jitter in streamed sensor values ([`4349548`](https://github.com/Met4FoF/agentMET4FOF/commit/4349548fd0402c7cdbc661ba5a440ba14f7ee312))
* **SineWithJitter:** Introduce a streaming data stream of a sine signal with jitter and the corresponding agent ([`b6ca636`](https://github.com/Met4FoF/agentMET4FOF/commit/b6ca636fc7eeae693819bd82893328d3e838fdd0))

Refactor
* **Dashboard:** Rename `Dashboard.is_port_available` to `Dashboard.is_port_at_ip_available` ([`25a9700`](https://github.com/Met4FoF/agentMET4FOF/commit/25a970013e9a08fc1b9a154562754300e03c6a98))

Documentation
* **README:** Introduce link and note about noise and jitter removal tutorial ([`59cc55e`](https://github.com/Met4FoF/agentMET4FOF/commit/59cc55e04302f0302ff931eb59285f7b066411c8))
* **signal_streams:** Improve docstrings and type hints ([`a7e0007`](https://github.com/Met4FoF/agentMET4FOF/commit/a7e0007fcd460458d629546c99d68ef1f2079c11))

**[See all commits in this version](https://github.com/Met4FoF/agentMET4FOF/compare/v0.11.0...v0.12.0)**

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.