Changelog

v0.3.1

Docs

  • Change documentation link in Readme to point to ReadTheDocs

Deployment

  • Added documentation and repository link to pyproject.toml to appear on pypi

Changes

  • Update Plotter and LivePlotter to include potentiometer value

v0.3.0

Docs

  • Extend AeroShield example

  • Extend AeroController example

  • Publish documentation on GitLab pages, ReadTheDocs

Changes

  • Add potentiometer to default tracked variables of controller

v0.2.0

Docs

  • python_aeroshield -> python-aeroshield

  • Update README with basic usage examples.

  • Update example notebooks.

Changes

  • Update AeroShield to be used standalone. No changes for user when using context manager.

  • Rename plotting.Plotter.plot_hist to plotting.Plotter.plot

v0.1.2

Feature

  • Track additional variables during run

  • Move variable declaration out of Controller.__init__

v0.1.1 (08/01/2024)

Fix

  • Bugs in package import

v0.1.0 (04/01/2024)

  • First release of python_aeroshield