-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
0.21.1 backports (round 1) #18697
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
0.21.1 backports (round 1) #18697
Conversation
(cherry picked from commit bdeadb9)
Closes pandas-dev#17986 xref numpy/numpy#9487 (cherry picked from commit dff5109)
(cherry picked from commit 5dd2ea0)
(cherry picked from commit 34abef2)
…-dev#18015) (cherry picked from commit 5959ee3)
(cherry picked from commit e886af5)
(cherry picked from commit 0fd3bd7)
(cherry picked from commit 194dbff)
xref pandas-dev#18047 (cherry picked from commit 27bbea7)
…andas-dev#18076) (cherry picked from commit 21f9e1a)
Previously, MultiIndex columns weren't being overwritten when header was passed in for to_csv. Closes pandas-devgh-5539 (cherry picked from commit e1f3a70)
(cherry picked from commit 58c2f09)
Closes pandas-devgh-18130 (cherry picked from commit 1181622)
xref pandas-devgh-13833. Closes pandas-devgh-5291. (cherry picked from commit 6f0ff1a)
(cherry picked from commit bb4fa65)
Closes pandas-devgh-5239. (cherry picked from commit c176a3c)
Closes pandas-devgh-2697. (cherry picked from commit e23bd24)
(cherry picked from commit 93c755e)
(cherry picked from commit 079f678)
(cherry picked from commit 5128fe6)
…s-dev#18157) CI: don't show miniconda output on install COMPAT: compat with numpy >= 1.14 on str repr TST: temp disable python-dateutil from master closes pandas-dev#18123 (cherry picked from commit 8dac633)
(cherry picked from commit 4054632)
pandas-dev#18211) (cherry picked from commit a6345c7)
… of empty RangeIndex (pandas-dev#18191) (cherry picked from commit 6b3641b)
(cherry picked from commit bbadc81)
…ndas-dev#17260) (cherry picked from commit f68bf25)
…1.0 whatsnew (pandas-dev#18204) * DOC: clarfiy sum of empty Series case in 0.21.0 whatsnew * DOC: emphasize matplotlib changes (cherry picked from commit 85e6864)
* STYLE: clean up flake8 exceptions * TST: skip if no bs4 for some html tests * TST: fix local timezone checking with .timestamp() (cherry picked from commit 96a5274)
(cherry picked from commit 2a0e54b)
(cherry picked from commit c40c8f8)
(cherry picked from commit 5da3759)
(cherry picked from commit 5cd5e3b)
…ndas-dev#17473 (pandas-dev#18042) (cherry picked from commit 67c4d0f)
…andas-dev#18586) (cherry picked from commit 0e16818)
(cherry picked from commit 73ed6de)
…a if mutable (pandas-dev#18610) (cherry picked from commit 2c903d5)
…andas-dev#18340) (cherry picked from commit 1915ffc)
* API: Restore implicit converter registration * Remove matplotlib from blacklist * fixup! Remove matplotlib from blacklist * Add option for toggling formatters * Remove move * Handle no matplotlib * Cleanup * Test no register * Restore original state * Added deregister * Doc, naming * Naming * Added deprecation * PEP8 * Fix typos * Rename it all * Missed one * Check version * No warnings by default * Update release notes * Test fixup - actually switch the default to not warn - We do overwrite matplotlib's formatters * Doc update * Fix deprecation message * Test added by default
* BUG: LatexFormatter.write_result multi-index Fixed GH issue 14484: `LatexFormatter.write_result`` now does not print blanks if a higher-order index differs from the previous row. Also added testcase for this. * MAINT: Address reviewer comments Closes pandas-devgh-14484 Closes pandas-devgh-17499
@jreback @jorisvandenbossche the failure in https://travis-ci.org/pandas-dev/pandas/jobs/313729058 is our old friend, the clipboard failures, since #17723 wasn't backported. This should be good to go, and then I'll need to make sure I didn't miss any on this round. I'll merge later today. |
hmm i though i has a commit where i moves the clipboard tests but oh well |
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 doc issue. otherwise lgtm.
doc/source/whatsnew/v0.21.1.txt
Outdated
@@ -54,40 +83,57 @@ Documentation Changes | |||
|
|||
.. _whatsnew_0211.bug_fixes: | |||
|
|||
Bug Fixes |
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 think we need a section header here for all the bug fixes (can do in followup)
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.
That should go in a normal PR to master, we should not do any fixes here (apart from possible merge conflicts)
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.
Ah, that was my fault. I messed up a merge conflict I think when cherry picking.
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.
ah, yes, this one indeed seems like a wrong merge
@TomAugspurger This can be merged? (the failure is a clipboard related, so I think can be ignored) |
Oh, yes. I thought I had. |
Reminder: don't squash before merging.