Skip to content

Commit daf26ec

Browse files
committed
ver: bump version to v1.6.2
1 parent 8e2a517 commit daf26ec

File tree

6 files changed

+20
-6
lines changed

6 files changed

+20
-6
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2929

3030
------
3131

32+
## [1.6.2] - 2026-01-28
33+
34+
### Added
35+
36+
- Add `nvidia-ml-py` 13.580.126 and 13.590.44 and 13.590.48 to support list by [@XuehaiPan](https://github.com/XuehaiPan).
37+
38+
### Fixed
39+
40+
- Fix TUI column alignment for device with power limit >= 1000W by [@XuehaiPan](https://github.com/XuehaiPan).
41+
- Fix grammar and typos in documentation by [@XuehaiPan](https://github.com/XuehaiPan).
42+
43+
------
44+
3245
## [1.6.1] - 2025-12-08
3346

3447
### Added
@@ -246,7 +259,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
246259

247260
------
248261

249-
[Unreleased]: https://github.com/XuehaiPan/nvitop/compare/v1.6.1...HEAD
262+
[Unreleased]: https://github.com/XuehaiPan/nvitop/compare/v1.6.2...HEAD
263+
[1.6.2]: https://github.com/XuehaiPan/nvitop/compare/v1.6.1...v1.6.2
250264
[1.6.1]: https://github.com/XuehaiPan/nvitop/compare/v1.6.0...v1.6.1
251265
[1.6.0]: https://github.com/XuehaiPan/nvitop/compare/v1.5.3...v1.6.0
252266
[1.5.3]: https://github.com/XuehaiPan/nvitop/compare/v1.5.2...v1.5.3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ Install from conda-forge ([![conda-forge](https://img.shields.io/conda/v/conda-f
202202
conda install -c conda-forge nvitop
203203
```
204204

205-
Install the latest version from GitHub (![Commit Count](https://img.shields.io/github/commits-since/XuehaiPan/nvitop/v1.6.1)):
205+
Install the latest version from GitHub (![Commit Count](https://img.shields.io/github/commits-since/XuehaiPan/nvitop/v1.6.2)):
206206

207207
```bash
208208
pip3 install --upgrade pip setuptools

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Or, clone this repo and install manually:
8282
8383
If this repo is useful to you, please star ⭐️ it to let more people know 🤗. |GitHub Repo Stars|_
8484

85-
.. |Commit Count| image:: https://img.shields.io/github/commits-since/XuehaiPan/nvitop/v1.6.1
85+
.. |Commit Count| image:: https://img.shields.io/github/commits-since/XuehaiPan/nvitop/v1.6.2
8686

8787
------
8888

nvitop-exporter/nvitop_exporter/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
# pylint: disable=invalid-name
2020

21-
__version__ = '1.6.1'
21+
__version__ = '1.6.2'
2222
__license__ = 'Apache-2.0'
2323
__author__ = __maintainer__ = 'Xuehai Pan'
2424
__email__ = 'XuehaiPan@pku.edu.cn'

nvitop-exporter/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ classifiers = [
4848
]
4949
dependencies = [
5050
# Sync with nvitop/version.py and requirements.txt
51-
"nvitop ~= 1.6.1",
51+
"nvitop ~= 1.6.2",
5252
"prometheus-client >= 0.4.0",
5353
]
5454
dynamic = ["version"]

nvitop/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
# pylint: disable=invalid-name
2020

21-
__version__ = '1.6.1'
21+
__version__ = '1.6.2'
2222
__license__ = 'Apache-2.0 AND GPL-3.0-only'
2323
__author__ = __maintainer__ = 'Xuehai Pan'
2424
__email__ = 'XuehaiPan@pku.edu.cn'

0 commit comments

Comments
 (0)