Vizro

Latest version: v0.1.17

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

Scan your dependencies

Page 1 of 3

0.1.17

Highlights ✨

- Enable dynamic data parametrization, so that different data can be loaded while the dashboard is running. ([482](https://github.com/mckinsey/vizro/pull/482))

Removed

- Remove all CSS classes with suffix `_outer` from components. Visit the user guide on [how to customize CSS in selected components](https://vizro.readthedocs.io/en/stable/pages/user-guides/assets/#overwrite-css-properties-in-selective-components) for more details. ([456](https://github.com/mckinsey/vizro/pull/456))

Changed

- Store `page.id` in outer page container to enable page specific styling. ([455](https://github.com/mckinsey/vizro/pull/455))

- Change the default of the `dash_ag_grid` function to the default of the underlying Dash `dag.AgGrid`. ([446](https://github.com/mckinsey/vizro/pull/446))

Fixed

- Fix `dash_data_table` cell dropdown menu to open on click. ([481](https://github.com/mckinsey/vizro/pull/481))

- Fix bug that [prevented referring to columns in custom grids/tables](https://github.com/mckinsey/vizro/issues/435). ([#439](https://github.com/mckinsey/vizro/pull/439))

- Fix an issue that prevented the column widths of the AgGrid to render correctly upon reloading a page. ([446](https://github.com/mckinsey/vizro/pull/446))

- Fix actions associated with a manually added control. ([478](https://github.com/mckinsey/vizro/pull/478))

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

vizro-ai-0.2.0
Removed

- Removed `temperature` and `model_name` arguments of `VizroAI` class. For current configuration options, visit the [Vizro-AI docs](https://vizro.readthedocs.io/projects/vizro-ai/) ([#423](https://github.com/mckinsey/vizro/pull/423))

Added

- Enable customization of LLM models provided to `VizroAI` class. ([423](https://github.com/mckinsey/vizro/pull/423))

Changed

- `VizroAI.plot` now generates and returns a `plotly.graph_objects.Figure` object. ([411](https://github.com/mckinsey/vizro/pull/441)). This facilitates the integration of Vizro-AI charts into the `vizro` dashboard, visit [the dedicated user-guide](https://vizro.readthedocs.io/projects/vizro-ai/en/vizro-ai-0.2.0/pages/user-guides/add-generated-chart-usecase/#use-vizro-ai-dynamically-to-return-a-fig-object) for details.

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

0.1.16

Removed

- Remove class names `checkboxes-list`, `radio-items-list` and `input-container` from Vizro stylesheets. ([414](https://github.com/mckinsey/vizro/pull/414))

Changed

- Update design of dashboard layout. ([433](https://github.com/mckinsey/vizro/pull/433))

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

0.1.15

Highlights ✨

- Add dynamic data, which can be reloaded while the dashboard is running. An optional caching layer enables efficient refreshes with per-data source timeouts. Visit the [user guide on data](https://vizro.readthedocs.io/en/stable/pages/user-guides/data/) for more details. ([#398](https://github.com/mckinsey/vizro/pull/398))

Changed

- Replace default bootstrap stylesheet with `vizro-bootstrap` stylesheet. ([384](https://github.com/mckinsey/vizro/pull/384))

- Refactor code and remove custom classNames from `Button`, `Card`, `NavBar` and `NavLink`. ([384](https://github.com/mckinsey/vizro/pull/384))

- Change default continuous color scale to `SEQUENTIAL_CYAN`. ([407](https://github.com/mckinsey/vizro/pull/407))

Fixed

- Fix CSS for `floatingFilter` in `AgGrid`. ([388](https://github.com/mckinsey/vizro/pull/388))

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

0.1.14

Highlights ✨

- Introduce `DatePicker` as a new selector for`Filter` and `Parameter`. Visit the [user guide on selectors](https://vizro.readthedocs.io/en/stable/pages/user-guides/selectors/) for more details. ([#309](https://github.com/mckinsey/vizro/pull/309))

Changed

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

- Rename CSS classNames `nav_card_container` and `card_container` to `nav-card` and `card`. ([373](https://github.com/mckinsey/vizro/pull/373))

Fixed

- Fix navigation to external links by replacing `dcc.Link` with `dbc.NavLink`. ([364](https://github.com/mckinsey/vizro/pull/364))

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

vizro-ai-0.1.2
Added

- Add `max_debug_retry` parameter to `VizroAI.plot` to allow users to determine the maximum number of debugging attempts desired. ([261](https://github.com/mckinsey/vizro/pull/261))

- Enable automatic loading of environment variables in a `.env` file. ([270](https://github.com/mckinsey/vizro/pull/270))

Changed

- Remove upper bound for `langchain` and `openai` dependencies. ([369](https://github.com/mckinsey/vizro/pull/369))

Fixed

- Remove the keyword `explain` from docs example explaining the `_get_chart_code` function. ([256](https://github.com/mckinsey/vizro/pull/256))

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

0.1.13

Highlights ✨

- Introduce `AgGrid` as a new `Page` component, allowing the usage of [AG Grid](https://www.ag-grid.com/) in `Vizro`. See the [user guide on tables](https://vizro.readthedocs.io/en/stable/pages/user_guides/table/)
for more information. ([289](https://github.com/mckinsey/vizro/pull/289),[#268](https://github.com/mckinsey/vizro/pull/268),[#324](https://github.com/mckinsey/vizro/pull/324))

Changed

- Apply new design to `Slider` and `RangeSlider`. ([336](https://github.com/mckinsey/vizro/pull/336))
- Consolidate gaps between selectors. ([336](https://github.com/mckinsey/vizro/pull/336))

Fixed

- Fix path to built-in Vizro assets when `requests_pathname_prefix` is not the same as `routes_pathname_prefix`. ([358](https://github.com/mckinsey/vizro/pull/358))

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

0.1.12

Changed

- Temporarily exclude `dash==2.16.0` ([341](https://github.com/mckinsey/vizro/pull/341))

Fixed

- Added default Bootstrap theme to external stylesheets and fix any visually incompatible CSS declarations. ([311](https://github.com/mckinsey/vizro/pull/311))

- Fix CSS bug on `page-main` overflowing `page-container` in mobile layouts. ([331](https://github.com/mckinsey/vizro/pull/331))

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

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.