We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b4eeee commit 9b94d70Copy full SHA for 9b94d70
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 1.2.0
4
+- Added CLI argument `--meter` to show graphical utilization meters.
5
+
6
## 1.1.0
7
8
- Added CLI argument `--id` to filter the processed GPUs (it is passed to `nvidia-smi`).
setup.py
@@ -9,7 +9,7 @@
9
long_description = (here / 'README.md').read_text(encoding='utf-8')
10
11
setup(name='nvidia-htop',
12
- version='1.1.0',
+ version='1.2.0',
13
description='A tool for enriching the output of nvidia-smi',
14
long_description=long_description,
15
long_description_content_type='text/markdown',
0 commit comments