1.3.3
New in this release:
- Updated JSON metadata format
- New completions (endpoint, UI): Entering "." after a JSON {"column name"} will give JSON object keys
- Added more test coverage for queries: Python and SQL
in
operator - Added .keys() and .values()
- Deprecate
.contains()
: useitem in item
instead - Fixed bug with
.startswith()
- Optimization for
dg.select()
(removed unused count query) - Don't crash when a HuggingFace dataset can't
.take()
- Added
dg.append_columns(dict)