-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: Added whatsnew for GH-29174 #29256
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
Conversation
LGTM |
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.
@WillAyd can you also remove the check for assert_raises_regex
in ci\code_checks.sh
doc/source/whatsnew/v1.0.0.rst
Outdated
@@ -226,6 +226,8 @@ with migrating existing code. | |||
Removal of prior version deprecations/changes | |||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |||
|
|||
- Removed the previously deprecated ``raise_with_traceback`` function in ``pandas.compat`` (:issue:`29174`) |
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.
it's the assert_raises_regex
that was (semi-)public.
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.
Whoops...nice catch. Will update shortly
follow up to #29174