Skip to content

v11.0.0

Choose a tag to compare

@rashidakanchwala rashidakanchwala released this 14 Mar 09:39
· 87 commits to main since this release
72cd8bb

Major features and improvements

  • Remove experiment tracking. (#2237)
  • Introduce horizontal flowchart orientation in Kedro-Viz. (#2159)
  • Visualise pipeline objects in notebook. (#2241)
  • Enable Kedro-Viz in VSCode to list pipelines using the filter icon. (#2269)

Bug fixes and other changes

  • Add ESM bundle for Kedro-Viz. (#2268)
  • Add support for Kedro's DataCatalog 2.0 with lazy loading. (#2272)
  • Fix %run_viz using old process in jupyter notebook. (#2267)
  • Ignore parsing hidden files on kedro viz --lite. (#2271)
  • Make Kedro-Viz compatible with the new KedroDataCatalog. (#2274)
  • Add Dev Containers to QA Kedro-Viz on Github Codespaces. (#2292)