Skip to content

Releases: kedro-org/kedro-viz

v6.1.1

16 May 09:55
230fa78
Compare
Choose a tag to compare

Release 6.1.1

Bug fixes and other changes

  • Update API response headers for added application security. (#1355)

v6.1.0

28 Apr 11:59
e814dbd
Compare
Choose a tag to compare

Release 6.1.0

Major features and improvements

  • Allow showing and hiding of metrics visualisations in experiment tracking. (#1313)

Bug fixes and other changes

  • Fix SQLAlchemy QueuePool Overflow Error. (#1301)
  • Bug fix for where some elements on the flowchart weren't clickable. (#1322)
  • Fixed link to Kedro experiment tracking docs. (#1325)
  • Bug fix for pretty name option in settings panel being updated even when clicking on cancel button. (#1341)

v6.0.1

30 Mar 11:14
4d07b76
Compare
Choose a tag to compare

Release 6.0.1

Bug fixes and other changes

  • Fix SQLalchemy dependency conflict with Kedro. (#1300)

v6.0.0

27 Mar 12:04
5330f98
Compare
Choose a tag to compare

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

21 Feb 10:36
ed3efb1
Compare
Choose a tag to compare

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

  • Fix run command for task nodes on metadata panel. (#1245)
  • Fix URL query params with expand all modular pipelines toggle. (#1256)

v5.2.1

27 Jan 16:36
7dbee7f
Compare
Choose a tag to compare

Release 5.2.1

Bug fixes and other changes

  • Visual fixes for metrics plots in experiment tracking. (#1229)
  • Fix bug that prevented Kedro-Viz from loading when a project contained undefined parameters. (#1231)
  • Modify the implementation of get_dataset_type in the models package to improve safety. (#1232)

v5.2.0

18 Jan 13:15
6db11bc
Compare
Choose a tag to compare

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 as null. (#1087)

v5.1.1

08 Sep 16:12
ff145bc
Compare
Choose a tag to compare

Release 5.1.1

Bug fixes and other changes

  • Fix the Python packaging build step. (#1053)

v5.1.0

08 Sep 13:44
6e4b87c
Compare
Choose a tag to compare

Release 5.1.0

Major features and improvements

  • The %run_viz line magic can now be used in Databricks notebooks. (#1012)
    image (1)

Bug fixes and other changes

  • Upgrade to dart-scss and update the recommended Node version to v16. (#1026)
  • Fix the export functionality of experiment tracking data. (#1033)
  • Add lazy loading to experiment tracking. (#1041)
    Screen Shot 2022-09-08 at 09 23 24

v5.0.1

16 Aug 17:33
0c961cc
Compare
Choose a tag to compare

Release 5.0.1

Bug fixes and other changes

  • Don't reset the zoom each time a node is selected. (#988)
  • Improve the way runs animate in and out in experiment tracking. (#993)
  • Fix for plots not showing on Metadata panel. (#1014)