mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-21 06:45:24 -06:00
2.2 KiB
2.2 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
Added
- Add
mypyintegration and update type annotations by @XuehaiPan in #73.
Changed
Fixed
- Fix inappropriate exception catching in function
libcuda.cuDeviceGetUuidby @XuehaiPan.
Removed
1.1.2 - 2023-04-11
Fixed
- Further isolate the
CUDA_VISIBLE_DEVICESparser in a subprocess by @XuehaiPan in #70.
1.1.1 - 2023-04-07
Fixed
- Fix MIG device support by @XuehaiPan.
1.1.0 - 2023-04-07
Added
- Support float number as snapshot interval that >= 0.25s by @XuehaiPan in #67.
- Show more host metrics (e.g., used virtual memory, uptime) in CLI by @XuehaiPan in #59.
Changed
- Move
TTLCacheusage to CLI-only by @XuehaiPan in #66.
Fixed
- Respect
FORCE_COLORandNO_COLORenvironment variables by @XuehaiPan.
Removed
- Drop Python 3.6 support by @XuehaiPan in #56.
1.0.0 - 2023-02-01
Added
- The first stable release of
nvitopby @XuehaiPan.