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 v5.2.0 #1223

Merged
merged 5 commits into from
Jan 18, 2023
Merged
Show file tree
Hide file tree
Changes from 3 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
2 changes: 1 addition & 1 deletion demo-project/.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.1.1
5.2.0
2 changes: 1 addition & 1 deletion demo-project/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This project is designed to be a realistic example of what Kedro looks like when

## Setup

1. Run `pip install kedro==0.18.1`
1. Run `pip install kedro==0.18.4`
2. Run `kedro install --build-reqs`
3. Run `kedro run`
4. Run `kedro viz`
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:5.1.1",
"image": "public.ecr.aws/g0x0s3o2/kedro-viz-live-demo:5.2.0",
"ports": {
"4141": "HTTP"
}
Expand Down
2 changes: 1 addition & 1 deletion demo-project/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.kedro]
package_name = "demo_project"
project_name = "modular-spaceflights"
project_version = "0.18.1"
project_version = "0.18.4"

[tool.isort]
multi_line_output = 3
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
kedro[pandas.CSVDataSet,pandas.ExcelDataSet, pandas.ParquetDataSet]==0.18.1
kedro==0.18.4
kedro-datasets[pandas.CSVDataSet,pandas.ExcelDataSet, pandas.ParquetDataSet]==1.0.1
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
kedro[pandas.ParquetDataSet]==0.18.1
kedro==0.18.4
kedro-datasets[pandas.ParquetDataSet]==1.0.1
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
kedro[pandas.ParquetDataSet]==0.18.1
kedro==0.18.4
kedro-datasets[pandas.ParquetDataSet]==1.0.1
scikit-learn~=1.0
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
kedro[plotly.PlotlyDataSet, plotly.JSONDataSet, matplotlib.MatplotlibWriter]==0.18.1
kedro==0.18.4
kedro-datasets[plotly.PlotlyDataSet, plotly.JSONDataSet, matplotlib.MatplotlibWriter]==1.0.1
pillow==9.3.0
seaborn==0.11.2
3 changes: 2 additions & 1 deletion demo-project/src/demo_project/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ isort~=5.0
jupyter~=1.0
jupyter_client>=5.1, <7.0
jupyterlab~=3.0
kedro[pandas.CSVDataSet,pandas.ExcelDataSet, pandas.ParquetDataSet, plotly.PlotlyDataSet]==0.18.1
kedro==0.18.4
kedro-datasets[pandas.CSVDataSet,pandas.ExcelDataSet, pandas.ParquetDataSet, plotly.PlotlyDataSet]==1.0.1
nbstripout~=0.4
pytest-cov~=2.5
pytest-mock>=1.7.1, <2.0
Expand Down
3 changes: 2 additions & 1 deletion demo-project/src/docker_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
kedro[pandas.CSVDataSet,pandas.ExcelDataSet, pandas.ParquetDataSet, plotly.PlotlyDataSet, matplotlib.MatplotlibWriter]==0.18.1
kedro==0.18.4
kedro-datasets[pandas.CSVDataSet,pandas.ExcelDataSet, pandas.ParquetDataSet, plotly.PlotlyDataSet, matplotlib.MatplotlibWriter]==1.0.1
scikit-learn~=1.0
pillow~=9.0
seaborn~=0.11.2
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quantumblack/kedro-viz",
"version": "5.1.1",
"version": "5.2.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
2 changes: 1 addition & 1 deletion package/kedro_viz/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Kedro plugin for visualising a Kedro pipeline"""

__version__ = "5.1.1"
__version__ = "5.2.0"