Skip to content

v5.2.0

Compare
Choose a tag to compare
@tynandebold tynandebold released this 18 Jan 13:15
· 265 commits to main since this release
6db11bc

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)