Skip to content

vizro-ai-0.2.1

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Aug 18:40
· 203 commits to main since this release
68d2cd6

Removed

  • Remove _return_all_text from VizroAI class (#518)

Added

  • Add argument return_elements toVizroAI.plot(). When it is set to True, the return type will be changed to a dataclass containing the code string, figure object, business insights, and code explanation. (#488)

  • Add functionality to generate dashboards from text. This feature is currently in Alpha and is not yet officially released (#651)

Changed

  • Disabled figure display upon variable assignment. To display outcome of VizroAI.plot() add .show(). (#527)

  • Stabilized plot performance by addressing several dataframe mutation issues. (#603)