Releases: kedro-org/kedro-viz
Releases · kedro-org/kedro-viz
v6.1.1
v6.1.0
Release 6.1.0
Major features and improvements
- Allow showing and hiding of metrics visualisations in experiment tracking. (#1313)
Bug fixes and other changes
v6.0.1
v6.0.0
Release 6.0.0
Major features and improvements
- Link plot and JSON dataset names from experiment tracking to the flowchart. (#1165)
- Remove metrics plots from metadata panel and add link to the plots on experiment tracking. (#1268)
- Bump minimum version of React from 16.8.6 to 17.0.2. (#1282)
- Show preview of data in metadata panel. (#1288)
Bug fixes and other changes
- Remove pandas and Plotly dependencies from Kedro-viz. (#1268)
v5.3.0
Release 5.3.0
Major features and improvements
- Enable the display of json objects with
react-json-viewer
in experiment tracking. (#1236) - Always show pretty and original node names in the metadata panel. (#1254)
- Display delta value for metrics when comparing runs in experiment tracking. (#1257)
Bug fixes and other changes
v5.2.1
Release 5.2.1
Bug fixes and other changes
v5.2.0
Release 5.2.0
Major features and improvements
- Allow users to hide modular pipelines on the flowchart. (#1046)
- Create URL parameters for each element/section in the flowchart. (#1138)
- Improve Kedro CLI loading time. (#1196)
- Make Kedro-Viz compatible with kedro-datasets. (#1214)
- Add time series and parallel coordinates metrics plots to experiment tracking. (#1102)
Bug fixes and other changes
- Fix pretty naming for transcoded datasets. (#1062)
- Keep graph visible when switching pipelines. (#1063)
- Add a transition to run details in experiment tracking. (#1065)
- Remove Tags field from dataset and parameter nodes when viewed in metadata panel. (#1100)
- Fix keyboard support for exporting experiment runs. (#1103)
- Fix
MemoryDataSet
not displaying on metadata panel. (#1113) - Enhance display of the flowchart when hovering over the FocusMode icon. (#1107)
- Make dotted datasets clickable and hoverable when in focus mode. (#1114)
- Fix a bug where tall Matplotlib images weren't displaying correctly. (#1145)
- Non-JSON serialisable YAML parameter values (
.nan
and.inf
) are now rendered asnull
. (#1087)
v5.1.1
v5.1.0
Release 5.1.0
Major features and improvements
- The
%run_viz
line magic can now be used in Databricks notebooks. (#1012)