v0.5.0
Pre-release
Pre-release
What's Changed
- Modernise workflows by @jgray-19 in #8
- Handling improvements by @jgray-19 in #9
- Add history method to get the history of communication of strings to MAD-NG.
- Rename a significant amount of the code to be more readable.
- Format the code using ruff.
- Convert to using annotations instead of typing.
- Allow debug mode to be set to a string, which will be the file that the debug information is written to.
- Remove support for Python EOL, now only supporting Python 3.9 and above.
- Change how ctrl-c is handled, now it will raise a KeyboardInterrupt error and delete the MAD process. \
Full Changelog: v0.4.6...v0.5.0