Skip to content

Commit 697a265

Browse files
committed
Updated internal pyperclip 1.5.27 -> 1.7.0
1 parent c4de906 commit 697a265

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
@@ -252,6 +252,7 @@ I/O
252252
- Bug in :func:`DataFrame.to_string` where values were truncated using display options instead of outputting the full content (:issue:`9784`)
253253
- Bug in :meth:`DataFrame.to_json` where a datetime column label would not be written out in ISO format with ``orient="table"`` (:issue:`28130`)
254254
- Bug in :func:`DataFrame.to_parquet` where writing to GCS would fail with `engine='fastparquet'` if the file did not already exist (:issue:`28326`)
255+
- Bug in :meth:`DataFrame.to_clipboard` which did not work reliably in ipython (:issue:`22707`)
255256

256257
Plotting
257258
^^^^^^^^

0 commit comments

Comments
 (0)