Skip to content

vizro-ai-0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Oct 15:09
· 117 commits to main since this release
25fbb00

Highlights ✨

  • VizroAI now allows any model with langchain structured output capabilities to be used, not just ChatOpenAI. (#646)
  • VizroAI now has a more flexible output when choosing VizroAI.plot(...,return_elements=True). See Vizro-AI docs for all new options. (#646)
  • VizroAI now supports text-to-dashboard generation using VizroAI.dashboard(). To get started, visit the Vizro-AI docs.

Removed

  • Removed the automatic display of chart explanation and insights in Jupyter. (#646)

Changed

  • Changed the return type of VizroAI.plot(...,return_elements=True) from PlotOutputs dataclass to a pydantic model with more flexible methods. See Vizro-AI docs for more info. (#646)

Deprecated

  • Removed argument explain from VizroAI.plot(). Use return_elements=True instead. (#646)