Releases: livebook-dev/kino_explorer
Releases · livebook-dev/kino_explorer
v0.1.20
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
Fixed
- Disables DataTransform Cell form submission (#157)
- Restore whether the variable is a dataframe on load (#159)
v0.1.18
Fixed
- Remove unsupported csv export (#152)
v0.1.17
Added
- Supports operations for
:struct
(#147)
Fixed
- Update
data_options
after deleting an operation (#148)
v0.1.16
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
Fixed
- Remove unsupported csv export (#130)
- Fixes for list-type columns (#131)
v0.1.14
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
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
Fixed
- Showing non-utf8 binaries (#112)
v0.1.11
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)