-
-
Notifications
You must be signed in to change notification settings - Fork 18.3k
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
BLD: Only enable -Werror in the CI jobs #38087
BLD: Only enable -Werror in the CI jobs #38087
Conversation
In which |
Thanks! "Bug fixes - other" is fine for me |
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.
very minor comment, lgtm
also not averse to do this for 1.1.5 as well. |
sure. however not an issue on MacPython for 1.1.5. Is causing issues with 1.2 though. see #37784 (comment) MacPython/pandas-wheels#112 my not be needed with this change. |
interesting ok, then fine not to backport. |
it's not causing us issues, but i'm ok with backporting if it could be beneficial to others |
It would be helpful for the conda packages on macOS |
doc/source/whatsnew/v1.2.0.rst
Outdated
@@ -766,6 +766,7 @@ Other | |||
- Bug in :meth:`Index.union` behaving differently depending on whether operand is an :class:`Index` or other list-like (:issue:`36384`) | |||
- Passing an array with 2 or more dimensions to the :class:`Series` constructor now raises the more specific ``ValueError`` rather than a bare ``Exception`` (:issue:`35744`) | |||
- Bug in ``dir`` where ``dir(obj)`` wouldn't show attributes defined on the instance for pandas objects (:issue:`37173`) | |||
- Only set ``-Werror`` as a compiler flag in the CI jobs (:issue:`33315`, :issue:`33314`) |
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.
ok happy to backport, can you move to 1.1.5 whatnew
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.
if you'd move the note, pls ping on green (might be a while, merged a lot of things today :->)
all green |
this needs the note moved to 1.1.5 |
test failure unrelated
|
Thanks @xhochy ! |
@meeseeksdev backport 1.1.x |
Co-authored-by: Uwe L. Korn <[email protected]>
closes #33315
closes #33314
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff