-
Notifications
You must be signed in to change notification settings - Fork 159
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
Remove deprecated features from >3 months ago and TODOs #784
Comments
@kt474 - deprecated code for which versions can be removed? |
I looked at the deprecation message in session.py:
I tried to raise an error if |
Yes, it is a bit confusing - originally, I believe we wanted all options passed into I agree that ideally, |
We can just make a copy of the input We can remove/privatize both |
I believe #1093 handles the last deprecation warning we can remove, after it's in we can close this issue Update 11/08 : we've handled all deprecation warnings but there are still plenty |
closing this, but as part of the release process we should always check if there are deprecated features that can be removed. |
What is the expected feature or enhancement?
Many features were deprecated in 0.7 release and can be removed now. In light of this issue, the TODOs in the code should be reviewed and actions taken accordingly.
Acceptance criteria
The text was updated successfully, but these errors were encountered: