File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.1.0
4
+
5
+ - Added CLI argument ` --id ` to filter the processed GPUs (it is passed to ` nvidia-smi ` ).
6
+ - Changed some error text to be printed to stderr instead of on stdout.
7
+ - The program now exits with the same error code as ` nvidia-smi ` if its call failed.
8
+
3
9
## 1.0.7
4
10
5
11
- Added CLI argument ` --user ` to filter processes by selected users.
Original file line number Diff line number Diff line change 9
9
long_description = (here / 'README.md' ).read_text (encoding = 'utf-8' )
10
10
11
11
setup (name = 'nvidia-htop' ,
12
- version = '1.0.7 ' ,
12
+ version = '1.1.0 ' ,
13
13
description = 'A tool for enriching the output of nvidia-smi' ,
14
14
long_description = long_description ,
15
15
long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments