Skip to content

Commit

Permalink
Reorder release notes
Browse files Browse the repository at this point in the history
Signed-off-by: Jitendra Gundaniya <[email protected]>
  • Loading branch information
jitu5 committed Nov 21, 2024
1 parent 5e33b5c commit 2871afb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,33 +11,33 @@ Please follow the established format:
## Major features and improvements

- Add support for Python 3.12, 3.13 (#2190, #2191)
- Ensure deterministic graph calculation with consistent layer, node, and edge ordering in Kedro-Viz. (#2185)
- Replace `watchgod` library with `watchfiles` and improve autoreload file watching filter. (#2134)
- Ensure consistent flowchart positioning by maintaining uniform layer, node, and edge ordering in Kedro-Viz. (#2185)
- Improve `--autoreload` file watching filter and replace `watchgod` library with `watchfiles`. (#2134)
- Check port availability before starting Kedro Viz to prevent unintended redirects when the port is in use. (#2176)


## Bug fixes and other changes
- Fix tag being undefined when pipeline are ordered differently (#2162) (#2146)
- Improve `kedro viz build` usage documentation. (#2126)
- Fix tag being undefined when pipeline are ordered differently (#2162, #2146)
- Fix unserializable parameters value. (#2122)

Check warning on line 21 in RELEASE.md

View workflow job for this annotation

GitHub Actions / vale

[vale] RELEASE.md#L21

[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": 21, "column": 7}}}, "severity": "WARNING"}
- Update kedro-viz lite banner icon and message. (#2196)
- Display full dataset type with library prefix in metadata panel. (#2136)
- Introduce `behaviour` prop object with `reFocus` prop. (#2161)
- Include Kedro Viz version in telemetry. (#2194)
- Update Kedro-Viz telemetry for opt-out model (#2022)
- Improve `kedro viz build` usage documentation. (#2126)
- Updated documentation to include Python version policies and made minor improvements. (#2139)
- Add a tip on YAML anchors to docs on dataset layers. (#2181)
- 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)
- Fix 404 error when accessing the experiment tracking page on the demo site. (#2179)
- Update kedro-viz lite banner icon and message. (#2196)
- Include Kedro Viz version in telemetry. (#2194)
- Introduce `behaviour` prop object with `reFocus` prop. (#2161)
- Refactor response classes. (#2113)
- Breakdown flowchart models into separate files. (#2144)
- Add a tip on YAML anchors to docs on dataset layers. (#2181)
- Refactor flowchart models into separate files. (#2144)
- Standardized `z-index` values using variables for easier maintenance. (#2095)

Check warning on line 36 in RELEASE.md

View workflow job for this annotation

GitHub Actions / vale

[vale] RELEASE.md#L36

[Kedro-viz.ukspelling] In general, use UK English spelling instead of 'Standardized'.
Raw output
{"message": "[Kedro-viz.ukspelling] In general, use UK English spelling instead of 'Standardized'.", "location": {"path": "RELEASE.md", "range": {"start": {"line": 36, "column": 3}}}, "severity": "WARNING"}
- Fix 404 error when accessing the experiment tracking page on the demo site. (#2179)
- Update Kedro-viz architecture diagram. (#2183)
- Updated documentation to include Python version policies and made minor improvements. (#2139)
- Replace CircleCI badge in readme with GitHub actions. (#2124)

Check warning on line 39 in RELEASE.md

View workflow job for this annotation

GitHub Actions / vale

[vale] RELEASE.md#L39

[Kedro-viz.Spellings] Did you really mean 'readme'?
Raw output
{"message": "[Kedro-viz.Spellings] Did you really mean 'readme'?", "location": {"path": "RELEASE.md", "range": {"start": {"line": 39, "column": 29}}}, "severity": "WARNING"}
- Add troubleshooting note in CONTRIBUTING.md. (#2110)
- Standardized `z-index` values using variables for easier maintenance. (#2095)
- Update Kedro-Viz telemetry for opt-out model (#2022)

## Community contributions

Expand Down
4 changes: 2 additions & 2 deletions src/components/update-reminder/update-reminder-content.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ export const updateContent = {
date: '21 November 2024',
features: [
{
title: 'Support for Python 3.12',
title: 'Support for Python 3.12 and 3.13',
image: '',
copy: 'Kedro-Viz now supports Python 3.12, ensuring compatibility with the latest Python version.',
copy: 'Kedro-Viz now supports Python 3.12 and 3.13, ensuring compatibility with the latest Python version.',
buttonLink:
'https://github.com/kedro-org/kedro-viz?tab=readme-ov-file#usage',
buttonText: 'Learn more',
Expand Down

0 comments on commit 2871afb

Please sign in to comment.