Skip to content

Latest commit

 

History

History
221 lines (121 loc) · 8.24 KB

CHANGELOG.md

File metadata and controls

221 lines (121 loc) · 8.24 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

v0.1.23 (2024-08-29)

Fixed

  • Relax kino dependency

v0.1.22 (2024-08-26)

Fixed

  • Handle nils when rendering binaries (#171)

v0.1.21 (2024-07-30)

Added

  • Compatibility with DateTime in Explorer v0.9

v0.1.20 (2024-06-17)

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 (2024-04-09)

Fixed

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

v0.1.18 (2024-01-22)

Fixed

  • Remove unsupported csv export (#152)

v0.1.17 (2024-01-21)

Added

  • Supports operations for :struct (#147)

Fixed

  • Update data_options after deleting an operation (#148)

v0.1.16 (2024-01-20)

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 (2024-01-05)

Fixed

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

v0.1.14 (2024-01-02)

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 (2023-12-03)

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 (2023-10-31)

Fixed

  • Showing non-utf8 binaries (#112)

v0.1.11 (2023-09-26)

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)

v0.1.10 (2023-09-01)

Fixed

  • Export lazy data frames (#101)

v0.1.9 (2023-08-31)

Changed

  • Changes :datetime dtype into {:datetime, precision} (#98)

v0.1.8 (2023-07-07)

Added

  • Lazy by default (#93)

Changed

  • Allow summarise without group_by (#91)

Fixed

  • df_build respects alias (#92)

v0.1.7 (2023-05-26)

Added

  • Discard operation (#87)

Fixed

  • Correctly handles grouped multi-select operations (#88)

v0.1.6 (2023-05-13)

Added

  • Download data (#84)

Fixed

  • Correctly handles Datetime in filters (#82)
  • Correctly handles Time in filters (#83)

v0.1.5 (2023-05-11)

Added

  • Queried filters (#67)
  • Filter by quantile (#68)
  • Allow any data structure that implements Table.Reader (#75)
  • Allow categorical on pivot_wider (#77)

Changed

  • Allow summarise anywhere (#71)

Fixed

  • Correctly handles nil in summaries (#72)
  • Correctly handles lazy data frames (#78)

v0.1.4 (2023-04-04)

Fixed

  • Correctly toggles summarise (#60)

v0.1.3 (2023-04-04)

Added

  • group_by and summarise operations for Data Transform cell (#50)
  • Show if a column is in a group on DataTable header (#53)
  • More aggregations for summarise (#58)

Changed

  • pivot_wider now supports multiple values_from (#47)

v0.1.2 (2023-03-18)

Changed

  • Automatically generates missing requires (#45)
  • Starts the Data transform cell with only the filter operation (#46)

v0.1.1 (2023-03-11)

Fixed

  • Correctly toggles pivot_wider (#41)

v0.1.0 (2023-03-07)

Initial release.