Releases: kedro-org/kedro-viz
Releases · kedro-org/kedro-viz
v5.0.0
v4.7.2
v4.7.1
v4.7.0
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
Release 4.6.0
Major features and improvements
- Added support for all Plotly chart types. (#853)
Bug fixes and other changes
v4.5.0
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
toexperiment-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
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
v4.3.0
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)