From 3e13f8df8da18c119fdff2bd9e1f9d7d29c723fe Mon Sep 17 00:00:00 2001 From: Aditya Ramesh Mac Date: Mon, 19 May 2025 11:58:33 -0700 Subject: [PATCH] bump to 5.0.1 --- ChangeLog.md | 3 +++ README.md | 4 ++-- pyproject.toml | 2 +- src/graph_notebook/__init__.py | 2 +- src/graph_notebook/widgets/package.json | 2 +- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index af0d7cbe..49e3435a 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -3,8 +3,11 @@ Starting with v1.31.6, this file will contain a record of major features and updates made in each release of graph-notebook. ## Upcoming + +## Release 5.0.1 (May 19, 2025) - Locked numba dependency to 0.60.0 to avoid numpy conflict ([Link to PR](https://github.com/aws/graph-notebook/pull/735)) - Fixed library target for nbclassic nbextension for graph_notebook_widget ([Link to PR](https://github.com/aws/graph-notebook/pull/739)) +- Fix selected node highlights in force widget ([Link to PR](https://github.com/aws/graph-notebook/pull/741)) ## Release 5.0.0 (April 8, 2025) - Upgrade project to Jupyterlab 4x ([Link to PR](https://github.com/aws/graph-notebook/pull/729)) diff --git a/README.md b/README.md index 554532ff..d6433c6e 100644 --- a/README.md +++ b/README.md @@ -429,7 +429,7 @@ python3 -m build . You should now be able to find the built distribution at -`./dist/graph_notebook-5.0.0-py3-none-any.whl` +`./dist/graph_notebook-5.0.1-py3-none-any.whl` And use it by following the [installation](https://github.com/aws/graph-notebook#installation) steps, replacing @@ -440,7 +440,7 @@ pip install graph-notebook with ``` python -pip install ./dist/graph_notebook-5.0.0-py3-none-any.whl --force-reinstall +pip install ./dist/graph_notebook-5.0.1-py3-none-any.whl --force-reinstall ``` ## Contributing Guidelines diff --git a/pyproject.toml b/pyproject.toml index e7a95ccf..2cab94eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ build-backend = "hatchling.build" [project] name = "graph-notebook" -version = "5.0.0" +version = "5.0.1" description = "Jupyter notebook extension to connect to graph databases" readme = "README.md" license = { file = "LICENSE" } diff --git a/src/graph_notebook/__init__.py b/src/graph_notebook/__init__.py index a67932cf..31f16d9b 100644 --- a/src/graph_notebook/__init__.py +++ b/src/graph_notebook/__init__.py @@ -3,4 +3,4 @@ SPDX-License-Identifier: Apache-2.0 """ -__version__ = '5.0.0' +__version__ = '5.0.1' diff --git a/src/graph_notebook/widgets/package.json b/src/graph_notebook/widgets/package.json index 8716f3e8..9d38c584 100644 --- a/src/graph_notebook/widgets/package.json +++ b/src/graph_notebook/widgets/package.json @@ -1,6 +1,6 @@ { "name": "graph_notebook_widgets", - "version": "5.0.0", + "version": "5.0.1", "author": "amazon", "description": "A Custom Jupyter Library for rendering NetworkX MultiDiGraphs using vis-network", "dependencies": {