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

Release v2.0.0 #545

Merged
merged 6 commits into from
Mar 18, 2023
Merged

Release v2.0.0 #545

merged 6 commits into from
Mar 18, 2023

Conversation

ashleve
Copy link
Owner

@ashleve ashleve commented Mar 9, 2023

What does this PR do?

Merges release v2.0.0.

Release for alignment with PyTorch 2.0 and Lightning 2.0.

Before submitting

  • Did you make sure title is self-explanatory and the description concisely explains the PR?
  • Did you make sure your PR does only one thing, instead of bundling different changes together?
  • Did you list all the breaking changes introduced by this pull request?
  • Did you test your PR locally with pytest command?
  • Did you run pre-commit hooks with pre-commit run -a command?

Did you have fun?

Make sure you had fun coding 🙃

@ashleve ashleve added the release label Mar 9, 2023
@codecov-commenter
Copy link

codecov-commenter commented Mar 9, 2023

Codecov Report

Patch coverage: 61.85% and project coverage change: -0.20 ⚠️

Comparison is base (adc6afe) 83.80% compared to head (7be0664) 83.61%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #545      +/-   ##
==========================================
- Coverage   83.80%   83.61%   -0.20%     
==========================================
  Files           9       11       +2     
  Lines         352      354       +2     
==========================================
+ Hits          295      296       +1     
- Misses         57       58       +1     
Impacted Files Coverage Δ
src/utils/logging_utils.py 19.23% <19.23%> (ø)
src/utils/utils.py 72.09% <56.25%> (+11.51%) ⬆️
src/eval.py 87.50% <66.66%> (-2.83%) ⬇️
src/train.py 92.45% <77.77%> (-3.39%) ⬇️
src/utils/instantiatiators.py 80.64% <80.64%> (ø)
src/data/mnist_datamodule.py 94.73% <100.00%> (ø)
src/models/mnist_module.py 98.41% <100.00%> (-0.05%) ⬇️
src/utils/__init__.py 100.00% <100.00%> (ø)
src/utils/pylogger.py 100.00% <100.00%> (ø)
src/utils/rich_utils.py 82.60% <100.00%> (ø)

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

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@ashleve ashleve changed the title Release v1.5.4 Release v2.0.0 Mar 18, 2023
@ashleve ashleve linked an issue Mar 18, 2023 that may be closed by this pull request
@ashleve ashleve merged commit df6a17f into main Mar 18, 2023
ashleve added a commit that referenced this pull request Mar 18, 2023
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.

Update to PyTorch Lightning 2.0
5 participants