Releases: mckinsey/vizro
Releases · mckinsey/vizro
vizro-ai-0.2.0
Removed
- Removed
temperature
andmodel_name
arguments ofVizroAI
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 aplotly.graph_objects.Figure
object. (#411). This facilitates the integration of Vizro-AI charts into thevizro
dashboard, visit the dedicated user-guide for details.
vizro-core-0.1.16
vizro-core-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 for more details. (#398)
Changed
-
Replace default bootstrap stylesheet with
vizro-bootstrap
stylesheet. (#384) -
Refactor code and remove custom classNames from
Button
,Card
,NavBar
andNavLink
. (#384) -
Change default continuous color scale to
SEQUENTIAL_CYAN
. (#407)
Fixed
- Fix CSS for
floatingFilter
inAgGrid
. (#388)
vizro-core-0.1.14
Highlights ✨
- Introduce
DatePicker
as a new selector forFilter
andParameter
. Visit the user guide on selectors for more details. (#309)
Changed
-
Replace
dmc.Tooltip
withdbc.Tooltip
and change CSS selectors accordingly. (#361) -
Rename CSS classNames
nav_card_container
andcard_container
tonav-card
andcard
. (#373)
Fixed
- Fix navigation to external links by replacing
dcc.Link
withdbc.NavLink
. (#364)
vizro-ai-0.1.2
Added
-
Add
max_debug_retry
parameter toVizroAI.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
andopenai
dependencies. (#369)
Fixed
- Remove the keyword
explain
from docs example explaining the_get_chart_code
function. (#256)
vizro-core-0.1.13
vizro-core-0.1.12
vizro-core-0.1.11
vizro-core-0.1.10
vizro-core-0.1.9
Highlights ✨
- Introduce
Container
model as a newPage
component. Visit the user guide on container to learn more. (#254)
Added
-
Enable automatic logo insertion into
page-header
container. (#248) -
Enable the side panel to collapse/expand with a button. (#225)
Changed
- Move
dashboard-title
to top header containerpage-header
. (#238)