Skip to content

Commit

Permalink
Update CHANGELOG.md for Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pwang347 committed Jun 26, 2024
1 parent 7fa59be commit df08da7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## Version 1.4.0
### Updates
- Added basic support for displaying nested DataFrames and Series in the grid as text.
- Added support for GPU-backed and sparse PyTorch tensors.
- When exporting to CSV, the data index will now be included if it has been changed from the default index (for example if `set_index` has been used).
- Custom operations now use isolated scoping. This means that variables declared in operations are now fully isolated from one another and can be easily undone when the operation is removed.
- Data Wrangler is now supported on local VS Code servers started with `code serve-web`.
- Removed dependency on setuptools. This will remove an extra install step needed for environments that do not have it.

### Bugfixes
- Fixed an issue where backslashes were double-escaped in the code to load data from a file.

## Version 1.2.1
### Bugfixes
- Fixed an issue causing spurious error messages when the new Jupyter extension API is enabled.
Expand Down

0 comments on commit df08da7

Please sign in to comment.