-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Fixed apply_index #35165
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
Fixed apply_index #35165
Conversation
CI is passing, travis just hasn't reported back. |
cc @jreback |
@@ -938,6 +945,7 @@ Methods | |||
:toctree: api/ | |||
|
|||
FY5253.apply | |||
FY5253.apply_index |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need to add these back if we are deprecating?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know why, but sphinx started complaining about these not being present. Which is technically correct, since it's a method on those classes. It just raises.
So I think keep for now, and just remove them all when we enforce the deprecation in 2.0
All green again. |
thanks @TomAugspurger |
Closes #34580