* add check of pusher type and error message ([2b0505f](https://github.com/powerapi-ng/smartwatts-formula/commit/2b0505ff8a7cf089a16299a03c9f68a3a4e1d3b6)) * cpu ratio were float, result in type error ([bbc1ad0](https://github.com/powerapi-ng/smartwatts-formula/commit/bbc1ad0174a244b9a951eaa17d1afb9626a509da)) * fix license ([360f73b](https://github.com/powerapi-ng/smartwatts-formula/commit/360f73bdcbc41945478646cc39e6b98f41d16438))
* effectively rename sensor-report-frequency in sensor-report-sampling-interval ([74b6132](https://github.com/powerapi-ng/smartwatts-formula/commit/74b6132c58b49d7f60e52b6e05d5213a6e1a0a72)) * fix real time (file was reversed accidently) ([c377807](https://github.com/powerapi-ng/smartwatts-formula/commit/c377807663e0f0a40f7a769b3b12c7f821efacbf))
Features
* add auto_config script ([f3cf9d0](https://github.com/powerapi-ng/smartwatts-formula/commit/f3cf9d08057da55f1aeecc694b4cbe901d5cd0b0)) * add real time mode ([b09c95c](https://github.com/powerapi-ng/smartwatts-formula/commit/b09c95cae0c2c6a14f5d7069bd0bb3cf639b38d3))
* compatibility with scipy 0.17 ([5a74f4b](https://github.com/powerapi-ng/smartwatts-formula/commit/5a74f4bb77889aef1eaae7c7301176afa7886856)) * compatibility with sklearn 0.17 ([741b3c8](https://github.com/powerapi-ng/smartwatts-formula/commit/741b3c8be0928465ed5c331b3a9b2e651aed65c2)) * in non-stream mode, formula pusher are killed when smartwatts finished to handle input data ([7a3c28f](https://github.com/powerapi-ng/smartwatts-formula/commit/7a3c28fbdd218dbc6baf65277c4516dac39e16bc)) * lint code ([4c9e4f7](https://github.com/powerapi-ng/smartwatts-formula/commit/4c9e4f70b719606c78ef364599c84b086631ef57)) * pusher was not running when using csv HWPCreport was use instead of PowerReport ([3bd5d00](https://github.com/powerapi-ng/smartwatts-formula/commit/3bd5d00da18b348194210b667ccefce0fc9e81c1)) * Remove incorrect/unused cgroup management code ([70a7dc3](https://github.com/powerapi-ng/smartwatts-formula/commit/70a7dc3611186189aff29127acb9f1338cf979ce)) * update config validator ([5d5ee6d](https://github.com/powerapi-ng/smartwatts-formula/commit/5d5ee6d2961845349ded5cc5623fc6144c775198))
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](https://github.com/powerapi-ng/smartwatts-formula/commit/6d57df02a8250ff153216d58aa4529dbd6da90ed)) * use powerapi 1.0.0 ([e611683](https://github.com/powerapi-ng/smartwatts-formula/commit/e6116837ec954fa8645a535c03a0bafc5380b2cc))
Minor change * move FormulaReport from powerapi to smartwatts ([d9e9a02](https://github.com/powerapi-ng/smartwatts-formula/commit/d9e9a02881404d99887f5c8d7d8dc650b083444a)) * remove cgroupspy dependency ([5394d66](https://github.com/powerapi-ng/smartwatts-formula/commit/5394d668bf248146b78bd5f26578a730e2a6e065))
0.7.0
- Support Powerapi 0.10.0
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