Skip to content

Releases: kedro-org/kedro-viz

v5.0.0

05 Aug 13:25
4b385dd
Compare
Choose a tag to compare

Release 5.0.0

Major features and improvements

  • Allow the visualisation of Matplotlib and Plotly plots in experiment tracking. (#984)
  • Remove support for Kedro v16. (#998)

v4.7.2

29 Jul 16:06
b2d75cd
Compare
Choose a tag to compare

Release 4.7.2

Bug fixes and other changes

v4.7.1

01 Jul 14:44
c45d13d
Compare
Choose a tag to compare

Release 4.7.1

Bug fixes and other changes

  • General design-debt fixes. (#933, #934, #936, #939, #940)
  • Ensure Created by is set in experiment tracking metadata. (#937)
  • Fix for running Kedro-Viz with a proxy server or different base paths. (#941)

v4.7.0

16 Jun 17:32
b36ef79
Compare
Choose a tag to compare

Release 4.7.0

Major features and improvements

  • Allow the display of Matplotlib images in the metadata panel and modal. (#887)

Bug fixes and other changes

  • Added warning message when filtered pipeline is empty. (#864)
  • Improve telemetry to track flowchart events. (#865)
  • Disable Uvicorn's logger so that log messages are no longer duplicated. (#870)
  • Fix namespace collision when two different registered pipelines have a modular pipeline with the same name. (#871)
  • Enhance Apply and close behavior of modals. (#875)
  • Enable clicks on the flowchart to expand modular pipelines. (#879)
  • Add --params option to kedro viz CLI command. (#883)
  • Improve bundle size of the JavaScript package. (#906)
  • General design-debt fixes. (#896, #898, #899, #904, #908, #915)

v4.6.0

20 May 20:40
00cfb71
Compare
Choose a tag to compare

Release 4.6.0

Major features and improvements

  • Added support for all Plotly chart types. (#853)

Bug fixes and other changes

  • Fix lambda and partial Python functions not rendering correctly on flowchart. (#851)
  • Add tooltip label text to page-navigation links. (#846)
  • Change Type naming on Metadata Side Panel. (#852)
  • Improve Heap event tracking. (#556)

v4.5.0

06 May 09:45
8427cba
Compare
Choose a tag to compare

Release 4.5.0

Major features and improvements

  • Added support for Python 3.9 and 3.10. (#815)

Bug fixes and other changes

  • Change route name from runsList to experiment-tracking. (#820)
  • Update feature flag description to remind the user of the need for page refresh to apply settings. (#823)
  • Fix experiment tracking not showing run details bug on Windows. (#809)
  • Fix rendering of React component instance with custom routes. (#838)
  • Improve performance when many datasets are missing. (#832)
  • Fix flowchart not showing on initial load for static data inputs. (#843)

v4.4.0

01 Apr 15:37
7930d95
Compare
Choose a tag to compare

Release 4.4.0

Major features and improvements

  • Set up a pop-up reminder to nudge users to upgrade Kedro-Viz when a new version is released. (#746)
  • Set up the 'export run' button to allow exporting of selected run data into a csv file for download. (#757)
  • Set up new display props to standalone React component. (#786)
  • Set up 'expandAllPipelines' flag to allow the expanded display of all modular pipelines on initial load. (#786)

Bug fixes and other changes

  • Migrate Kedro-UI buttons to Kedro-Viz as Kedro-UI is now deprecated. (#716)
  • Migrate Kedro-UI dropdown and menu-options to Kedro-Viz as Kedro-UI is now deprecated. (#721)
  • Add a Husky pre-push hook. (#723)
  • Create a version GraphQL query to get versions of Kedro-Viz. (#727)
  • Fix Kedro-Viz to work with projects that have no __default__ registered pipeline. This also fixes the --pipeline CLI option. (#729)
  • Fix lazy pipelines loading causes get_current_session to throw an error. (#726, #727)
  • Fix experiment tracking not showing all metrics. (#798)
  • Fix experiment tracking not display the correct empty table cells. (#798)

v4.3.1

26 Jan 19:37
5af66cd
Compare
Choose a tag to compare

Bug fixes and other changes

  • Fix websocket connection for deploying Kedro-Viz over HTTPS. (#719)
  • Update demo deployment setup on CI. (#718)

v4.3.0

25 Jan 15:36
00bafb7
Compare
Choose a tag to compare

Major features and improvements

  • Create the toggle-bookmark journey that allows bookmarking runs and displaying them as a separate list. (#689)
  • Setup subscription for auto update of experiment runs list on new Kedro runs. (#703)
  • Allow users to search through the runs list by title, notes, and Git SHA. (#709)

Bug fixes and other changes

  • Bug fix to display the original function names when pretty name is turned off. (#686)
  • Fix the order of the runs list in experiment tracking. (#691)
  • Bug fix for Plotly JSONDataSet icon. (#684)
  • Bug fix for when some flowchart nodes were being cut off by the sidebar. (#701)
  • Bug fix empty metadata panel when clicking on modular pipeline nodes during search. (#704)
  • Bug fix for datasets when params is used as a prefix. (#707)
  • Bug fix for when the exported pipeline image was sometimes cutting off elements. (#705)

v4.2.0

15 Dec 16:42
9845fb3
Compare
Choose a tag to compare

Major features and improvements

  • Build out 'Show Changes' user journey for experiment tracking. (#667)
  • Return gitBranch data. (#657)
  • Drop python 3.6 support. (#659)

Bug fixes and other changes

  • Bug fix for Plotly modal when escape button is pressed. (#654)
  • Display Plotly JSONDataSet plot in metadata side-panel. (#660)
  • Refactor Primary Toolbar setup. (#664)
  • Upgrade @apollo/client from 3.4.16 to 3.5.3. (#661, #668)