44 |
45 | Output for Jupyter
in the Output
panel (View
→Output
, change the drop-down the upper-right of the Output
panel to Jupyter
)
46 |
47 |
48 |
49 |
50 | ```
51 | XXX
52 | ```
53 |
54 |
55 |
56 |
--------------------------------------------------------------------------------
/CHANGELOG.md:
--------------------------------------------------------------------------------
1 | # Changelog
2 |
3 | ## Version 1.22.0
4 | ### Updates
5 | - Added opt-in setting `dataWrangler.outputRenderer.enabledTypes` to enable the Data Wrangler output renderer for additional supported data types in the Jupyter notebook, including Polars, Numpy, and more.
6 | - Added a data slicing control to improve viewing scenarios when working with multi-dimensional data (previously, it was only possible to view multidimensional data as nested lists within table cells which was not very useful). For more information on the supported types and usage, see the following [wiki](https://github.com/microsoft/vscode-data-wrangler/wiki/Slicing-data-using-the-slice-control).
7 | - File exports now use less memory and make fewer calls to the runtime.
8 | - The sum of values in numeric columns can now be seen via the statistics panel.
9 | - Added additional Python version metadata to the runtime selection dropdown to help clarify Python environments when loading local files.
10 |
11 | ### Bugfixes
12 | - Fixed an issue where FlashFill operation type metadata was not being preserved, which led to certain non-string columns being treated as strings.
13 | - Fixed an issue where certain variable names were being clobbered, which led to some variables with specific names being unable to be launched while debugging.
14 | - Fixed an issue where exporting data when editing an output created with `display()` would fail.
15 |
16 | ## Version 1.20.1
17 | ### Bugfixes
18 | - Fixed an issue where output references were not being properly disposed.
19 |
20 | ## Version 1.20.0
21 | ### Updates
22 | - Improved the display of error messages shown before the data is loaded.
23 | - Added an indicator next to required fields for improved clarity.
24 |
25 | ### Accessibility improvements
26 | - Added screen reader announcement when searching for operations and there are no results
27 | - Improved labeling of form fields and buttons in filter operations.
28 |
29 | ### Bugfixes
30 | - Fixed an issue where an error message appeared in the output above DataFrames that subclass Pandas DataFrames (e.g., GeoDataFrame).
31 | - Fixed an issue where a KeyError would sometimes be thrown when launching Data Wrangler while debugging with Python 3.12.
32 | - Fixed an issue where changing kernels could fail if the currently selected kernel had also failed to load the data, such as due to missing dependencies.
33 | - Fixed a few minor styling issues.
34 |
35 | ## Version 1.18.2
36 | - General bugfixes and improvements.
37 |
38 | ## Version 1.18.1
39 | ### Bugfixes
40 | - Fixed an issue where the output renderer was not rendering correctly in vscode.dev.
41 |
42 | ## Version 1.18.0
43 | ### Updates
44 | - Data Wrangler is now supported in Jupyter notebook outputs! 🎉 The new output renderer provides a compact viewer for quick explorations within the notebook and can be invoked by producing a Pandas DataFrame expression in the last line of a cell or by displaying it with `display(