v2.1.0
Added
- Support for Python 3.11 and 3.12
- A new bash script added to create a virtual Python environment and install all dependencies.
- Documentation is updated
Changed
- Dependency management: requirement files for
pip
are using maximal version numbers - Flake8 removed
Fixed
- In case of loop disks,
Disk.get_temperature()
method did not work and the demo stopped. Better error handling added while loop devices will be fully supported.