Skip to content

Commit

Permalink
Review suggestions
Browse files Browse the repository at this point in the history
Signed-off-by: Jitendra Gundaniya <[email protected]>
  • Loading branch information
jitu5 committed Nov 20, 2024
1 parent 579b04d commit 772d7d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Please follow the established format:
- Fix unserializable parameters value. (#2122)

Check warning on line 19 in RELEASE.md

View workflow job for this annotation

GitHub Actions / vale

[vale] RELEASE.md#L19

[Kedro-viz.Spellings] Did you really mean 'unserializable'?
Raw output
{"message": "[Kedro-viz.Spellings] Did you really mean 'unserializable'?", "location": {"path": "RELEASE.md", "range": {"start": {"line": 19, "column": 7}}}, "severity": "WARNING"}
- Replace `watchgod` library with `watchfiles` and improve autoreload file watching filter. (#2134)

Check warning on line 20 in RELEASE.md

View workflow job for this annotation

GitHub Actions / vale

[vale] RELEASE.md#L20

[Kedro-viz.Spellings] Did you really mean 'autoreload'?
Raw output
{"message": "[Kedro-viz.Spellings] Did you really mean 'autoreload'?", "location": {"path": "RELEASE.md", "range": {"start": {"line": 20, "column": 60}}}, "severity": "WARNING"}
- Display full dataset type with library prefix in metadata panel. (#2136)
- Enable SQLite WAL mode for Azure ML to fix database locking issues. (#2131)
- Enable SQLite WAL mode for to fix database locking issues in Azure ML. (#2131)
- Replace `flake8`, `isort`, `pylint` and `black` by `ruff`. (#2149)
- Refactor `DatasetStatsHook` to avoid showing error when dataset doesn't have file size info. (#2174)
- Refactor `node-list-tree` component. (#2193)
Expand Down
10 changes: 1 addition & 9 deletions src/components/update-reminder/update-reminder-content.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,11 @@ export const updateContent = {
{
title: 'Support for Python 3.12 and 3.13',
image: '',
copy: 'Kedro and Kedro-Viz now support Python 3.12 and 3.13, allowing users to leverage the latest features and improvements in the Python ecosystem.',
copy: 'Kedro-Viz now supports Python 3.12 and 3.13, allowing users to leverage the latest features and improvements in the Python ecosystem.',
buttonLink:
'https://github.com/kedro-org/kedro-viz?tab=readme-ov-file#usage',
buttonText: 'Learn more',
},
{
title:
'The introduction of a `behaviour` prop object with a `reFocus` property',
image: '',
copy: 'The introduction of a `behaviour` prop object with a `reFocus` property gives users enhanced control over pipeline visualization behaviors.',
buttonLink: 'https://www.npmjs.com/package/@quantumblack/kedro-viz',
buttonText: 'Learn more',
},
{
title: 'Enhanced metadata display in Kedro-Viz',
image: '',
Expand Down

0 comments on commit 772d7d3

Please sign in to comment.