github vega/altair v6.1.0
Version 6.1.0

8 hours ago

What's Changed

There are many exciting improvements in this release! Read on for details and a big thanks to everyone who contributed 🎉

Enhancements

  • feat: Update to Vega-Lite 6.4.1 by @joelostblom in #4005. See the Vega-Lite Release Notes for details; a few highlights:
    • Newlines are now supported in tooltips.
    • The default stack order of marks like bars and areas is now aligned with the color domain.
    • Interactive charts automatically change the cursor to pointer to indicate they can be interacted with.
  • feat: auto hoist facet encodings in layer by @thomascamminady in #3965
    • This allows layering of simple faceted charts that define the same facet variables, instead of requiring that layering happens before faceting.
  • feat: Accept ZoneInfo(key='UTC') by @JackKelly in #3944
  • feat: add pandas 3 compatibility and fix CI (drop Python 3.9, pin polars <1.38) by @mattijn in #3950
  • feat: add ensure_ascii option to to_json() with default False by @RamiNoodle733 in #3952

Bug Fixes

Documentation

Other Changes

New Contributors

Full Changelog: v6.0.0...v6.1.0

Don't miss a new altair release

NewReleases is sending notifications on new releases.