forked from wookayin/gpustat
-
Notifications
You must be signed in to change notification settings - Fork 14
/
.bk_CHANGELOG.md_09月01日20时04分
69 lines (45 loc) · 2.58 KB
/
.bk_CHANGELOG.md_09月01日20时04分
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Changelog for `gpustat`
=======================
## Unreleased [(v1.0)][milestone-1.0]
[milestone-1.0]: https://github.com/wookayin/gpustat/issues?q=milestone%3A1.0
- [Breaking changes] Retire Python 2 (#66). Add CI tests for python 3.8.
- [Breaking changes] Backward-incompatible changes on JSON fields (#10)
- [New Feature] Add '--show-codec (-e)' option: display encoder/decoder utilization (#79)
- [Enhancement] Re-add windows support, by switching to `blessed` (#78, @skjerns)
- [Enhancement] Use unicode symbols (#58, @arinbjornk)
- [Enhancement] Add full process information (-f) (#65, @bethune-bryant)
- [Enhancement] Add '--show-all (-a)' flag (#64)
## [v0.6.0][milestone-0.6] (2019/07/22)
[milestone-0.6]: https://github.com/wookayin/gpustat/issues?q=milestone%3A0.6
- [Feature] Add a flag for fan speed (`-F`, `--show-fan`) (#62, #63), contributed by @bethune-bryant
- [Enhancement] Align query datetime in the header with respect to `--gpuname-width` parameter.
- [Enhancement] Alias `gpustat --watch` to `-i`/`--interval` option.
- [Enhancement] Display NVIDIA driver version in the header (#53)
- [Bugfix] Minor fixes on debug mode
- [Etc] Travis: python 3.7
## [v0.5.0][milestone-0.5] (2018/09/09)
[milestone-0.5]: https://github.com/wookayin/gpustat/issues?q=milestone%3A0.5
- [Feature] Built-in watch mode (`gpustat -i`) (#7, #41).
- Contributed by @drons and @Stonesjtu, Thanks!
- [Bug] Fix the problem extra character was showing (#32)
- [Bug] Fix a bug in json mode where process information is unavailable (#45)
- [Etc.] Refactoring of internal code structure: `gpustat` is now a package (#33)
- [Etc.] More unit tests and better use of code styles (flake8)
## v0.4.1
- Fix a bug that might happen when power_draw is not available (#16)
## v0.4.0
`gpustat` is no more a zero-dependency script and now depends on some packages. Please install using pip.
- Use `nvidia-ml-py` bindings and `psutil` to replace command-line call of `nvidia-smi` and `ps` (#20, Thanks to @Stonesjtu).
- A behavior on pipe is changed; it will not be in color by default, use `--color` explicitly. (e.g. `watch --color -n1.0 gpustat --color`)
- Fix a bug in handling stale-state or zombie process (#16)
- Include non-CUDA graphics applications in the process list (#18, Thanks to @kapsh)
- Support power usage (#13, #28, Thanks to @cjw85)
- Support `--debug` option
## v0.3.1
- Experimental JSON output feature (#10)
- Add some properties and dict-style access for `GPUStat` class
- Fix Python3 compatibility
## v0.2.0
- Add `--gpuname-width` option
- Display long usernames correctly
- Support older NVIDIA cards (#6)