-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Fix building doc following depreciation in Pandas 2.2.0 #8633
Conversation
Thank you for opening this pull request! It may take us a few days to respond here, so thank you for being patient. |
There are possibly 81 of these warnings. They will need fixing one day; do we start now? Pandas 2.2.0 release seems to be causing other pull requests to fail, possibly due to this issue also.
/continues |
Thanks for fixing that one. Could we add a TODO to the code and link back to this issue? More generally: Assuming we can't quickly fix the tests, I would vote to ignore them in the meantime, so we can have the other tests passing. This PR is an example of that approach. That also lowers the urgency on those who work on the cftime part of the package. |
Fixes
./doc
make html
Following Pandas 2.2.0 release, pd.date_range freq arguments were depreciated.
Question why old releases in doc/whats-new.rst are compiled and not static to avoid breaking changes for old releases.
Error from building doc: