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

Clarify checkpoint deprecation message #4640

Merged
merged 13 commits into from
Nov 22, 2020
Merged

Clarify checkpoint deprecation message #4640

merged 13 commits into from
Nov 22, 2020

Conversation

edenlightning
Copy link
Contributor

Make the deprecation message of checkpoint_callback arg clearer. Follow up to #4461

@edenlightning edenlightning added this to the 1.0.7 milestone Nov 12, 2020
@edenlightning edenlightning added the docs Documentation related label Nov 12, 2020
@codecov
Copy link

codecov bot commented Nov 12, 2020

Codecov Report

Merging #4640 (f45e435) into master (b29757d) will increase coverage by 3%.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master   #4640    +/-   ##
=======================================
+ Coverage      90%     93%    +3%     
=======================================
  Files         117     117            
  Lines        9011    9011            
=======================================
+ Hits         8134    8384   +250     
+ Misses        877     627   -250     

Copy link
Contributor

@awaelchli awaelchli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pytorch_lightning/trainer/connectors/callback_connector.py Outdated Show resolved Hide resolved
Copy link
Member

@Borda Borda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so it shall be 1.1 milestone, right?

docs/source/trainer.rst Outdated Show resolved Hide resolved
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
@edenlightning
Copy link
Contributor Author

so it shall be 1.1 milestone, right?

I don't think so. This is not a feature. Why shouldn't it be in 1.0.7?

@Borda
Copy link
Member

Borda commented Nov 13, 2020

so it shall be 1.1 milestone, right?

I don't think so. This is not a feature. Why shouldn't it be in 1.0.7?

then the msg does not fit as you say deprecate in 1.1 but you want to release it before 1.1... in such case, we shall rephrase it as deprecated in 1.0.7 and removed in 1.2

@edenlightning
Copy link
Contributor Author

Well this is already in 1.0.5? #4336
(Whats the fastest way to verify?)

If so I guess it should be 1.0.5. Altough maybe not super elegant to add deprecations is patch releases :0

@Borda Borda modified the milestones: 1.0.7, 1.0.x Nov 13, 2020
@Borda Borda added the ready PRs ready to be merged label Nov 13, 2020
@Borda Borda modified the milestones: 1.0.x, 1.1 Nov 18, 2020
docs/source/trainer.rst Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation related ready PRs ready to be merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants