Skip to content

Releases: livebook-dev/kino_explorer

v0.1.20

17 Jun 16:03
Compare
Choose a tag to compare

Added

  • Made multi-select fields draggable (#161)
  • Support for relocating columns (#163)
  • Added Kino.Explorer.update/2 for updating table contents programmatically (#164)

Changed

  • Export to respect rows order (#162)

v0.1.19

09 Apr 12:10
Compare
Choose a tag to compare

Fixed

  • Disables DataTransform Cell form submission (#157)
  • Restore whether the variable is a dataframe on load (#159)

v0.1.18

22 Jan 14:00
89b593f
Compare
Choose a tag to compare

Fixed

  • Remove unsupported csv export (#152)

v0.1.17

21 Jan 15:58
39edb99
Compare
Choose a tag to compare

Added

  • Supports operations for :struct (#147)

Fixed

  • Update data_options after deleting an operation (#148)

v0.1.16

20 Jan 20:04
006c28a
Compare
Choose a tag to compare

Added

  • Supports operations for :list (#136)
  • Supports filters for :list (#142)
  • Initial support for Explorer :struct (#143)

Fixed

  • Renders summaries correctly whe the column is a list (#137)
  • Handle summaries edge cases (#138)

v0.1.15

05 Jan 16:52
f2ba8e6
Compare
Choose a tag to compare

Fixed

  • Remove unsupported csv export (#130)
  • Fixes for list-type columns (#131)

v0.1.14

02 Jan 22:12
b256cc8
Compare
Choose a tag to compare

Added

  • Supports Explorer type of :list (#126)

Fixed

  • Fix for nif_panicked error for categorical data (#123)
  • Remove lists from unsupported operations (#127)

v0.1.13

03 Dec 23:10
844cd11
Compare
Choose a tag to compare

Added

  • Add support for not contains in filter_by operation (#115)
  • Add select operation (#116)
  • Supports new Explorer types (#119)

Changed

  • Remove the restriction on pivot_wider dtypes (#114)

v0.1.12

31 Oct 19:23
Compare
Choose a tag to compare

Fixed

  • Showing non-utf8 binaries (#112)

v0.1.11

31 Oct 19:22
Compare
Choose a tag to compare

Added

  • Export the dataframe inspected representation (#109)

Fixed

  • Use DF.lazy instead of DF.to_lazy (#111)
  • Small UI adjustments (#110)
  • Do not crash on invalid tabular data (#106)