Release v0.1.0
Release v0.1.0:
This release contains a big structural update. It mirrors some of the latest changes from eta-utility. The data_recorder script was refactored into its own class and associated dataclass. Logging got introduced with automatic file logging.
New Features:
- Now using logging instead print statements
- The logger automatically creates a logfile (with unique name)
- Added dataclass
DataRecorderArgs
for the data_recorder arguments
Breaking Changes:
- The script is now stopped with
Ctrl+C
instead ofq
(or the specified key)
Bugfixes:
- Removed
keyboard
, as it does not run on macOS and on Linux only with root access. - Renamed package directory to repository name
Internal changes:
- Added Poetry as project manager and updated project structure accordingly
- Added Ruff for linting and formatting
- Added pre-commit
- Updated the provided nodes excel sheet
Edited by Julius Balzer