Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Build] Upgrade Python version to 3.11 for CI/CD pipeline #86

Merged
merged 16 commits into from Dec 28, 2022
Merged

Conversation

kozistr
Copy link
Owner

@kozistr kozistr commented Dec 28, 2022

Problem (Why?)

just upgrading

Solution (What/How?)

  • Python version to 3.11 for CI/CD pipeline
  • github action
    • codecov/codecov-action to v3
    • actions/setup-python to v4
  • remove CUDA-related packages from the dependencies manually
  • upgrade dev dependencies
  • replace lint.py with pylint built-in option (fail-under)
  • update .pylintrc

Other changes (bug fixes, small refactors)

nope

Notes

nope

@kozistr kozistr added the dependencies Dependencies label Dec 28, 2022
@kozistr kozistr self-assigned this Dec 28, 2022
@pull-request-size pull-request-size bot added size/L and removed size/M labels Dec 28, 2022
@codecov-commenter
Copy link

codecov-commenter commented Dec 28, 2022

Codecov Report

Merging #86 (0c571f8) into main (d316d1c) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main      #86   +/-   ##
=======================================
  Coverage   96.30%   96.30%           
=======================================
  Files          31       31           
  Lines        2218     2218           
=======================================
  Hits         2136     2136           
  Misses         82       82           
Impacted Files Coverage Δ
pytorch_optimizer/lr_scheduler/cosine_anealing.py 100.00% <100.00%> (ø)
pytorch_optimizer/optimizer/adapnm.py 98.64% <100.00%> (ø)
pytorch_optimizer/optimizer/fp16.py 68.57% <100.00%> (ø)
pytorch_optimizer/optimizer/pnm.py 98.36% <100.00%> (ø)
pytorch_optimizer/optimizer/ranger21.py 98.32% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@kozistr kozistr merged commit 534a0f4 into main Dec 28, 2022
@kozistr kozistr deleted the build/cicd branch December 28, 2022 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants