Releases: mckinsey/vizro
vizro-ai-0.3.0
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)
vizro-core-0.1.24
Added
-
Add
id
totitle
ofGraph
,Table
,AgGrid
andContainer
. (#705) -
Theme switcher can now switch between light and dark logos. (#745)
Changed
- Changed dependency from
ruff
toblack
andautoflake
in order to facilitate installation on pyodide. (#757)
Fixed
- Enable overwriting global
font-family
in vizro chart templates. (#717)
vizro-core-0.1.23
vizro-core-0.1.22
Removed
- Remove automatic alignment for chart title when it's specified within a Plotly chart. A warning will now suggest using
Graph.title
instead. (#669)
Added
-
Enable
header
andfooter
argument insideGraph
,Table
andAgGrid
. (#669) -
Enable
title
argument insideGraph
. (#669) -
Add chart layout template specification for
map_style
. (#677)
Fixed
vizro-ai-0.2.3
vizro-ai-0.2.2
vizro-core-0.1.21
vizro-ai-0.2.1
Removed
- Remove
_return_all_text
fromVizroAI
class (#518)
Added
-
Add argument
return_elements
toVizroAI.plot()
. When it is set toTrue
, the return type will be changed to adataclass
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
vizro-core-0.1.20
Added
-
Add validation error message if
CapturedCallable
is directly provided. (#590) -
Create
vizro.figures.library
to contain KPI card Dash components that can be used outside the Vizro framework. (#578) -
Add dark mode and loading spinner to the layout loading screen (before Vizro app is shown). (#598)
Changed
-
Serve Google Material icons library locally to enable offline functionality. (#578)
-
Disable altering the default plotly template by importing Vizro. (#615)
Fixed
vizro-core-0.1.19
Removed
- Remove
demo
dashboard folder from repository. (#581)
Added
-
Improve validation error messages for
CapturedCallable
. (#547) -
Vizro app itself implements WSGI interface as a shortcut to
app.dash.server
. (#580)
Changed
-
Include sign in default
reference_format
ofkpi_card_reference
. (#549) -
Update
optionHeight
ofvm.Dropdown
dynamically based on character length. (#574) -
Rename
features
demo dashboard folder todev
. (#581)
Fixed
-
Fix title disappearance when scrolling
dash_data_table
. (#548) -
Ensure that categorical selectors always return a list of values. (#562)
-
Remove default icon provision for
vm.NavLink
when the icon count exceeds 9 and a user icon is provided.(#572) -
External
href
links invm.Card
now open in the full body of the window as opposed to in the same frame as they were clicked. (#585)