Skip to content

Releases: aws/graph-notebook

Release 2.1.4

27 Jun 21:45
Compare
Choose a tag to compare
  • Support for additional customization of graph node labels in Gremlin (Link to PR)

Release 2.1.3

22 Jun 23:32
acf2187
Compare
Choose a tag to compare
  • Support dictionary value access in variable injection (Link to PR)

Release 2.1.2

11 May 18:34
3f16435
Compare
Choose a tag to compare
  • Pin gremlinpython to <3.5.* (Link to PR)
  • Add support for notebook variables in Sparql/Gremlin magic queries (Link to PR)
  • Add support for grouping by different properties per label in Gremlin (Link to PR)
  • Fix missing Boto3 dependency in setup.py (Link to PR)
  • Update %load execution time to HH:MM:SS format if over a minute (Link to PR)

Release 2.1.1

23 Apr 17:48
0b72efa
Compare
Choose a tag to compare
  • Fix bug in %neptune_ml export ... logic where the iam setting for the exporter endpoint wasn't getting picked up properly

Release 2.1.0

16 Apr 15:00
9709dc2
Compare
Choose a tag to compare
  • Add support for Mode, queueRequest, and Dependencies parameters when running %load command (Link to PR)
  • Add support for list and dict as map keys in Python Gremlin (Link to PR)
  • Refactor modules that call to Neptune or other SPARQL/Gremlin endpoints to use a unified client object (Link to PR)
  • Added an additional notebook under 02-Visualization demonstrating how to use the visualzation grouping and coloring options in Gremlin. (Link to PR)
  • Add metadata output tab for magic queries (Link to PR)

Release 2.0.12

25 Mar 22:01
873ccd0
Compare
Choose a tag to compare
  • Add default parameters for get_load_status
  • Add ipython as a dependency in setup.py (Link to PT)
  • Add parameters in load_status for details, errors, page, and errorsPerPage

Release 2.0.10

18 Mar 21:08
b8cd988
Compare
Choose a tag to compare
  • Print execution time when running %load command (Link to PR)

Release 2.0.9

03 Mar 18:17
84ee341
Compare
Choose a tag to compare
  • New datasets and notebooks for Sample applications in Gremlin including:
    • Fraud Graph
    • Knowledge Graph
    • Identity Graph

Release 2.0.7

01 Feb 21:45
ceda1fa
Compare
Choose a tag to compare
  • Added What’s Next sections to 01-Getting-Started notebooks to point users to next suggested notebook tutorials after finishing one notebook.

Release 2.0.6

28 Jan 21:46
15f50e9
Compare
Choose a tag to compare
  • Add missing __init__ to notebook directories to they get installed correctly
  • Update list of available magics in notebook documentation