Vizro

Latest version: v0.1.29

Safety actively analyzes 688433 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 5

0.1.29

Highlights ✨

- Filters update automatically when underlying dynamic data changes. See the [user guide on dynamic filters](https://vizro.readthedocs.io/en/stable/pages/user-guides/data/#filters) for more information. ([879](https://github.com/mckinsey/vizro/pull/879))

Changed

- Custom controls can be nested arbitrarily deep inside `Page.controls`. ([903](https://github.com/mckinsey/vizro/pull/903))

- Replace `dmc.Switch` with `dbc.Switch` and change CSS selectors accordingly. ([907](https://github.com/mckinsey/vizro/pull/907))

<a id='changelog-0.1.28'></a>

0.1.28

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](https://github.com/mckinsey/vizro/blob/main/vizro-core/src/vizro/static/css/vizro-bootstrap.min.css) for the updated CSS variables. ([#886](https://github.com/mckinsey/vizro/pull/886))

Added

- Enable `href` inside `vm.Button`. ([881](https://github.com/mckinsey/vizro/pull/881))

Changed

- Replace `dmc.Tabs` with `dbc.Tabs` and change CSS selectors accordingly. ([895](https://github.com/mckinsey/vizro/pull/895))

<a id='changelog-0.1.27'></a>

0.1.27

Changed

- Improve performance of data loading. ([850](https://github.com/mckinsey/vizro/pull/850), [#857](https://github.com/mckinsey/vizro/pull/857))

- Upper bound dependency `dash<3`. ([877](https://github.com/mckinsey/vizro/pull/877))

Fixed

- Fix 404 error page and page flickering on refresh. ([865](https://github.com/mckinsey/vizro/pull/865))

<a id='changelog-0.1.26'></a>

vizro-ai-0.3.2
Removed

- Removed the older models from model shortcuts and docs. ([853](https://github.com/mckinsey/vizro/pull/853))

Fixed

- Fixed output validation to handle Python code block markers from llm responses. ([858](https://github.com/mckinsey/vizro/pull/858))

<a id='changelog-0.3.1'></a>

vizro-ai-0.3.1
Changed

- Changed prompt for `vizro-ai.plot` to provide more guidance for desired import format. ([854](https://github.com/mckinsey/vizro/pull/854))

<a id='changelog-0.3.0'></a>

0.1.26

Removed

- Drop support for Python 3.8. ([813](https://github.com/mckinsey/vizro/pull/813))

Added

- Add support for Python 3.13. ([813](https://github.com/mckinsey/vizro/pull/813))

Fixed

- Fix paths to Vizro assets on Windows. ([837](https://github.com/mckinsey/vizro/pull/837))

<a id='changelog-0.1.25'></a>

0.1.25

Added

- All Vizro resources are served through a CDN when `serve_locally=False`. ([775](https://github.com/mckinsey/vizro/pull/775))

Fixed

- Remove extraneous `<link>` to font file. ([775](https://github.com/mckinsey/vizro/pull/775))

- Fix user override of Vizro's JavaScript resources. ([775](https://github.com/mckinsey/vizro/pull/775))

- Remove unnecessarily repeated loading of data. ([802](https://github.com/mckinsey/vizro/pull/802))

<a id='changelog-0.1.24'></a>

Community contributions

Grateful thanks to our community of contributors:
* [Bhavana Sundar](https://github.com/bhavanaeh)
* [Lahari](https://github.com/i-lahari)
* [Riley Dou](https://github.com/rilieo)
* [Lydia Pitts](https://github.com/LydiaPitts)
* [Jasmine Wu](https://github.com/jazwu)
* [Hansaem Park](https://github.com/sammitako)
* [Upekesha Addagatla Ngugi](https://github.com/upekesha)
* [njmcgrat](https://github.com/njmcgrat)
* [Sylvie Zhang](https://github.com/sylviezhang37)
* [Rosheen Chaudhry](https://github.com/rc678)
* [Hilary Ivy](https://github.com/hxe00570)
* [feridaaa](https://github.com/feridaaa)

vizro-ai-0.3.0
Highlights ✨

- VizroAI now allows **any** model with `langchain` structured output capabilities to be used, not just `ChatOpenAI`. ([646](https://github.com/mckinsey/vizro/pull/646))
- VizroAI now has a more flexible output when choosing `VizroAI.plot(...,return_elements=True)`. See [Vizro-AI docs](https://vizro.readthedocs.io/projects/vizro-ai/en/latest/pages/user-guides/advanced-options/) for all new options. ([#646](https://github.com/mckinsey/vizro/pull/646))
- VizroAI now supports text-to-dashboard generation using `VizroAI.dashboard()`. To get started, visit the [Vizro-AI docs](https://vizro.readthedocs.io/projects/vizro-ai/en/latest/pages/tutorials/quickstart-dashboard/).

Removed

- Removed the automatic display of chart explanation and insights in Jupyter. ([646](https://github.com/mckinsey/vizro/pull/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](https://vizro.readthedocs.io/projects/vizro-ai/en/latest/pages/user-guides/advanced-options/) for more info. ([#646](https://github.com/mckinsey/vizro/pull/646))

Deprecated

- Removed argument `explain` from VizroAI.plot(). Use `return_elements=True` instead. ([646](https://github.com/mckinsey/vizro/pull/646))

<a id='changelog-0.2.3'></a>

0.1.24

Added

- Add `id` to `title` of `Graph`, `Table`, `AgGrid` and `Container`. ([705](https://github.com/mckinsey/vizro/pull/705))

- Theme switcher can now switch between light and dark logos. ([745](https://github.com/mckinsey/vizro/pull/745))

Changed

- Changed dependency from `ruff` to `black` and `autoflake` in order to facilitate installation on pyodide. ([757](https://github.com/mckinsey/vizro/pull/757))

Fixed

- Enable overwriting global `font-family` in vizro chart templates. ([717](https://github.com/mckinsey/vizro/pull/717))

<a id='changelog-0.1.23'></a>

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.