Vizro Versions Save

Vizro is a toolkit for creating modular data visualization applications.

0.1.17

1 month ago

Highlights ✨

  • Enable dynamic data parametrization, so that different data can be loaded while the dashboard is running. (#482)

Removed

Changed

  • Store page.id in outer page container to enable page specific styling. (#455)

  • Change the default of the dash_ag_grid function to the default of the underlying Dash dag.AgGrid. (#446)

Fixed

vizro-ai-0.2.0

1 month ago

Removed

  • Removed temperature and model_name arguments of VizroAI class. For current configuration options, visit the Vizro-AI docs (#423)

Added

  • Enable customization of LLM models provided to VizroAI class. (#423)

Changed

  • VizroAI.plot now generates and returns a plotly.graph_objects.Figure object. (#411). This facilitates the integration of Vizro-AI charts into the vizro dashboard, visit the dedicated user-guide for details.

0.1.16

2 months ago

Removed

  • Remove class names checkboxes-list, radio-items-list and input-container from Vizro stylesheets. (#414)

Changed

  • Update design of dashboard layout. (#433)

0.1.15

2 months ago

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 for more details. (#398)

Changed

  • Replace default bootstrap stylesheet with vizro-bootstrap stylesheet. (#384)

  • Refactor code and remove custom classNames from Button, Card, NavBar and NavLink. (#384)

  • Change default continuous color scale to SEQUENTIAL_CYAN. (#407)

Fixed

  • Fix CSS for floatingFilter in AgGrid. (#388)

0.1.14

3 months ago

Highlights ✨

Changed

  • Replace dmc.Tooltip with dbc.Tooltip and change CSS selectors accordingly. (#361)

  • Rename CSS classNames nav_card_container and card_container to nav-card and card. (#373)

Fixed

  • Fix navigation to external links by replacing dcc.Link with dbc.NavLink. (#364)

vizro-ai-0.1.2

3 months ago

Added

  • Add max_debug_retry parameter to VizroAI.plot to allow users to determine the maximum number of debugging attempts desired. (#261)

  • Enable automatic loading of environment variables in a .env file. (#270)

Changed

  • Remove upper bound for langchain and openai dependencies. (#369)

Fixed

  • Remove the keyword explain from docs example explaining the _get_chart_code function. (#256)

0.1.13

3 months ago

Highlights ✨

Changed

  • Apply new design to Slider and RangeSlider. (#336)
  • Consolidate gaps between selectors. (#336)

Fixed

  • Fix path to built-in Vizro assets when requests_pathname_prefix is not the same as routes_pathname_prefix. (#358)

0.1.12

3 months ago

Changed

  • Temporarily exclude dash==2.16.0 (#341)

Fixed

  • Added default Bootstrap theme to external stylesheets and fix any visually incompatible CSS declarations. (#311)

  • Fix CSS bug on page-main overflowing page-container in mobile layouts. (#331)

0.1.11

4 months ago

Fixed

  • Improve layouts for small devices. (#302)

0.1.10

5 months ago

Highlights ✨

  • Introduce Tabs model as a new Page component. (#280)

Changed

  • Replace html.P with html.Label in form components. (#293)

Fixed

  • Fix bug on accordion group not opening properly when re-directing to active page via navigation card or URL path. (#276)