mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 14:15:55 -06:00
[PR #56] [MERGED] deps(python): drop Python 3.6 support #141
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#141
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/56
Author: @XuehaiPan
Created: 3/15/2023
Status: ✅ Merged
Merged: 3/15/2023
Merged by: @XuehaiPan
Base:
main← Head:drop-py36📝 Commits (3)
b4ba75bdeps(python): drop Python 3.6 support4056fd0style: use postponed evaluation of annotations9a1e25fdocs(CHANGELOG): update CHANGELOG.md📊 Changes
22 files changed (+285 additions, -286 deletions)
View changed files
📝
.github/PULL_REQUEST_TEMPLATE.md(+1 -1)📝
.github/workflows/build.yaml(+7 -7)📝
.github/workflows/lint.yaml(+6 -6)📝
.pre-commit-config.yaml(+1 -1)📝
.pylintrc(+1 -1)📝
CHANGELOG.md(+1 -1)📝
README.md(+2 -2)📝
docs/source/index.rst(+2 -2)📝
nvitop/api/collector.py(+30 -28)📝
nvitop/api/device.py(+114 -116)📝
nvitop/api/libcuda.py(+5 -5)📝
nvitop/api/libcudart.py(+5 -5)📝
nvitop/api/libnvml.py(+6 -16)📝
nvitop/api/process.py(+56 -54)📝
nvitop/api/utils.py(+17 -15)📝
nvitop/callbacks/keras.py(+4 -3)📝
nvitop/callbacks/pytorch_lightning.py(+3 -2)📝
nvitop/callbacks/tensorboard.py(+7 -5)📝
nvitop/callbacks/utils.py(+4 -4)📝
nvitop/select.py(+10 -8)...and 2 more files
📄 Description
Issue Type
Description
Drop Python 3.7 support and use postponed evaluation of annotations.
Motivation and Context
Python 3.6 reached end-of-life about 1 year and 2 months ago.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.