Skip to content

Version 2.2.0

Compare
Choose a tag to compare
@jakevdp jakevdp released this 15 Aug 17:17
· 1853 commits to main since this release

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 to alt.EncodingSortField and
    alt.WindowSortField renamed to alt.SortField (#923)

Bug Fixes

  • Fixed serialization of logical operands on selections within
    transform_filter(): (#1075)

  • Fixed sphinx issue which embedded chart specs twice (#1088)

  • Avoid Selenium import until it is actually needed (#982)