Release 2.0.1
This release introduces minor changes to the battle
script, updates to the CI pipeline and code cleanup.
The CI pipeline was cleaned up and extended, which mainly resulted in code cleanup and linting.
Since we currently are in demand of more compact log outputs, this release adds the output of the ui.format_ascii
method to the end of the logs. This is done slightly hacky for now and the string formatting will be most likely moved out of the ui
module in the next major release.
A noticeable correction is the renaming of the ui
method previously named ui.formatt_ascii
to ui.format_ascii
. This technically changes the api, but since it only corrects a very small and obvious typo, we decided against increasing the major release number for this change.