-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
Fix DeprecationWarning: invalid escape sequence in versioneer.py #24636
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
Signed-off-by: Mickaël Schoentgen <contact@tiger-222.fr>
Hello @BoboTiG! Thanks for updating the PR. Cheers ! There are no PEP8 issues in this Pull Request. 🍻 Comment last updated on January 05, 2019 at 15:37 Hours UTC |
Codecov Report
@@ Coverage Diff @@
## master #24636 +/- ##
===========================================
- Coverage 92.38% 43% -49.38%
===========================================
Files 166 166
Lines 52395 52395
===========================================
- Hits 48403 22534 -25869
- Misses 3992 29861 +25869
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #24636 +/- ##
==========================================
- Coverage 92.38% 92.37% -0.01%
==========================================
Files 166 166
Lines 52395 52379 -16
==========================================
- Hits 48403 48386 -17
- Misses 3992 3993 +1
Continue to review full report at Codecov.
|
doc/source/whatsnew/v0.24.0.rst
Outdated
@@ -1731,6 +1731,7 @@ Other | |||
|
|||
- Bug where C variables were declared with external linkage causing import errors if certain other C libraries were imported before Pandas. (:issue:`24113`) | |||
- Require at least 0.28.2 version of ``cython`` to support read-only memoryviews (:issue:`21688`) | |||
- Fixing a `DeprecationWarning`: invalid escape sequence in versioneer.py (:issue:`24636`) |
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.
this is not needed
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.
Done, I was not sure at first and added it after :)
This reverts commit 4790787.
lgtm. ping on green. |
thanks! |
Hello,
This is a little patch to fix a
DeprecationWarning: invalid escape sequence
inversioneer.py
.git diff upstream/master -u -- "*.py" | flake8 --diff