Skip to content

Releases: kedro-org/kedro-viz

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)

v4.1.1

26 Nov 11:35
6a319c7
Compare
Choose a tag to compare

Bug fixes and other changes

  • Fix display of boolean values on tracking dataset (#652)
  • Fix node IDs in test data after Kedro updates its _str_logic for node (#653)

v4.1.0

25 Nov 13:32
0a5a505
Compare
Choose a tag to compare

Major features and improvements

Bug fixes and other changes

  • Bug fix for display of JSON tracking data on metadata panel. (#618)
  • Fix dependencies for e2e tests. (#637)
  • Add extra -a click command for autoreload. (#626)
  • Remove notice from PR template. (#632)
  • Replace the QB favicon with the Kedro one. (#633)
  • Update "Kedro Viz" to "Kedro-Viz". (#634)
  • Update loader animation to match kedro branding (#639)
  • Upgrade reselect from 4.0.0 to 4.1.0. (#627)
  • Upgrade react-redux from 7.2.4 to 7.2.6. (#628)
  • Upgrade react-redux from 7.2.4 to 7.2.6. (#628)
  • Upgrade redux-thunk from 2.3.0 to 2.4.0. (#629)
  • Upgrade redux from 4.1.0 to 4.1.2 (#641)
  • Upgrade reselect from 4.1.0 to 4.1.1 (#642)
  • Update prettier command and config. (#631)