Skip to content

Commit

Permalink
Release v9.0.0 (#1864)
Browse files Browse the repository at this point in the history
* v9.0.0

* v9.0.0

Signed-off-by: Jitendra Gundaniya <jitendra_gundaniya@mckinsey.com>

* Community contributions section added

* Update RELEASE.md

Co-authored-by: Juan Luis Cano Rodríguez <juan_luis_cano@mckinsey.com>
Signed-off-by: Jitendra Gundaniya <38945204+jitu5@users.noreply.github.com>

* Update src/components/update-reminder/update-reminder-content.js

Co-authored-by: rashidakanchwala <37628668+rashidakanchwala@users.noreply.github.com>
Signed-off-by: Jitendra Gundaniya <38945204+jitu5@users.noreply.github.com>

* Update src/components/update-reminder/update-reminder-content.js

Co-authored-by: rashidakanchwala <37628668+rashidakanchwala@users.noreply.github.com>
Signed-off-by: Jitendra Gundaniya <38945204+jitu5@users.noreply.github.com>

* Release note updated.

Signed-off-by: Jitendra Gundaniya <jitendra_gundaniya@mckinsey.com>

* Date update

---------

Signed-off-by: Jitendra Gundaniya <jitendra_gundaniya@mckinsey.com>
Signed-off-by: Jitendra Gundaniya <38945204+jitu5@users.noreply.github.com>
Co-authored-by: Juan Luis Cano Rodríguez <juan_luis_cano@mckinsey.com>
Co-authored-by: rashidakanchwala <37628668+rashidakanchwala@users.noreply.github.com>
  • Loading branch information
3 people committed Apr 17, 2024
1 parent 068f9b6 commit 4eeae35
Show file tree
Hide file tree
Showing 7 changed files with 100 additions and 107 deletions.
13 changes: 10 additions & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,31 @@ Please follow the established format:
- Use present tense (e.g. 'Add new feature')
- Include the ID number for the related PR (or PRs) in parentheses
-->
# Upcoming Release
# Release 9.0.0

## Major features and improvements

- Extending stateful URLs with node filters and expand/collapse modular pipelines. (#1799)
- Introduce `--include-hooks` option and remove `--ignore-plugins` from cli commands. (#1818)
- Add Dataset Factory Patterns to Experiment Tracking. (#1824)
- Upgrade to Node 18. (#1811)
- Add support for `JSONDataset` preview. (#1800)
- Upgrade to Node 18. (#1848)

## Bug fixes and other changes

- Add support for `JSONDataset` preview. (#1800)
- Increase Kedro-Viz timeout. (#1803)
- Remove demo data source and update feature hints. (#1804)
- Add markdown support for backticks in the pop-up reminder. (#1826)
- Fix posix path conversion on Windows in DatasetStatsHook. (#1843)
- Add `pydantic` pin to requirements. (#1861)
- Fix TRANSCODING_SEPARATOR import error. (#1866)
- Fix CircleCI build failure due to secret scan and missing toposort dependency. (#1819)
- Support Deferred Type Annotations in Dataset Previews. (#1798)

## Community contributions

Many thanks to the following Kedroids for contributing PR to this release:
* [Pascal Brokmeier](https://github.com/pascalwhoop)

# Release 8.0.1

Expand Down
2 changes: 1 addition & 1 deletion demo-project/.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.0.1
9.0.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:8.0.1",
"image": "public.ecr.aws/g0x0s3o2/kedro-viz-live-demo:9.0.0",
"ports": {
"4141": "HTTP"
}
Expand Down
150 changes: 75 additions & 75 deletions 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": "8.0.1",
"version": "9.0.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 @@ -171,4 +171,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 @@ -2,7 +2,7 @@
import sys
import warnings

__version__ = "8.0.1"
__version__ = "9.0.0"


class KedroVizPythonVersionWarning(UserWarning):
Expand Down

0 comments on commit 4eeae35

Please sign in to comment.