Skip to content

Releases: aws/graph-notebook

Release 4.1.0

02 Feb 01:27
623d438
Compare
Choose a tag to compare
  • New Neptune Analytics notebook - Vector Similarity Algorithms (Link to PR)
    • Path: 02-Neptune-Analytics > 02-Graph-Algorithms > 06-Vector-Similarity-Algorithms
  • Updated various Neptune magics for new Analytics API (Link to PR)
  • Added %graph_notebook_service line magic (Link to PR)
  • Added unit abbreviation support to --max-content-length (Link to PR)
  • Deprecated Python 3.7 support (Link to PR)

Release 4.0.2

15 Dec 00:54
6299a10
Compare
Choose a tag to compare
  • Fixed neptune_ml_utils imports in 03-Neptune-ML samples (Link to PR)
  • Enable Gremlin message_serializer config field for Neptune endpoints (Link to PR)

Release 4.0.1

30 Nov 00:27
e519576
Compare
Choose a tag to compare
  • Fixed @neptune_db_only magics decorator (Link to PR)

Release 4.0.0

29 Nov 18:14
97f7ba9
Compare
Choose a tag to compare

Release 3.9.0

10 Oct 02:06
c357870
Compare
Choose a tag to compare
  • New Gremlin Language Tutorial notebooks (Link to PR)
    • Path: 06-Language-Tutorials > 03-Gremlin
  • Added --explain-type option to %%gremlin (Link to PR)
  • Added general documentation for %%graph_notebook_config options (Link to PR)
  • Added support for Gremlin proxy hosts and visualization of Neptune HTTP results (Link to PR)
  • Modified Dockerfile to support Python 3.10 (Link to PR)
  • Updated Docker documentation with platform-specific run commands (Link to PR)
  • Fixed deprecation warnings in GitHub workflows (Link to PR)
  • Fixed seed dataset unzip path in Identity Graph sample notebook (Link to PR)
  • Fixed unit test workflows failing on type check assertion (Link to PR)
  • Fixed bad queries in openCypher Language Tutorial samples (PR #1) (PR #2)
  • Fixed kernel crashing with ZMQ errors on magic execution (Link to PR)
  • Fixed truncated descriptions for some %seed fields (Link to PR)
  • Unpinned boto3 and botocore to support NeptuneData SDK (Link to PR)

Release 3.8.2

06 Jun 04:26
4d0c42c
Compare
Choose a tag to compare
  • New Sample Applications - Healthcare and Life Sciences notebooks (Link to PR)
    • Path: 03-Sample-Applications > 05-Healthcare-and-Life-Sciences-Graphs
  • Added local file path and openCypher query support to %seed (Link to PR)
  • Added S3 path support to %seed (Link to PR)
  • Added samples options for openCypher to %seed (Link to PR)
  • Added support for openCypher parameterized queries (Link to PR)
  • Added %toggle_traceback line magic (Link to PR)
  • Added support for setting %graph_notebook_vis_options from a variable (Link to PR)
  • Pinned JupyterLab<4.x to fix Python 3.8/3.10 builds (Link to PR)
  • Changed datatype of "amount" from String to numeric for "Transaction" vertices in Fraud Graph sample notebook (Link to PR)
  • Replaced usages of deprecated DataFrame.append method in ML samples (Link to PR)
  • Set Gremlin as default language for PropertyGraph samples in %seed (Link to PR)
  • Suppress InsecureRequestWarning if SSL verification is disabled (Link to PR)

Release 3.8.1

17 Apr 21:35
9cb8119
Compare
Choose a tag to compare
  • Reinstate Python 3.7 support for compatibility with legacy AL1 Neptune Notebooks (Link to PR)

Release 3.8.0

17 Apr 04:45
185c450
Compare
Choose a tag to compare
  • Added support for Python 3.10 (Link to PR)
  • Deprecated Python 3.7 support (PR #1) (PR #2)
  • Patched nbextensions loader timeouts for large notebooks (PR #1)
  • Fixed Dockerfile builds breaking with AL2023 (Link to PR)
  • Fixed --store-to option for several magics (Link to PR)
  • Fixed broken documentation links in Neptune ML notebooks (PR #1) (PR #2)
  • Fixed Gremlin graph tab not rendering with UUID type IDs (Link to PR)

Release 3.7.3

14 Mar 01:05
a8795f0
Compare
Choose a tag to compare
  • Fixed detailed mode output for graph summary requests (Link to PR)
  • Added more helpful error messaging for %statistics/%summary (Link to PR)
  • Added Neptune Notebook CloudFormation template (Link to PR)

Release 3.7.2

10 Mar 06:23
4794003
Compare
Choose a tag to compare
  • New Neptune ML notebook - Real Time Fraud Detection using Inductive Inference (Link to PR)
    • Path: 04-Machine-Learning > Sample-Applications > 03-Real-Time-Fraud-Detection-Using-Inductive-Inference.ipynb
  • New openCypher Language Tutorial notebooks
    • Path: 06-Language-Tutorials > 02-openCypher
  • Added support for Neptune Summary API (Link to PR)
  • Added --profile-misc-args option to %%gremlin (Link to PR)
  • Added error messaging for incompatible host-specific %%graph_notebook_config parameters (Link to PR)
  • Ensure default assignments for all Gremlin nodes when using grouping (Link to PR)