Releases: kedro-org/kedro-viz
Releases · kedro-org/kedro-viz
v4.1.1
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
Major features and improvements
- Experiment Tracking Front End set of features, as well as GraphQL setup and API integration (#576, #582, #587, #604, #605, #619, #620, #623, #624, #625, #630, #636, #643, #647, #648, #649)
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)
v4.0.1
Bug fixes and other changes
- Display JSON tracking (tracking.JSONDataSet) on the metadata panel. (#608)
- Fix layers visualisation for transcoded datasets. (#614, #615)
v4.0.0
Major features and improvements
- Allow expand and collapse modular pipelines on the graph. (#600)
Bug fixes and other changes
- Disable layers visualisation instead of throwing an error when there is a cycle in layers. (#383)
- Disable layers when their dependency cannot be established in a disjoint graph. (#584)
- Change syntax for session creation to fix improperly thrown No Active Session error. (#603)
v3.17.1
Bug fixes and other changes
- Relax pandas and plotly versions.
v3.17.0
Major features and improvements
- Expose metrics data from the latest run as a dataset node. (#554)
- Visualize and compare metrics from last 10 runs on the metadata panel. (#554)
Bug fixes and other changes
- Overwrite material UI selected row defaults. (#568)
- Fix URI param parsing for data source. (#578)
- Add a graphql test endpoint on Kedro-viz server. (#570)
- Update the demo dataset on Kedro-viz. (#574)
- Fix auto-reload for metrics run data. (#572)
- Refactor tests for metadata panel. (#580)
v3.16.0
Major features and improvements
- Improve pretty-name algorithm. (#546)
- Setup CI for automatic deployment. (#555)
- Turn on/off pretty naming on the settings panel. (#542)
Bug fixes and other changes
- Fix focus mode search (#549)
- Fix focus mode error when switching pipelines (#553)
- Pin dynaconf before Kedro is released. (#559)
- Refactor colors based on latest palette (#552)
v3.15.0
Major features and improvements
- Visualise related data nodes of a modular pipeline in focus mode. (#530)
- Show parameter names when hovering over parameters indicator in the flowchart. (#512)
Bug fixes and other changes
- Fix the display of transcoded data nodes and their metadata. (#491, #525)
- Remove
newparams
flag. (#528)
- Add notice about Kedro-UI deprecation on the Styleguide. (#529)
- Add more eslint rule. (#532)
- Refactor
LazyList
component to fix eslint error. (#539)
- Update deprecated
highlight.js
call. (#540)
- Unify monospace fonts. (#540)
v.3.14.0
Major features and improvements
- Implement first version of focus mode feature to allow selective display of modular pipelines on the flowchart. (#514)
- Add
--autoreload
to relaunch viz server on file change. (#498)
- Updated demo data set to shuttle factory example. (#518)
Bug fixes and other changes
- Removed build/api after running build. (#515)
- Fix path parsing for PartitionedDataSet (#516)
- Fix dev server port (#517)
v3.13.1
Bug fixes and other changes
- Fix running kedro viz with
--load-file
. (#509)