Skip to content

Releases: kedro-org/kedro-viz

v6.5.0

31 Aug 16:29
240ff6e
Compare
Choose a tag to compare

Major features and improvements

  • Add support for Python 3.11 (#1502)

Bug fixes and other changes

  • Fix to search for a '<lambda' Python function in the sidebar. (#1497)
  • Add favicon to Kedro-Viz. (#1509)
  • Remove python upper-bound requirements and add KedroVizPythonVersion warning. (#1506)

v6.4.0

18 Aug 08:17
f74cbca
Compare
Choose a tag to compare

Release 6.4.0

Major features and improvements

  • Add feature hint cards to illuminate features of the app. (#1454)
  • Add support for displaying dataset statistics in the metadata panel. (#1472)

Bug fixes and other changes

  • Fix dataset and global toolbar error with standalone React component. (#1351)
  • Fix incorrect rendering of datasets in modular pipelines. (#1439)
  • Fix broken SVG/PNG exports in light theme. (#1463)
  • Fix ImportError as kedro-datasets is now lazily loaded. (#1481).
  • Fix Sidebar search result based on Pretty name setting. (#1485)
  • Fix issue of encountering a blank page in Safari when interacting with modular pipelines. (#1488)

v6.3.4

24 Jul 08:55
62c9aa0
Compare
Choose a tag to compare

Release 6.3.4

Bug fixes and other changes

  • Ensure URL parameters and parameter nodes are in sync and enable caching in the filter panel for task, data, and parameter nodes set by the user. (#1449)
  • Relax semver requirement bound. (#1452)
  • Improve the code block spacing and width. (#1455)

v6.3.3

12 Jul 14:21
93caf4a
Compare
Choose a tag to compare

Release 6.3.3

Bug fixes and other changes

  • Bump strawberry-graphql to at least version 0.192 to support the new strawberry.union syntax. (#1441)
  • Resolve the incompatibility between Kedro-Viz and Kedro versions prior to 0.18.11. (#1445)

v6.3.2

07 Jul 15:12
01f4656
Compare
Choose a tag to compare

Release 6.3.2

Bug fixes and other changes

  • Add validation for layers in transcoding datasets.(#1406)
  • Fix bug where flowchart wasn't updating on back/forward clicks after selecting a registered pipeline. (#1422)
  • Fix bug in layout for large pipeline warning message. (#1428)

v6.3.1

26 Jun 18:34
9764bf9
Compare
Choose a tag to compare

Release 6.3.1

Bug fixes and other changes

  • Fix broken URL link between experiment tracking and flowchart when the pipeline is not the default one. (#1388)
  • Update UI font to match updated Kedro branding. (#1414)

v6.3.0

09 Jun 11:00
9fbb1cb
Compare
Choose a tag to compare

Release 6.3.0

Major features and improvements

  • Update UI with new Kedro rebrand look and feel. (#1359)
  • Add support for new layer configuration in kedro-datasets version >=1.3.0. (#1373)
  • Add support for new preview_args configuration in kedro-datasets version >=1.3.0. (#1374)

Bug fixes and other changes

  • Fix bug where git caused a Kedro-Viz panic. (#1380)
  • Show original node input and output names in metadata panel. (#1381)

v6.2.0

26 May 14:42
22be42e
Compare
Choose a tag to compare

Release 6.2.0

Major features and improvements

  • Enable collaborative experiment tracking on Kedro-viz. (#1286)

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)