File tree Expand file tree Collapse file tree 5 files changed +8
-5
lines changed Expand file tree Collapse file tree 5 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 33Starting with v1.31.6, this file will contain a record of major features and updates made in each release of graph-notebook.
44
55## Upcoming
6+
7+ ## Release 5.0.1 (May 19, 2025)
68- Locked numba dependency to 0.60.0 to avoid numpy conflict ([ Link to PR] ( https://github.com/aws/graph-notebook/pull/735 ) )
79- Fixed library target for nbclassic nbextension for graph_notebook_widget ([ Link to PR] ( https://github.com/aws/graph-notebook/pull/739 ) )
10+ - Fix selected node highlights in force widget ([ Link to PR] ( https://github.com/aws/graph-notebook/pull/741 ) )
811
912## Release 5.0.0 (April 8, 2025)
1013- Upgrade project to Jupyterlab 4x ([ Link to PR] ( https://github.com/aws/graph-notebook/pull/729 ) )
Original file line number Diff line number Diff line change @@ -429,7 +429,7 @@ python3 -m build .
429429
430430You should now be able to find the built distribution at
431431
432- ` ./dist/graph_notebook-5.0.0 -py3-none-any.whl `
432+ ` ./dist/graph_notebook-5.0.1 -py3-none-any.whl `
433433
434434And use it by following the [ installation] ( https://github.com/aws/graph-notebook#installation ) steps, replacing
435435
@@ -440,7 +440,7 @@ pip install graph-notebook
440440with
441441
442442``` python
443- pip install ./ dist/ graph_notebook- 5.0 .0 - py3- none- any .whl -- force- reinstall
443+ pip install ./ dist/ graph_notebook- 5.0 .1 - py3- none- any .whl -- force- reinstall
444444```
445445
446446## Contributing Guidelines
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ build-backend = "hatchling.build"
99
1010[project ]
1111name = " graph-notebook"
12- version = " 5.0.0 "
12+ version = " 5.0.1 "
1313description = " Jupyter notebook extension to connect to graph databases"
1414readme = " README.md"
1515license = { file = " LICENSE" }
Original file line number Diff line number Diff line change 33SPDX-License-Identifier: Apache-2.0
44"""
55
6- __version__ = '5.0.0 '
6+ __version__ = '5.0.1 '
Original file line number Diff line number Diff line change 11{
22 "name" : " graph_notebook_widgets" ,
3- "version" : " 5.0.0 " ,
3+ "version" : " 5.0.1 " ,
44 "author" : " amazon" ,
55 "description" : " A Custom Jupyter Library for rendering NetworkX MultiDiGraphs using vis-network" ,
66 "dependencies" : {
You can’t perform that action at this time.
0 commit comments