Skip to content

Commit

Permalink
Release v.3.17.0 (#585)
Browse files Browse the repository at this point in the history
  • Loading branch information
rashidakanchwala authored Oct 8, 2021
1 parent 97f7276 commit 0fbd182
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,18 @@ Please follow the established format:

## Major features and improvements

- Expose metrics data from the latest run as a dataset node. (#554)
- Visualize and compare metrics from last 10 runs on the metadata panel. (#554)

## Bug fixes and other changes

- Overwrite material UI selected row defaults. (#568)
- Fix URI param parsing for data source. (#578)
- Add a graphql test endpoint on Kedro-viz server. (#570)
- Update the demo dataset on Kedro-viz. (#574)
- Fix auto-reload for metrics run data. (#572)
- Refactor tests for metadata panel. (#580)
- Fix metrics tree to get latest metrics data. (#573)

# Release 3.16.0

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.

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": "3.16.0",
"version": "3.17.0",
"main": "lib/components/app/index.js",
"files": [
"lib"
Expand Down
2 changes: 1 addition & 1 deletion package/kedro_viz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
# limitations under the License.
"""Kedro plugin for visualising a Kedro pipeline"""

__version__ = "3.16.0"
__version__ = "3.17.0"

0 comments on commit 0fbd182

Please sign in to comment.