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)
- Relax
kino
dependency
v0.1.22 (2024-08-26)
- Handle
nil
s when rendering binaries (#171)
v0.1.21 (2024-07-30)
- Compatibility with DateTime in Explorer v0.9
v0.1.20 (2024-06-17)
- Made multi-select fields draggable (#161)
- Support for relocating columns (#163)
- Added
Kino.Explorer.update/2
for updating table contents programmatically (#164)
- Export to respect rows order (#162)
v0.1.19 (2024-04-09)
- Disables DataTransform Cell form submission (#157)
- Restore whether the variable is a dataframe on load (#159)
v0.1.18 (2024-01-22)
- Remove unsupported csv export (#152)
v0.1.17 (2024-01-21)
- Supports operations for
:struct
(#147)
- Update
data_options
after deleting an operation (#148)
v0.1.16 (2024-01-20)
- Supports operations for
:list
(#136) - Supports filters for
:list
(#142) - Initial support for
Explorer
:struct
(#143)
v0.1.15 (2024-01-05)
v0.1.14 (2024-01-02)
- Supports
Explorer
type of:list
(#126)
- Fix for nif_panicked error for categorical data (#123)
- Remove lists from unsupported operations (#127)
v0.1.13 (2023-12-03)
- Add support for
not contains
infilter_by
operation (#115) - Add
select
operation (#116) - Supports new
Explorer
types (#119)
- Remove the restriction on
pivot_wider
dtypes (#114)
v0.1.12 (2023-10-31)
- Showing non-utf8 binaries (#112)
v0.1.11 (2023-09-26)
- Export the dataframe inspected representation (#109)
- 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)
- Export lazy data frames (#101)
v0.1.9 (2023-08-31)
- Changes
:datetime
dtype into{:datetime, precision}
(#98)
v0.1.8 (2023-07-07)
- Lazy by default (#93)
- Allow
summarise
withoutgroup_by
(#91)
df_build
respects alias (#92)
v0.1.7 (2023-05-26)
- Discard operation (#87)
- Correctly handles grouped multi-select operations (#88)
v0.1.6 (2023-05-13)
- Download data (#84)
v0.1.5 (2023-05-11)
- Queried filters (#67)
- Filter by quantile (#68)
- Allow any data structure that implements
Table.Reader
(#75) - Allow
categorical
onpivot_wider
(#77)
- Allow
summarise
anywhere (#71)
v0.1.4 (2023-04-04)
- Correctly toggles
summarise
(#60)
v0.1.3 (2023-04-04)
group_by
andsummarise
operations for Data Transform cell (#50)- Show if a column is in a group on DataTable header (#53)
- More aggregations for
summarise
(#58)
pivot_wider
now supports multiplevalues_from
(#47)
v0.1.2 (2023-03-18)
- Automatically generates missing requires (#45)
- Starts the Data transform cell with only the filter operation (#46)
v0.1.1 (2023-03-11)
- Correctly toggles
pivot_wider
(#41)
v0.1.0 (2023-03-07)
Initial release.