Releases: mckinsey/vizro
Releases · mckinsey/vizro
vizro-ai-0.3.6
Changed
- VizroAI now uses Pydantic V2 for its models and supports langchain>=0.3.0 and vizro>=0.1.32. (#1018)
vizro-ai-0.3.5
Added
- Added
_minimal_output
flag to allow excluding "chart insights" and "code explanations" from LLM responses. (#1007)
vizro-core-0.1.34
Removed
- Remove export png button from modebar inside
Graph
. (#1005)
Added
-
Add
reverse_color
argument tokpi_card_reference
, enabling color inversion based on delta values. (#995) -
Kedro integration function
datasets_from_catalog
can handle dataset factories forkedro>=0.19.9
. (#1001)
Changed
-
Bump optional dependency lower bound to
kedro>=0.19.0
. (#1001) -
Make chart background transparent when used inside dashboard. (#1005)
Fixed
- Fix a bug where
add_type
would raise an error if thetype
had already been added. (#999)
vizro-ai-0.3.4
vizro-core-0.1.33
Fixed
- Adjust the lower bound of pydantic to
2.7.0
so that Vizro can run onpyodide==0.26.2
. (#993) - Thanks to Manuel Konrad for an open-source contribution to this release.
vizro-core-0.1.32
Highlights ✨
-
Vizro now uses Pydantic V2 for its models. This should not affect most users, but if you use custom components that rely on Pydantic V1 features then you should consult Pydantic's migration guide or use
vizro<0.1.32
. (#917) -
Release Vizro's Bootstrap theme that can be used in a pure Dash app with
Dash(external_stylesheets=[vizro.bootstrap])
. (#970)
Changed
- Update
material-symbols-outlined.wolff2
to include the latest icons. (#972)
Fixed
vizro-core-0.1.31
Changed
- Bumped library used for
vm.DatePicker
todash_mantine_components~=0.15.1
. (#924)
Fixed
vizro-ai-0.3.3
vizro-core-0.1.30
vizro-core-0.1.29
Highlights ✨
- Filters update automatically when underlying dynamic data changes. See the user guide on dynamic filters for more information. (#879)