mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 06:06:12 -06:00
ver: bump version to v1.4.1
This commit is contained in:
parent
d623531779
commit
27c3143f54
7 changed files with 18 additions and 9 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
|
@ -21,8 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
### Fixed
|
||||
|
||||
- Fix passing invalid device handle (e.g., GPU is lost) to NVML functions by [@XuehaiPan](https://github.com/XuehaiPan) in [#146](https://github.com/XuehaiPan/nvitop/pull/146).
|
||||
- Fix CUDA device selection tool `nvisel` by [@XuehaiPan](https://github.com/XuehaiPan).
|
||||
-
|
||||
|
||||
### Removed
|
||||
|
||||
|
|
@ -30,6 +29,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
------
|
||||
|
||||
## [1.4.1] - 2025-01-13
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix passing invalid device handle (e.g., GPU is lost) to NVML functions by [@XuehaiPan](https://github.com/XuehaiPan) in [#146](https://github.com/XuehaiPan/nvitop/pull/146).
|
||||
- Fix CUDA device selection tool `nvisel` by [@XuehaiPan](https://github.com/XuehaiPan).
|
||||
|
||||
------
|
||||
|
||||
## [1.4.0] - 2024-12-29
|
||||
|
||||
### Added
|
||||
|
|
@ -146,7 +154,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
------
|
||||
|
||||
[Unreleased]: https://github.com/XuehaiPan/nvitop/compare/v1.4.0...HEAD
|
||||
[Unreleased]: https://github.com/XuehaiPan/nvitop/compare/v1.4.1...HEAD
|
||||
[1.4.1]: https://github.com/XuehaiPan/nvitop/releases/tag/v1.4.1
|
||||
[1.4.0]: https://github.com/XuehaiPan/nvitop/releases/tag/v1.4.0
|
||||
[1.3.2]: https://github.com/XuehaiPan/nvitop/releases/tag/v1.3.2
|
||||
[1.3.1]: https://github.com/XuehaiPan/nvitop/releases/tag/v1.3.1
|
||||
|
|
|
|||
|
|
@ -204,7 +204,7 @@ Install from conda-forge ([):
|
||||
Install the latest version from GitHub ():
|
||||
|
||||
```bash
|
||||
pip3 install --upgrade pip setuptools
|
||||
|
|
|
|||
|
|
@ -81,7 +81,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.4.0
|
||||
.. |Commit Count| image:: https://img.shields.io/github/commits-since/XuehaiPan/nvitop/v1.4.1
|
||||
|
||||
------
|
||||
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
# pylint: disable=invalid-name
|
||||
|
||||
__version__ = '1.4.0'
|
||||
__version__ = '1.4.1'
|
||||
__license__ = 'Apache-2.0'
|
||||
__author__ = __maintainer__ = 'Xuehai Pan'
|
||||
__email__ = 'XuehaiPan@pku.edu.cn'
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ classifiers = [
|
|||
]
|
||||
dependencies = [
|
||||
# Sync with nvitop/version.py and requirements.txt
|
||||
"nvitop ~= 1.4.0",
|
||||
"nvitop ~= 1.4.1",
|
||||
"prometheus-client >= 0.4.0",
|
||||
]
|
||||
dynamic = ["version"]
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
nvitop ~= 1.4.0
|
||||
nvitop
|
||||
prometheus-client >= 0.4.0
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
# pylint: disable=invalid-name
|
||||
|
||||
__version__ = '1.4.0'
|
||||
__version__ = '1.4.1'
|
||||
__license__ = 'GPL-3.0-only AND Apache-2.0'
|
||||
__author__ = __maintainer__ = 'Xuehai Pan'
|
||||
__email__ = 'XuehaiPan@pku.edu.cn'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue