Skip to content

v4.4.0

Compare
Choose a tag to compare
@studioswong studioswong released this 01 Apr 15:37
· 569 commits to main since this release
7930d95

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)