Skip to content

Commit

Permalink
pyperclip upgrade (pandas-dev#28471)
Browse files Browse the repository at this point in the history
  • Loading branch information
krey authored and WillAyd committed Nov 7, 2019
1 parent bd15d12 commit f590cea
Show file tree
Hide file tree
Showing 6 changed files with 592 additions and 373 deletions.
1 change: 1 addition & 0 deletions doc/source/whatsnew/v1.0.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ I/O
- Bug in :meth:`pandas.io.formats.style.Styler` formatting for floating values not displaying decimals correctly (:issue:`13257`)
- Bug in :meth:`DataFrame.to_html` when using ``formatters=<list>`` and ``max_cols`` together. (:issue:`25955`)
- Bug in :meth:`Styler.background_gradient` not able to work with dtype ``Int64`` (:issue:`28869`)
- Bug in :meth:`DataFrame.to_clipboard` which did not work reliably in ipython (:issue:`22707`)

Plotting
^^^^^^^^
Expand Down
Loading

0 comments on commit f590cea

Please sign in to comment.