Releases: powerapi-ng/smartwatts-formula
Releases · powerapi-ng/smartwatts-formula
v0.8.4
0.8.4 (2021-10-29)
Features
v0.8.3
0.8.3 (2021-10-26)
Bug Fixes
Features
v0.8.2
0.8.2 (2021-10-14)
Bug Fixes
- add check of pusher type and error message (2b0505f)
- cpu ratio were float, result in type error (bbc1ad0)
- fix license (360f73b)
v0.8.1
0.8.1 (2021-10-11)
Bug Fixes
- effectively rename sensor-report-frequency in sensor-report-sampling-interval (74b6132)
- fix real time (file was reversed accidently) (c377807)
Features
v0.8.0
0.8.0 (2021-09-30)
Bug Fixes
- compatibility with scipy 0.17 (5a74f4b)
- compatibility with sklearn 0.17 (741b3c8)
- in non-stream mode, formula pusher are killed when smartwatts finished to handle input data (7a3c28f)
- lint code (4c9e4f7)
- pusher was not running when using csv HWPCreport was use instead of PowerReport (3bd5d00)
- Remove incorrect/unused cgroup management code (70a7dc3)
- update config validator (5d5ee6d)
Features
Major change
cpu-ration-base
cpu-ration-min
and cpu-ration-max
parameter are now in Mhz
- rename
sensor-report-frequency
in sensor-report-sampling-interval
- pypy is no longer supported
- add libvirtMapper (6d57df0)
- use powerapi 1.0.0 (e611683)
Minor change
- move FormulaReport from powerapi to smartwatts (d9e9a02)
- remove cgroupspy dependency (5394d66)
v0.6.0
Version 0.6.0:
- support powerAPI 0.8.1
- if one of the following exception is raise, it will restart the formula instead of stop it :
- ValueError
- ZeroDivisionError
- TypeError
- KeyError
- IndexError
- minor fix (#6, support hwpc reports with mperf value equals to 0)
- add acceptation test
v0.5.0
Release version 0.5.0:
- compatibility with PowerAPI v0.8.0