Skip to content

Releases: mckinsey/vizro

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)

vizro-core-0.1.28

27 Nov 09:58
6e68ee2
Compare
Choose a tag to compare

Removed

  • Removed all CSS variables from variables.css and token_names.css, replacing them with CSS variables from vizro-bootstrap.min.css.
    Refer to `vizro-bootstrap.min.css for the updated CSS variables. (#886)

Added

  • Enable href inside vm.Button. (#881)

Changed

  • Replace dmc.Tabs with dbc.Tabs and change CSS selectors accordingly. (#895)

vizro-core-0.1.27

14 Nov 17:03
12cc2f3
Compare
Choose a tag to compare

Changed

  • Improve performance of data loading. (#850, #857)

  • Upper bound dependency dash<3. (#877)

Fixed

  • Fix 404 error page and page flickering on refresh. (#865)

vizro-ai-0.3.2

08 Nov 08:36
b54aafd
Compare
Choose a tag to compare

Removed

  • Removed the older models from model shortcuts and docs. (#853)

Fixed

  • Fixed output validation to handle Python code block markers from llm responses. (#858)

vizro-ai-0.3.1

06 Nov 12:36
efb41d7
Compare
Choose a tag to compare

Changed

  • Changed prompt for vizro-ai.plot to provide more guidance for desired import format. (#854)

vizro-core-0.1.26

30 Oct 11:18
14e947f
Compare
Choose a tag to compare

Removed

  • Drop support for Python 3.8. (#813)

Added

  • Add support for Python 3.13. (#813)

Fixed

  • Fix paths to Vizro assets on Windows. (#837)

vizro-core-0.1.25

15 Oct 14:50
308f2d7
Compare
Choose a tag to compare

Added

  • All Vizro resources are served through a CDN when serve_locally=False. (#775)

Fixed

  • Remove extraneous <link> to font file. (#775)

  • Fix user override of Vizro's JavaScript resources. (#775)

  • Remove unnecessarily repeated loading of data. (#802)

Community contributions

Grateful thanks to our community of contributors:

vizro-ai-0.3.0

02 Oct 15:09
25fbb00
Compare
Choose a tag to compare

Highlights ✨

  • VizroAI now allows any model with langchain structured output capabilities to be used, not just ChatOpenAI. (#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) from PlotOutputs dataclass to a pydantic model with more flexible methods. See Vizro-AI docs for more info. (#646)

Deprecated

  • Removed argument explain from VizroAI.plot(). Use return_elements=True instead. (#646)

vizro-core-0.1.24

01 Oct 13:10
f2f1497
Compare
Choose a tag to compare

Added

  • Add id to title of Graph, Table, AgGrid and Container. (#705)

  • Theme switcher can now switch between light and dark logos. (#745)

Changed

  • Changed dependency from ruff to black and autoflake in order to facilitate installation on pyodide. (#757)

Fixed

  • Enable overwriting global font-family in vizro chart templates. (#717)