-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* v8.0.0 Signed-off-by: ravi-kumar-pilla <ravi_kumar_pilla@mckinsey.com> * initial release draft Signed-off-by: ravi-kumar-pilla <ravi_kumar_pilla@mckinsey.com> * update reminder text Signed-off-by: ravi-kumar-pilla <ravi_kumar_pilla@mckinsey.com> * add AWS to reminder content Signed-off-by: ravi-kumar-pilla <ravi_kumar_pilla@mckinsey.com> * some changes * add link to notebook docs * add more to release notes --------- Signed-off-by: ravi-kumar-pilla <ravi_kumar_pilla@mckinsey.com> Co-authored-by: rashidakanchwala <rashida_kanchwala@mckinsey.com> Co-authored-by: rashidakanchwala <37628668+rashidakanchwala@users.noreply.github.com>
- Loading branch information
1 parent
5b7756f
commit 2834383
Showing
7 changed files
with
50 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
7.1.0 | ||
8.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,43 @@ | ||
export const updateContent = { | ||
date: '22 January 2024', | ||
date: '04 March 2024', | ||
features: [ | ||
{ | ||
title: | ||
'Publish Kedro-viz on any hosting platform using cli `kedro viz build`', | ||
title: 'Publish and share Kedro-Viz on AWS, Azure and GCP', | ||
image: '', | ||
copy: '`kedro viz build` command that enables you to publish and share Kedro-Viz to any static website hosting platform.', | ||
copy: '`kedro viz deploy` command enables you to publish and share Kedro-Viz to static website hosting platforms like AWS, Azure and GCP', | ||
buttonLink: | ||
'https://docs.kedro.org/projects/kedro-viz/en/latest/share_kedro_viz.html#platform-agnostic-sharing-with-kedro-viz', | ||
'https://docs.kedro.org/projects/kedro-viz/en/latest/share_kedro_viz.html', | ||
buttonText: 'View the docs', | ||
}, | ||
{ | ||
title: 'New changes to the `preview` functionality on Kedro-Viz', | ||
image: '', | ||
copy: 'The `preview` functionality on Kedro-Viz is now opt-out for users. Additionally, we have introduced extending the `preview` to custom datasets.', | ||
buttonLink: | ||
'https://docs.kedro.org/projects/kedro-viz/en/latest/preview_datasets.html', | ||
buttonText: 'View the docs', | ||
}, | ||
{ | ||
title: 'Improvements to `%run_viz` line magic', | ||
image: '', | ||
copy: '`%run_viz` line magic can be executed on jupyter notebooks with the options that Kedro-Viz supports on the command line', | ||
buttonLink: | ||
'https://docs.kedro.org/projects/kedro-viz/en/latest/kedro-viz_visualisation.html#running-kedro-viz-in-a-notebook', | ||
buttonText: 'View the docs', | ||
}, | ||
{ | ||
title: 'Kedro-Viz supports pydantic v2', | ||
image: '', | ||
copy: 'Kedro-Viz has migrated from pydantic v1 to v2', | ||
buttonLink: '', | ||
buttonText: '', | ||
}, | ||
{ | ||
title: 'Kedro-Viz drops support for python 3.8', | ||
image: '', | ||
copy: 'Kedro-Viz provides active support for python versions greater than 3.8', | ||
buttonLink: '', | ||
buttonText: '', | ||
}, | ||
], | ||
}; |