Version 2.2.0
Enhancements
-
better handling of datetimes and timezones (#1053)
-
all inline datasets are now converted to named datasets and stored at the
top level of the chart. This behavior can be disabled by setting
alt.data_transformers.consolidate_datasets = False
(#951 & #1046) -
more streamlined shorthand syntax for window transforms (#957)
Maintenance
Backward-incompatible changes
alt.SortField
renamed toalt.EncodingSortField
and
alt.WindowSortField
renamed toalt.SortField
(#923)