vizro-ai-0.3.0
github-actions
released this
02 Oct 15:09
·
117 commits
to main
since this release
Highlights ✨
- VizroAI now allows any model with
langchain
structured output capabilities to be used, not justChatOpenAI
. (#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)
fromPlotOutputs
dataclass to a pydantic model with more flexible methods. See Vizro-AI docs for more info. (#646)
Deprecated
- Removed argument
explain
from VizroAI.plot(). Usereturn_elements=True
instead. (#646)