Skip to content

Commit db162c6

Browse files
committed
Updated internal pyperclip 1.5.27 -> 1.7.0
1 parent 9ef67b1 commit db162c6

File tree

5 files changed

+592
-385
lines changed

5 files changed

+592
-385
lines changed

doc/source/whatsnew/v1.0.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ I/O
194194
- Improve infinity parsing. :meth:`read_csv` now interprets ``Infinity``, ``+Infinity``, ``-Infinity`` as floating point values (:issue:`10065`)
195195
- Bug in :meth:`DataFrame.to_csv` where values were truncated when the length of ``na_rep`` was shorter than the text input data. (:issue:`25099`)
196196
- Bug in :func:`DataFrame.to_string` where values were truncated using display options instead of outputting the full content (:issue:`9784`)
197+
- Bug in :meth:`DataFrame.to_clipboard` which did not work reliably in ipython (:issue:`22707`)
197198

198199
Plotting
199200
^^^^^^^^

0 commit comments

Comments
 (0)