File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
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 4.0.2 (Dec 14, 2023)
68- Fixed ` neptune_ml_utils ` imports in ` 03-Neptune-ML ` samples ([ Link to PR] ( https://github.com/aws/graph-notebook/pull/546 ) )
79- Enable Gremlin ` message_serializer ` config field for Neptune endpoints ([ Link to PR] ( https://github.com/aws/graph-notebook/pull/547 ) )
810
Original file line number Diff line number Diff line change @@ -397,7 +397,7 @@ python3 setup.py bdist_wheel
397397
398398You should now be able to find the built distribution at
399399
400- ` ./dist/graph_notebook-4.0.1 -py3-none-any.whl `
400+ ` ./dist/graph_notebook-4.0.2 -py3-none-any.whl `
401401
402402And use it by following the [ installation] ( https://github.com/aws/graph-notebook#installation ) steps, replacing
403403
@@ -408,7 +408,7 @@ pip install graph-notebook
408408with
409409
410410``` python
411- pip install ./ dist/ graph_notebook- 4.0 .1 - py3- none- any .whl
411+ pip install ./ dist/ graph_notebook- 4.0 .2 - py3- none- any .whl
412412```
413413
414414## Contributing Guidelines
Original file line number Diff line number Diff line change 33SPDX-License-Identifier: Apache-2.0
44"""
55
6- __version__ = '4.0.1 '
6+ __version__ = '4.0.2 '
Original file line number Diff line number Diff line change 11{
22 "name" : " graph_notebook_widgets" ,
3- "version" : " 4.0.1 " ,
3+ "version" : " 4.0.2 " ,
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