github vega/altair v6.3.0
Version 6.3.0

3 hours ago

What's Changed

See below for details on what is new in this release. A special compatibility note is that this release drops support for Python 3.10 (which is reaching end of life in Oct).

Enhancements

Bug Fixes

  • fix: raise TypeError for invalid property setter arguments by @suzunn in #4068
    • Previously, these would be silently discarded but now an error would be raised instead, e.g. the second argument in alt.X("field:Q").scale(["a", "b"], ["#1FC3AA", "#8624F5"])
  • fix: Expression objects not working in alt.value() by @genrichez in #4083
    • You can now write alt.value(alt.expr.scale("x", alt.datum.c1) in addition to alt.value(alt.expr("scale('x', datum.c1)")).
  • fix: report missing anywidget for JupyterChart by @dk3yyyy in #4089

Documentation

Maintenance

New Contributors

Full Changelog: v6.2.2...v6.3.0

Don't miss a new altair release

NewReleases is sending notifications on new releases.