Skip to content
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 v10.1.0 #2199

Merged
merged 9 commits into from
Nov 21, 2024
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 15 additions & 10 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,23 @@
- Introduce `behaviour` prop object with `reFocus` prop (#2161)
jitu5 marked this conversation as resolved.
Show resolved Hide resolved

## Bug fixes and other changes
- Improve `kedro viz build` usage documentation (#2126)
- Fix unserializable parameters value (#2122)
- Replace `watchgod` library with `watchfiles` and improve autoreload file watching filter (#2134)
- Display full dataset type with library prefix in metadata panel (#2136)
- Enable SQLite WAL mode for Azure ML to fix database locking issues (#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)
- Improve `kedro viz build` usage documentation. (#2126)
- 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"}
jitu5 marked this conversation as resolved.
Show resolved Hide resolved
- Display full dataset type with library prefix in metadata panel. (#2136)
- Enable SQLite WAL mode for Azure ML to fix database locking issues. (#2131)
jitu5 marked this conversation as resolved.
Show resolved Hide resolved
- Replace `flake8`, `isort`, `pylint` and `black` by `ruff`. (#2149)
astrojuanlu marked this conversation as resolved.
Show resolved Hide resolved
- 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)
- Add check for port availability before starting Kedro Viz to prevent unintended browser redirects when the port is already in use (#2176)
- Fix 404 error when accessing the experiment tracking page on the demo site. (#2179)
- Check port availability before starting Kedro Viz to prevent unintended redirects when the port is in use. (#2176)
- Update kedro-viz lite banner icon and message. (#2196)
- Include Kedro Viz version in telemetry.. (#2194)
- Include Kedro Viz version in telemetry. (#2194)

## Community contributions

Many thanks to the following Kedroids for contributing PR to this release:

Check warning on line 33 in RELEASE.md

View workflow job for this annotation

GitHub Actions / vale

[vale] RELEASE.md#L33

[Kedro-viz.weaselwords] 'Many' is a weasel word!
Raw output
{"message": "[Kedro-viz.weaselwords] 'Many' is a weasel word!", "location": {"path": "RELEASE.md", "range": {"start": {"line": 33, "column": 1}}}, "severity": "WARNING"}

Check warning on line 33 in RELEASE.md

View workflow job for this annotation

GitHub Actions / vale

[vale] RELEASE.md#L33

[Kedro-viz.Spellings] Did you really mean 'Kedroids'?
Raw output
{"message": "[Kedro-viz.Spellings] Did you really mean 'Kedroids'?", "location": {"path": "RELEASE.md", "range": {"start": {"line": 33, "column": 30}}}, "severity": "WARNING"}
* [Yury Fedotov](https://github.com/yury-fedotov)

Check warning on line 34 in RELEASE.md

View workflow job for this annotation

GitHub Actions / vale

[vale] RELEASE.md#L34

[Kedro-viz.Spellings] Did you really mean 'Yury'?
Raw output
{"message": "[Kedro-viz.Spellings] Did you really mean 'Yury'?", "location": {"path": "RELEASE.md", "range": {"start": {"line": 34, "column": 4}}}, "severity": "WARNING"}

Check warning on line 34 in RELEASE.md

View workflow job for this annotation

GitHub Actions / vale

[vale] RELEASE.md#L34

[Kedro-viz.Spellings] Did you really mean 'Fedotov'?
Raw output
{"message": "[Kedro-viz.Spellings] Did you really mean 'Fedotov'?", "location": {"path": "RELEASE.md", "range": {"start": {"line": 34, "column": 9}}}, "severity": "WARNING"}


# Release 10.0.0
Expand Down
2 changes: 1 addition & 1 deletion demo-project/.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.0.0
10.1.0
2 changes: 1 addition & 1 deletion demo-project/lightsail.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"serviceName": "kedro-viz-live-demo",
"containers": {
"kedro-viz-live-demo": {
"image": "public.ecr.aws/g0x0s3o2/kedro-viz-live-demo:10.0.0",
"image": "public.ecr.aws/g0x0s3o2/kedro-viz-live-demo:10.1.0",
"ports": {
"4141": "HTTP"
}
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quantumblack/kedro-viz",
"version": "10.0.0",
"version": "10.1.0",
"description": "Kedro-Viz is an interactive development tool for building data science pipelines with Kedro.",
"main": "lib/components/app/index.js",
"files": [
Expand Down Expand Up @@ -172,4 +172,4 @@
"not op_mini all"
],
"snyk": true
}
}
2 changes: 1 addition & 1 deletion package/kedro_viz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import sys
import warnings

__version__ = "10.0.0"
__version__ = "10.1.0"


class KedroVizPythonVersionWarning(UserWarning):
Expand Down
39 changes: 20 additions & 19 deletions src/components/update-reminder/update-reminder-content.js

Large diffs are not rendered by default.

Loading