-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v8.0.0 #1781
Release v8.0.0 #1781
Conversation
Signed-off-by: ravi-kumar-pilla <[email protected]>
Signed-off-by: ravi-kumar-pilla <[email protected]>
Signed-off-by: ravi-kumar-pilla <[email protected]>
Signed-off-by: ravi-kumar-pilla <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have pushed some changes. LGTM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!!!!
Description
This is a major release which includes refactoring on backend for shareableviz and compatibility with
pydantic v2
andkedro-datasets
.Release 8.0.0
Major features and improvements
pydantic>=2
. (Migrate Viz to use Pydantic V2 #1743)python=3.8
. (Remove Python3.8 Support #1747)preview
functionality on Kedro-viz (Documentation for Preview Dataset #1757)Bug fixes and other changes
%run_viz
line magic to open Kedro-viz in a new browser tab. (Improve Kedro-viz experience on notebooks #1722)%run_viz
line magic to use the arguments that Kedro-Viz supports on the command line. (Enable %run_viz magic line to use the arguments that Kedro-Viz supports on the command line #1733)kedro viz build
compatible with Kedro 18. (Makekedro viz build
compatible with Kedro 18 #1716)kedro-datasets
compatibility warning for Experiment Tracking. (Fixes for all Bugbash 8.0.0 findings #1767)preview
length in metadata modal. (Fixes for all Bugbash 8.0.0 findings #1767)Development notes
QA notes
Checklist
RELEASE.md
file