Vizro

Latest version: v0.1.29

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

Scan your dependencies

Page 2 of 5

0.1.23

Fixed

- Fix incompatibility with older `plotly versions` due to chart template update. ([695](https://github.com/mckinsey/vizro/pull/695))

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

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](https://github.com/mckinsey/vizro/pull/669))

Added

- Enable `header` and `footer` argument inside `Graph`, `Table` and `AgGrid`. ([669](https://github.com/mckinsey/vizro/pull/669))

- Enable `title` argument inside `Graph`. ([669](https://github.com/mckinsey/vizro/pull/669))

- Add chart layout template specification for `map_style`. ([677](https://github.com/mckinsey/vizro/pull/677))

Fixed

- Fix bug that prevented `VizroBaseModel._to_python()` to convert `dict` fields of models correctly. ([660](https://github.com/mckinsey/vizro/pull/660))

- Fix dynamically calculated row height for `Dropdown` when the options are provided as dictionaries. ([672](https://github.com/mckinsey/vizro/pull/672))

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

vizro-ai-0.2.3
Added

- Added Docker image of `VizroAI.plot` UI for local use ([1177](https://github.com/mckinsey/vizro/pull/1177))

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

vizro-ai-0.2.2
Fixed

- Documented the step for instantiating `VizroAI` in text-to-dashboard pages ([685](https://github.com/mckinsey/vizro/pull/685))

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

0.1.21

Changed

- Improve page loading time for `AgGrid`, `Table` and `Figure`. ([644](https://github.com/mckinsey/vizro/pull/644))

- Optimize vizro templates `vizro_dark` and `vizro_light` for charts. ([645](https://github.com/mckinsey/vizro/pull/645))

Fixed

- Fix persistence of `columnSize` and `selectedRows` for `AgGrid`. ([644](https://github.com/mckinsey/vizro/pull/644))

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

vizro-ai-0.2.1
Removed

- Remove `_return_all_text` from `VizroAI` class ([518](https://github.com/mckinsey/vizro/pull/518))

Added

- Add argument `return_elements` to`VizroAI.plot()`. When it is set to `True`, the return type will be changed to a `dataclass` containing the code string, figure object, business insights, and code explanation. ([488](https://github.com/mckinsey/vizro/pull/488))

- Add functionality to generate dashboards from text. This feature is currently in **Alpha** and is not yet officially released ([651](https://github.com/mckinsey/vizro/pull/651))

Changed

- Disabled figure display upon variable assignment. To display outcome of `VizroAI.plot()` add `.show()`. ([527](https://github.com/mckinsey/vizro/pull/527))

- Stabilized `plot` performance by addressing several dataframe mutation issues. ([603](https://github.com/mckinsey/vizro/pull/603))

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

0.1.20

Added

- Add validation error message if `CapturedCallable` is directly provided. ([590](https://github.com/mckinsey/vizro/pull/590))

- Create `vizro.figures.library` to contain KPI card Dash components that can be used outside the Vizro framework. ([578](https://github.com/mckinsey/vizro/pull/578))

- Add dark mode and loading spinner to the layout loading screen (before Vizro app is shown). ([598](https://github.com/mckinsey/vizro/pull/598))

Changed

- Serve Google Material icons library locally to enable offline functionality. ([578](https://github.com/mckinsey/vizro/pull/578))

- Disable altering the default plotly template by importing Vizro. ([615](https://github.com/mckinsey/vizro/pull/615))

Fixed

- Fix subclassing of `vm.Graph`, `vm.Table`, `vm.AgGrid`, `vm.Figure` and `vm.Action` models. ([606](https://github.com/mckinsey/vizro/pull/606))

- Fix display of marks in `vm.Slider` and `vm.RangeSlider` by converting floats to integers when possible. ([613](https://github.com/mckinsey/vizro/pull/613))

- Update chart title padding dynamically to prevent subtitle cutoff. ([632](https://github.com/mckinsey/vizro/pull/632))

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

0.1.19

Removed

- Remove `demo` dashboard folder from repository. ([581](https://github.com/mckinsey/vizro/pull/581))

Added

- Improve validation error messages for `CapturedCallable`. ([547](https://github.com/mckinsey/vizro/pull/547))

- Vizro app itself implements WSGI interface as a shortcut to `app.dash.server`. ([580](https://github.com/mckinsey/vizro/pull/580))

Changed

- Include sign in default `reference_format` of `kpi_card_reference`. ([549](https://github.com/mckinsey/vizro/pull/549))

- Update `optionHeight` of `vm.Dropdown` dynamically based on character length. ([574](https://github.com/mckinsey/vizro/pull/574))

- Rename `features` demo dashboard folder to `dev`. ([581](https://github.com/mckinsey/vizro/pull/581))

Fixed

- Fix title disappearance when scrolling `dash_data_table`. ([548](https://github.com/mckinsey/vizro/pull/548))

- Ensure that categorical selectors always return a list of values. ([562](https://github.com/mckinsey/vizro/pull/562))

- Remove default icon provision for `vm.NavLink` when the icon count exceeds 9 and a user icon is provided.([572](https://github.com/mckinsey/vizro/pull/572))

- External `href` links in `vm.Card` now open in the full body of the window as opposed to in the same frame as they were clicked. ([585](https://github.com/mckinsey/vizro/pull/585))

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

0.1.18

Highlights ✨

- Introduce `Figure` as a new `Page` component, enabling all Dash components to be reactive in `Vizro`. See the [user guide on figure](https://vizro.readthedocs.io/en/stable/pages/user-guides/figure/) for more information. ([#493](https://github.com/mckinsey/vizro/pull/493), [#524](https://github.com/mckinsey/vizro/pull/524))

- Introduce KPI card functions to be used inside `Figure`. See the [user guide on KPI cards](https://vizro.readthedocs.io/en/stable/pages/user-guides/figure#key-performance-indicator-kpi-cards) for more information. ([493](https://github.com/mckinsey/vizro/pull/493), [#529](https://github.com/mckinsey/vizro/pull/529))

Added

- Add KPI dashboard to examples. ([505](https://github.com/mckinsey/vizro/pull/505))

Changed

- Turn off `pagination` by default in `dash_ag_grid`. ([512](https://github.com/mckinsey/vizro/pull/512))

- Move changing theme callback to the client-side. ([523](https://github.com/mckinsey/vizro/pull/523))

Fixed

- Fix disappearance of charts after theme switch on mobile. ([511](https://github.com/mckinsey/vizro/pull/511))

- Ignore unexpected query parameters rather than raising an exception. ([539](https://github.com/mckinsey/vizro/pull/539))

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

Page 2 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.