Releases: comet-ml/kangas
Releases · comet-ml/kangas
1.1.33
1.1.32
New in this release:
- Fixed paging issue where the page was not updated in UI
- Added autocomplete to filter expression
- Updated integrations notebook
- Added ability to use URLs in Image("https://company.com/filename.png")
1.1.31
1.1.30
New in this release:
- Better UI for ascending/descending control on sort and group
- Center rows vertically
- Better PIL Image support; handles more types
- CLI can directly render from URL and/or archived datagrid, CSV, and HuggingFace datasets
- Added converters["row"] for row-level manipulations
1.1.29
1.1.28
1.1.26
New in this release:
- Support for colab
- New and updated notebooks
- System doesn't download or unzip files on kg.read_() methods if not needed
- Switch to DataGrid(filename) rather than DataGrid(filename=filename)
- Docstring updates
- Updated filter expression docs
- Allow PIL images to auto-map to Image asset
- docs cli commands
- Added dg[column_name], and dg.to_dicts(column_names)
- all docstrings added for DataGrid
- Untitled datagrid's save in temp dir
1.1.25
New in this release:
- Fixed two bugs with nulls in groups now that we don't remove them in the GROUP
- continue in loop
- np.array()
- Special case for currency that ends up "" (eg, "$.")
- Added Kangas About dialog
- Added /datagrid/status endpoint
- Fixed dg.info() when there are rows with missing values
- More docstrings