Releases: XuehaiPan/nvitop
Releases · XuehaiPan/nvitop
nvitop v1.6.0
What's Changed
Added
- Add
nvidia-ml-py13.580.82 to support list for NVIDIA Spark/Thor by @johnnynunez in #186. - Add bar charts for memory bandwidth and power usage in the main screen by @XuehaiPan in #190.
- Add workflow to build and publish Docker images to GitHub Container Registry by @XuehaiPan in #190. Issued by @ntheanh201.
New Contributors
- @johnnynunez made their first contribution in #186
- @ntheanh201 made their first contribution in #166 and #190
Full Changelog: v1.5.3...v1.6.0
nvitop v1.5.3
What's Changed
Added
- Add CUDA-13 NVML API support by @XuehaiPan in #178.
Changed
- Draw network and disk I/O graphs with centered symmetric zero in Grafana dashboard by @XuehaiPan.
Fixed
- Fix
device.pcie_tx_throughput()returns PCIe RX throughput due to a typo in argument by @kyet in #176.
Removed
- Remove per-version install extras for
nvidia-ml-pyand prefernvitop[cudaXX]instead by @XuehaiPan in #179.
New Contributors
Full Changelog: v1.5.2...v1.5.3
nvitop v1.5.2
What's Changed
- fix(api/process): fix snapshot cache for GPU processes with shared host process by @XuehaiPan in #172
- chore(tui/device): minor tweak display for device name by @XuehaiPan
Full Changelog: v1.5.1...v1.5.2
nvitop v1.5.1
What's Changed
- feat(exporter): add
Dockerfileanddocker-composetemplate fornvitop-exporterby @gianfranco-s in #159 - fix(tui): fix one-time output rendering on exit for TUI by @XuehaiPan
- deps(nvidia-ml-py): add
nvidia-ml-py12.575.51 to support list - deps(python): add Python 3.14 classifiers
New Contributors
- @gianfranco-s made their first contribution in #159
Full Changelog: v1.5.0...v1.5.1
nvitop v1.5.0
What's Changed
- deps(python): drop Python 3.7 support by @XuehaiPan in #150
- feat(tui): show
%GMBWin main screen by @XuehaiPan in #156 - chore(callbacks): deprecate
nvitop.callbacksas officially unmaintained by @XuehaiPan in #157 - fix(tui/host): ignore errors when collecting host metrics by @XuehaiPan in #163
- lint(tui): add doctests and add type annotations in
nvitop.tuiby @XuehaiPan in #164
Full Changelog: v1.4.2...v1.5.0
nvitop v1.4.2
nvitop v1.4.2
Minor Improvement
- Eliminate third-party dependencies
cachetoolsandtermcolorin #147 and #148 by @XuehaiPan.
Full Changelog: v1.4.1...v1.4.2
nvitop v1.4.1
nvitop v1.4.1
Fixed
- Fix passing invalid device handle (e.g., GPU is lost) to NVML functions by @XuehaiPan in #146.
- Fix CUDA device selection tool
nviselby @XuehaiPan.
Minor Improvement
- Better Grafana dashboard template:
A Grafana dashboard built on top of nvitop-exporter.
Full Changelog: v1.4.0...v1.4.1
nvitop v1.4.0
nvitop v1.4.0
Added
- Add Grafana dashboard for
nvitop-exporterby @XuehaiPan in #138. - Handle exceptions for function
getpass.getuser()by @XuehaiPan in #130. Issued by @landgraf.
Changed
- Refactor setup scripts by @XuehaiPan.
Fixed
- Fix documentation for the
ResourceMetricCollector.clear()method by @MyGodItsFull0fStars in #132. - Gracefully ignore UTF-8 decoding errors by @XuehaiPan.
New Contributors
- @MyGodItsFull0fStars made their first contribution in #132.
Full Changelog: v1.3.2...v1.4.0
nvitop v1.3.2
nvitop v1.3.2
Added
- Add separate implementation for
GpuStatsLoggercallback forlightningby @XuehaiPan in #114. - Remove metrics if process is gone in
nvitop-exporterby @XuehaiPan in #107.
Full Changelog: https://github.com/XuehaiPan/compare/v1.3.1...v1.3.2
nvitop v1.3.1
nvitop v1.3.1
Added
- Add Python 3.12 classifiers by @XuehaiPan in #101.
Fixed
- Fix
libcuda.cuDeviceGetUuid()when the UUID contains0x00by @XuehaiPan in #100.
Full Changelog: https://github.com/XuehaiPan/compare/v1.3.0...v1.3.1
