Skip to content

Releases: comet-ml/kangas

1.1.33

05 Nov 18:47
Compare
Choose a tag to compare

Updates in this release:

  • Added HTML Injection point (for analytics, etc)
  • updated column modal styling
  • close modals on selection
  • huggingface CLI
  • paging UI fixes

1.1.32

31 Oct 20:04
Compare
Choose a tag to compare

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

31 Oct 14:56
Compare
Choose a tag to compare

New in this release:

  • Revert nodejs change; pin to 16.15.1 because of GLIBC on colab

1.1.30

28 Oct 20:54
Compare
Choose a tag to compare

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

28 Oct 01:34
Compare
Choose a tag to compare

New in this release:

  • Don't hide the Refresh button in colab or jupyter
  • Hide the file selector in Jupyter

1.1.28

27 Oct 00:55
Compare
Choose a tag to compare

Changes in this release:

  • File selector no longer shows when in IFrame
  • Fixed metadata fetching in ImageCanvas
  • Increase max categories for Category Charts from 10 to 20
  • Don't escape html when not in notebook
  • Added examples and notebooks to repo

1.1.26

25 Oct 01:30
Compare
Choose a tag to compare

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

20 Oct 22:31
Compare
Choose a tag to compare

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

1.1.24

18 Oct 22:34
Compare
Choose a tag to compare

New in this release:

  • Pass the protocol to the backend when starting in Python
  • Added protocol to DataGrid.show()

1.1.23

18 Oct 22:01
Compare
Choose a tag to compare

Updates in this release:

  • Added --protocol http|https to kangas server
  • Fixed a bug in parsing negative numbers in filter expression
  • Refinements in starting/stopping servers
  • Added missing query params in colab
  • Added workaround for old version of PIL on colab