Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peci1 committed Jan 16, 2024
1 parent a73833f commit 65ffe9b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.1.0

- Added CLI argument `--id` to filter the processed GPUs (it is passed to `nvidia-smi`).
- Changed some error text to be printed to stderr instead of on stdout.
- The program now exits with the same error code as `nvidia-smi` if its call failed.

## 1.0.7

- Added CLI argument `--user` to filter processes by selected users.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
long_description = (here / 'README.md').read_text(encoding='utf-8')

setup(name='nvidia-htop',
version='1.0.7',
version='1.1.0',
description='A tool for enriching the output of nvidia-smi',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 65ffe9b

Please sign in to comment.