mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 14:15:55 -06:00
[PR #164] [MERGED] lint(tui): add doctests and add type annotations in nvitop.tui #182
Labels
No labels
api
bug
bug
cli / tui
dependencies
documentation
documentation
documentation
duplicate
enhancement
exporter
invalid
pull-request
pynvml
question
question
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/nvitop#182
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/XuehaiPan/nvitop/pull/164
Author: @XuehaiPan
Created: 4/20/2025
Status: ✅ Merged
Merged: 4/24/2025
Merged by: @XuehaiPan
Base:
main← Head:tui-typing📝 Commits (10+)
78ed468chore(tui): add__all__to subpackages innvitop.tuic05dc2cstyle(tui): rename boolean constants0057872lint(tui): add type annotations innvitop.tuid9db936lint(tui): add doctests4635d6dfix: fix sort order keybinding1d14f9clint: update type annotations for snapshotsd2c18e8lint: update annotations37834c9chore: simplify dict comp4d33eaadocs(CHANGELOG): update CHANGELOG.md0ef40dachore: minor improvements📊 Changes
48 files changed (+2313 additions, -1516 deletions)
View changed files
📝
.github/workflows/lint.yaml(+8 -1)📝
CHANGELOG.md(+1 -0)📝
docs/source/spelling_wordlist.txt(+2 -0)📝
nvitop/api/__init__.py(+1 -1)📝
nvitop/api/collector.py(+1 -1)📝
nvitop/api/device.py(+14 -21)📝
nvitop/api/host.py(+4 -4)📝
nvitop/api/libcuda.py(+2 -2)📝
nvitop/api/libcudart.py(+3 -3)📝
nvitop/api/libnvml.py(+5 -5)📝
nvitop/api/process.py(+2 -2)📝
nvitop/api/termcolor.py(+1 -2)📝
nvitop/api/utils.py(+63 -23)📝
nvitop/callbacks/keras.py(+2 -0)📝
nvitop/callbacks/lightning.py(+2 -0)📝
nvitop/callbacks/pytorch_lightning.py(+2 -0)📝
nvitop/callbacks/tensorboard.py(+2 -0)📝
nvitop/cli.py(+7 -7)📝
nvitop/select.py(+5 -6)📝
nvitop/tui/__init__.py(+13 -1)...and 28 more files
📄 Description
Issue Type
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.