Skip to content

Release 3.8.2

Compare
Choose a tag to compare
@michaelnchin michaelnchin released this 06 Jun 04:26
· 138 commits to main since this release
4d0c42c
  • 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)