-
Notifications
You must be signed in to change notification settings - Fork 115
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/11.0.0 #2294
Release/11.0.0 #2294
Conversation
Signed-off-by: Huong Nguyen <huong.nguyen@mckinsey.com>
Signed-off-by: Huong Nguyen <huong.nguyen@mckinsey.com>
Signed-off-by: Huong Nguyen <huong.nguyen@mckinsey.com>
Signed-off-by: Huong Nguyen <huong.nguyen@mckinsey.com>
Signed-off-by: Huong Nguyen <huong.nguyen@mckinsey.com>
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.
Do we still need the GraphQL-related dependencies? Maybe we should trim them before release, and also regenerate the bundle accordingly
Signed-off-by: Huong Nguyen <huong.nguyen@mckinsey.com>
Hi @Huongg , sorry about this. I just realized I haven't updated docs regarding visualize pipeline in notebook. I will add it in some time. Can we wait for this before release. Thank you |
Hey @ravi-kumar-pilla yes we can wait for you to finish that. It will be great to have that so i can include the doc link in the whats' new panel and announcement to users too. |
Hi, just realised during QA - the JSON preview we added to demo is no longer available. I am unsure if my cleanup PR or experiment tracking removal PR accidentally remove this - https://github.com/kedro-org/kedro-viz/pull/1930/files. |
Signed-off-by: Huong Nguyen <huong.nguyen@mckinsey.com>
Signed-off-by: Huong Nguyen <huong.nguyen@mckinsey.com>
Signed-off-by: Huong Nguyen <huong.nguyen@mckinsey.com>
this is very weird. today when i went to fix this issue, it's working fine for me. I am not sure why it didn't work for me yesterday. anyways; for now since it's working will not do anything but I have a slight suspicious lazy loading of datasets is not working correctly all the time, let's keep an eye. |
thanks tested in a new conda environment; everything worked fine. except that my @ankatiyar suggested the below which was updated for spaceflights recently
|
Signed-off-by: Huong Nguyen <huong.nguyen@mckinsey.com>
Signed-off-by: Huong Nguyen <huong.nguyen@mckinsey.com>
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.
Thanks @Huongg , mostly looks good to me. :) FYI, if you are using Codespaces; the updates panel might not open as we disable it in hosted version. and this is a hosted version of viz. Maybe u can refer to the video in qa.
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.
Thank you @Huongg ... Looks good !! Lets release 💯
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.
Ship it!!
Signed-off-by: Huong Nguyen <huong.nguyen@mckinsey.com>
Description
Addressed #2293
Release 11.0.0
Major features and improvements
Bug fixes and other changes
%run_viz
using old process in jupyter notebook. (Fix %run_viz using old process in jupyter notebook #2267)kedro viz --lite
. (Ignore parsing hidden files onkedro viz --lite
#2271)KedroDataCatalog
. (Update DataCatalog private methods with DataCatalog 2.0 API public methods #2274)Screen.Recording.2025-03-10.at.19.22.00.mov
QA notes
Please pull the changes from this PR to test it locally, or use Gitpod if there are no issues.
There should be no errors or crashes, and the app should function as expected. If possible, please test all the features listed in the release notes above.
Checklist
RELEASE.md
file