Skip to content

Commit 6c1d457

Browse files
committed
address Yogesh review
1 parent d0d92d2 commit 6c1d457

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
e.g., `"file"`, `"s3"`.
1414
* Enhanced `ExecutorPreloadHandle` to propagate `preload_params` to the `preload_data`
1515
method, and renamed the `PreloadStatus` argument `stopped` to `completed`. (#1184)
16+
* Delegation of the visualization of the preload handle changed: If code runs as
17+
script, the class `PreloadDisplay` is used which visualizes the progress of the
18+
preload as a plain text; if the code is run in a Jupyter notebook cell, the class
19+
`IPyPreloadDisplay` and the progress of the preload is shown as a HTML table. (#1184)
1620

1721

1822
### Other changes

0 commit comments

Comments
 (0)