Skip to content

Commit

Permalink
Bump to 4.3.1 (#607)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelnchin authored Jun 4, 2024
1 parent 57be198 commit 7f56fc8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
Starting with v1.31.6, this file will contain a record of major features and updates made in each release of graph-notebook.

## Upcoming
- Updated default %graph_notebook_config to display Neptune-specific fields ([Link to PR](https://github.com/aws/graph-notebook/pull/605))

## Release 4.3.0 (June 3, 2024)
## Release 4.3.1 (June 3, 2024)

- New notebooks showing Telco examples leveraging GNN and LLM ([Link to PR](https://github.com/aws/graph-notebook/pull/587))
- Path: 03-Neptune-ML > 03-Sample-Applications > 04-Telco-Networks
Expand All @@ -19,6 +18,7 @@ Starting with v1.31.6, this file will contain a record of major features and upd
- Fixed formatting of query magic `--help` entries listing valid inputs ([Link to PR](https://github.com/aws/graph-notebook/pull/593))
- Fixed endpoint creation bug in People-Analytics-using-Neptune-ML sample ([Link to PR](https://github.com/aws/graph-notebook/pull/595))
- Fixed deprecated usage of Pandas `DataFrameGroupBy.mean` in NeptuneML SPARQL utils ([Link to PR](https://github.com/aws/graph-notebook/pull/596))
- Updated default %graph_notebook_config to display Neptune-specific fields ([Link to PR](https://github.com/aws/graph-notebook/pull/605))

## Release 4.2.0 (April 4, 2024)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ python3 setup.py bdist_wheel

You should now be able to find the built distribution at

`./dist/graph_notebook-4.3.0-py3-none-any.whl`
`./dist/graph_notebook-4.3.1-py3-none-any.whl`

And use it by following the [installation](https://github.com/aws/graph-notebook#installation) steps, replacing

Expand All @@ -408,7 +408,7 @@ pip install graph-notebook
with

``` python
pip install ./dist/graph_notebook-4.3.0-py3-none-any.whl
pip install ./dist/graph_notebook-4.3.1-py3-none-any.whl
```

## Contributing Guidelines
Expand Down
2 changes: 1 addition & 1 deletion src/graph_notebook/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
SPDX-License-Identifier: Apache-2.0
"""

__version__ = '4.3.0'
__version__ = '4.3.1'
2 changes: 1 addition & 1 deletion src/graph_notebook/widgets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graph_notebook_widgets",
"version": "4.3.0",
"version": "4.3.1",
"author": "amazon",
"description": "A Custom Jupyter Library for rendering NetworkX MultiDiGraphs using vis-network",
"dependencies": {
Expand Down

0 comments on commit 7f56fc8

Please sign in to comment.