Skip to content

v4.7.0

Compare
Choose a tag to compare
@tynandebold tynandebold released this 16 Jun 17:32
· 533 commits to main since this release
b36ef79

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)