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 3.8.2 (June 5, 2023)
6
8
- New Sample Applications - Healthcare and Life Sciences notebooks ([ Link to PR] ( https://github.com/aws/graph-notebook/pull/484 ) )
7
9
- Path: 03-Sample-Applications > 05-Healthcare-and-Life-Sciences-Graphs
8
10
- Added local file path and openCypher query support to ` %seed ` ([ Link to PR] ( https://github.com/aws/graph-notebook/pull/292 ) )
Original file line number Diff line number Diff line change @@ -332,7 +332,7 @@ python3 setup.py bdist_wheel
332
332
333
333
You should now be able to find the built distribution at
334
334
335
- ` ./dist/graph_notebook-3.8.1 -py3-none-any.whl `
335
+ ` ./dist/graph_notebook-3.8.2 -py3-none-any.whl `
336
336
337
337
And use it by following the [ installation] ( https://github.com/aws/graph-notebook#installation ) steps, replacing
338
338
@@ -343,7 +343,7 @@ pip install graph-notebook
343
343
with
344
344
345
345
```
346
- pip install ./dist/graph_notebook-3.8.1 -py3-none-any.whl
346
+ pip install ./dist/graph_notebook-3.8.2 -py3-none-any.whl
347
347
```
348
348
349
349
Original file line number Diff line number Diff line change 3
3
SPDX-License-Identifier: Apache-2.0
4
4
"""
5
5
6
- __version__ = '3.8.1 '
6
+ __version__ = '3.8.2 '
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " graph_notebook_widgets" ,
3
- "version" : " 3.8.1 " ,
3
+ "version" : " 3.8.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