-
Notifications
You must be signed in to change notification settings - Fork 12
/
CHANGELOG
39 lines (36 loc) · 1.23 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Change Log
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
## [Unreleased]
### Added
- **More usage examples**: MINOR add a usage example of the package on the training of a transformer model
## [0.2] - 2021-09-30
### Added
- **Process consumption**:
MAJOR Records current's process power usage instead of whole machine usage
- **Output description**:
MINOR Add doc to describe the csv file output
- **API reference**:
MINOR Add more in-depth doc-strings
- **Context page**:
MINOR Add a context page to the doc
- **Code quality**:
MINOR check code quality in pre-commit + fix major code quality issues
### Changed
- **Linux requirements**:
Update doc
- **Cloud compatibility**:
The package will now throw a warning if no CPU power measurement tool is available
- **Doc Design**:
Update the doc design based on the pydata model
- **Branding**:
Renamed and changed the logo of the package
### Fixed
- **Windows installation**:
Support Intel Power Gadget 3.6 for Windows
- **Output path**:
The output path can either be a string or a pathlib.Path
- **Linux requirements**:
Argument checking
- **Online/offline usage**:
Argument checking