File tree 4 files changed +6
-4
lines changed
4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 3
3
Starting with v1.31.6, this file will contain a record of major features and updates made in each release of graph-notebook.
4
4
5
5
## Upcoming
6
+
7
+ ## Release 4.6.2 (November 26, 2024)
6
8
- Added Neptune ` --use-port ` option to ` %%gremlin ` and ` %%oc ` ([ Link to PR] ( https://github.com/aws/graph-notebook/pull/712 ) )
7
9
- Fixed SPARQL path in example Fuseki configuration ([ Link to PR] ( https://github.com/aws/graph-notebook/pull/713 ) )
8
10
- Mitigated visualizer crash on newer ` jupyterlab-widgets ` versions ([ Link to PR] ( https://github.com/aws/graph-notebook/pull/716 ) )
Original file line number Diff line number Diff line change @@ -397,7 +397,7 @@ python3 setup.py bdist_wheel
397
397
398
398
You should now be able to find the built distribution at
399
399
400
- ` ./dist/graph_notebook-4.6.1 -py3-none-any.whl `
400
+ ` ./dist/graph_notebook-4.6.2 -py3-none-any.whl `
401
401
402
402
And use it by following the [ installation] ( https://github.com/aws/graph-notebook#installation ) steps, replacing
403
403
@@ -408,7 +408,7 @@ pip install graph-notebook
408
408
with
409
409
410
410
``` python
411
- pip install ./ dist/ graph_notebook- 4.6 .1 - py3- none- any .whl
411
+ pip install ./ dist/ graph_notebook- 4.6 .2 - py3- none- any .whl
412
412
```
413
413
414
414
## Contributing Guidelines
Original file line number Diff line number Diff line change 3
3
SPDX-License-Identifier: Apache-2.0
4
4
"""
5
5
6
- __version__ = '4.6.1 '
6
+ __version__ = '4.6.2 '
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " graph_notebook_widgets" ,
3
- "version" : " 4.6.1 " ,
3
+ "version" : " 4.6.2 " ,
4
4
"author" : " amazon" ,
5
5
"description" : " A Custom Jupyter Library for rendering NetworkX MultiDiGraphs using vis-network" ,
6
6
"dependencies" : {
You can’t perform that action at this time.
0 commit comments