Skip to content

Releases: aws/graph-notebook

Release 4.2.0

04 Apr 22:15
3a50706
Compare
Choose a tag to compare
  • New Neptune Analytics notebooks - SBOM (Link to PR)
    • Path: 02-Neptune-Analytics > 03-Sample-Use-Cases > 03-Software-Bill-Of-Materials
  • Added --store-format option to query magics (Link to PR)
  • Added --export-to CSV file option to query magics (Link to PR)
  • Added %graph_pg_info line magic (Link to PR)
  • Added @neptune_graph_only magics decorator (Link to PR)
  • Added documentation for FontAwesome 5 settings (Link to PR)
  • Updated create-graph CLI commands in Neptune Analytics samples (Link to PR)
  • Updated NeptuneDB Notebook CloudFormation template (Link to PR)
  • Fixed unintended formatting in %%oc explain widget (Link to PR)
  • Fixed serialization of NoneType for %%oc query parameters (Link to PR)
  • Changed %load parameter and default value for failOnError (Link to PR)

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)