File tree Expand file tree Collapse file tree 6 files changed +20
-6
lines changed
Expand file tree Collapse file tree 6 files changed +20
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ Install from conda-forge ([ ):
205+ Install the latest version from GitHub (![ Commit Count] ( https://img.shields.io/github/commits-since/XuehaiPan/nvitop/v1.6.2 ) ):
206206
207207``` bash
208208pip3 install --upgrade pip setuptools
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ classifiers = [
4848]
4949dependencies = [
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]
5454dynamic = [" version" ]
Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments