ver: bump version to v1.6.1
Some checks failed
Build / Build sdist and wheels (release) Has been cancelled
Build and Publish Docker Images / Build and Publish Docker Images for nvitop (release) Has been cancelled
Build and Publish Docker Images / Build and Publish Docker Images for nvitop-exporter (release) Has been cancelled
Build / Publish to PyPI (release) Has been cancelled

This commit is contained in:
Xuehai Pan 2025-12-08 11:43:51 +08:00
parent 4d948e2c9d
commit ce152e6d98
6 changed files with 16 additions and 7 deletions

View file

@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Support devices with unified memory (e.g., NVIDIA Spark) by [@XuehaiPan](https://github.com/XuehaiPan) in [#195](https://github.com/XuehaiPan/nvitop/pull/195). Issued by [@FlorinAndrei](https://github.com/FlorinAndrei).
-
### Changed
@ -29,6 +29,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
------
## [1.6.1] - 2025-12-08
### Added
- Support devices with unified memory (e.g., NVIDIA Spark) by [@XuehaiPan](https://github.com/XuehaiPan) in [#195](https://github.com/XuehaiPan/nvitop/pull/195). Issued by [@FlorinAndrei](https://github.com/FlorinAndrei).
------
## [1.6.0] - 2025-11-11
### Added
@ -238,7 +246,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
------
[Unreleased]: https://github.com/XuehaiPan/nvitop/compare/v1.6.0...HEAD
[Unreleased]: https://github.com/XuehaiPan/nvitop/compare/v1.6.1...HEAD
[1.6.1]: https://github.com/XuehaiPan/nvitop/compare/v1.6.0...v1.6.1
[1.6.0]: https://github.com/XuehaiPan/nvitop/compare/v1.5.3...v1.6.0
[1.5.3]: https://github.com/XuehaiPan/nvitop/compare/v1.5.2...v1.5.3
[1.5.2]: https://github.com/XuehaiPan/nvitop/compare/v1.5.1...v1.5.2

View file

@ -202,7 +202,7 @@ Install from conda-forge ([![conda-forge](https://img.shields.io/conda/v/conda-f
conda install -c conda-forge nvitop
```
Install the latest version from GitHub (![Commit Count](https://img.shields.io/github/commits-since/XuehaiPan/nvitop/v1.6.0)):
Install the latest version from GitHub (![Commit Count](https://img.shields.io/github/commits-since/XuehaiPan/nvitop/v1.6.1)):
```bash
pip3 install --upgrade pip setuptools

View file

@ -82,7 +82,7 @@ Or, clone this repo and install manually:
If this repo is useful to you, please star ⭐️ it to let more people know 🤗. |GitHub Repo Stars|_
.. |Commit Count| image:: https://img.shields.io/github/commits-since/XuehaiPan/nvitop/v1.6.0
.. |Commit Count| image:: https://img.shields.io/github/commits-since/XuehaiPan/nvitop/v1.6.1
------

View file

@ -18,7 +18,7 @@
# pylint: disable=invalid-name
__version__ = '1.6.0'
__version__ = '1.6.1'
__license__ = 'Apache-2.0'
__author__ = __maintainer__ = 'Xuehai Pan'
__email__ = 'XuehaiPan@pku.edu.cn'

View file

@ -48,7 +48,7 @@ classifiers = [
]
dependencies = [
# Sync with nvitop/version.py and requirements.txt
"nvitop ~= 1.6.0",
"nvitop ~= 1.6.1",
"prometheus-client >= 0.4.0",
]
dynamic = ["version"]

View file

@ -18,7 +18,7 @@
# pylint: disable=invalid-name
__version__ = '1.6.0'
__version__ = '1.6.1'
__license__ = 'Apache-2.0 AND GPL-3.0-only'
__author__ = __maintainer__ = 'Xuehai Pan'
__email__ = 'XuehaiPan@pku.edu.cn'