Skip to content

Releases: mckinsey/vizro

vizro-ai-0.3.6

26 Feb 14:05
16b18c8
Compare
Choose a tag to compare

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

24 Feb 17:33
804bb3e
Compare
Choose a tag to compare

Added

  • Added _minimal_output flag to allow excluding "chart insights" and "code explanations" from LLM responses. (#1007)

vizro-core-0.1.34

13 Feb 09:36
3685830
Compare
Choose a tag to compare

Removed

  • Remove export png button from modebar inside Graph. (#1005)

Added

  • Add reverse_color argument to kpi_card_reference, enabling color inversion based on delta values. (#995)

  • Kedro integration function datasets_from_catalog can handle dataset factories for kedro>=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 the type had already been added. (#999)

vizro-ai-0.3.4

10 Feb 16:49
268c63b
Compare
Choose a tag to compare

Fixed

  • Added temporary compatibility fix for Gemini models in _pydantic_output.py. (#986)

vizro-core-0.1.33

05 Feb 11:42
5de26fe
Compare
Choose a tag to compare

Fixed

  • Adjust the lower bound of pydantic to 2.7.0 so that Vizro can run on pyodide==0.26.2. (#993)
  • Thanks to Manuel Konrad for an open-source contribution to this release.

vizro-core-0.1.32

04 Feb 15:31
475eb13
Compare
Choose a tag to compare

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

  • Fix coloring of NavLink inside NavBar. (#968)

  • Fix flickering scroll bars when using new Plotly map figures with plotly==6.0.0. (#984)

  • Remove flash of unstyled text before Google Material icons font is loaded. (#987)

vizro-core-0.1.31

23 Jan 10:25
646ba4e
Compare
Choose a tag to compare

Changed

  • Bumped library used for vm.DatePicker to dash_mantine_components~=0.15.1. (#924)

Fixed

  • Enable arbitrarily deep nesting of custom components within lists, tuples or dictionaries. (#929)

  • Fix hidden axis and tick labels for Graph components using px.parallel_coordinates. (#941)

  • Enable visibility of the spinner buttons in number inputs. (#954)

vizro-ai-0.3.3

16 Jan 14:27
6f3c3a0
Compare
Choose a tag to compare

Changed

  • Pinned the Vizro upper bound to prepare for Pydantic V2 migration. (#923)

Fixed

  • Fixed the "Model name could not be retrieved" error when using VizroAI with AWS Bedrock. (#953)

vizro-core-0.1.30

16 Dec 11:34
af309e7
Compare
Choose a tag to compare

Removed

  • Remove built-in CSS shortcuts #floating-* to float images. These can still be provided manually. (#919)

Fixed

  • Ensure the single-select dropdown value can be cleared when used as a dynamic filter. (#915)

  • Remove static CSS that prevented header text from wrapping in AgGrid. (#928)

vizro-core-0.1.29

03 Dec 09:38
c3c8c22
Compare
Choose a tag to compare

Highlights ✨

Changed

  • Custom controls can be nested arbitrarily deep inside Page.controls. (#903)

  • Replace dmc.Switch with dbc.Switch and change CSS selectors accordingly. (#907)