mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 14:15:55 -06:00
[PR #150] [MERGED] deps(python): drop Python 3.7 support #176
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#176
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/150
Author: @XuehaiPan
Created: 1/30/2025
Status: ✅ Merged
Merged: 1/31/2025
Merged by: @XuehaiPan
Base:
main← Head:drop-py37📝 Commits (4)
bbf34a5deps(python): drop Python 3.7 support78fb4c3refactor(api): mark some arguments as postional-only119176bchore(pre-commit): update pre-commit hookse665df5docs(CHANGELOG): update CHANGELOG.md📊 Changes
18 files changed (+55 additions, -37 deletions)
View changed files
📝
.github/PULL_REQUEST_TEMPLATE.md(+1 -1)📝
.github/workflows/build.yaml(+2 -2)📝
.github/workflows/lint.yaml(+1 -1)📝
.pre-commit-config.yaml(+2 -2)📝
CHANGELOG.md(+1 -1)📝
README.md(+2 -2)📝
docs/source/index.rst(+2 -2)📝
nvitop-exporter/pyproject.toml(+1 -2)📝
nvitop/api/caching.py(+4 -1)📝
nvitop/api/collector.py(+3 -1)📝
nvitop/api/device.py(+2 -1)📝
nvitop/api/libcuda.py(+2 -2)📝
nvitop/api/libcudart.py(+3 -3)📝
nvitop/api/libnvml.py(+11 -2)📝
nvitop/api/process.py(+2 -2)📝
nvitop/api/termcolor.py(+2 -0)📝
nvitop/api/utils.py(+11 -8)📝
pyproject.toml(+3 -4)📄 Description
Issue Type
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
device.pcie_tx_throughput()returns PCIe RX throughput due to a typo in argument #187