Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added notebooks for learning openCypher (#420)
* Added notebooks for learning openCypher * Updated Answer Key with the correct Notebook names * Updated per feedback from Joy for PR420 * Bump setuptools from 40.6.2 to at >=65.5.1 (#424) Co-authored-by: Michael Chin <[email protected]> * Add ECR publish workflow (#405) * Add ECR publish action * disable version check * Use package version as image tag * Remove test code * Fix for ECR public * Remove version tagging for pre-release images * Use new registry alias * update changelog Co-authored-by: Michael Chin <[email protected]> * Truncate metadata request/query time metrics (#425) * Truncate metadata request/query time metrics * update changelog Co-authored-by: Michael Chin <[email protected]> * Fix browser-specific issues with fullscreen graph widget (#427) * Fix browser-specific issues with fullscreen graph widget * update changelog Co-authored-by: Michael Chin <[email protected]> * Pin itables<1.4.3 (#429) * Pin itables<1.4.3 * update changelog Co-authored-by: Michael Chin <[email protected]> * Fix upper bound on all dependencies (#431) * Fix upper bound on all dependencies * Remove manual prerequisite installations Co-authored-by: Michael Chin <[email protected]> * Release 3.7.1 (#432) * Bump to 3.7.1 * Update release date Co-authored-by: Michael Chin <[email protected]> * Fix property key in gremlin statement (#434) Fix property key in gremlin statement as per TinkerPop’s "Modern" graph * Bump itables to 1.4.5 (#436) * Bump itables to 1.4.5 * Update changelog Co-authored-by: Michael Chin <[email protected]> * Update v3.7.1 release date * Run unit tests on external pull requests (#437) * Run unit tests on external pull requests * Prevent duplicate runs for internal branch PRs * Update changelog Co-authored-by: Michael Chin <[email protected]> * Use updated authentication method for IAM Bolt queries (#438) * Use updated authentication method for IAM Bolt queries * update changelog Co-authored-by: Michael Chin <[email protected]> * Update unit.yml * Do not sign non-IAM Bolt requests Per: https://docs.aws.amazon.com/neptune/latest/userguide/access-graph-opencypher-bolt.html#access-graph-opencypher-bolt-python * adding fraud detection with inductive inference notebook (#417) * adding fraud detection with inductive inference notebook * updating notebook with review comments * update number of nodes to reflect correct dataset size * make sure node id used for transductive query is consistent * additional nb comments and fixes * remove references to nondeterministic and transductive as those are dummy keywords * updating with inline edits and adding note before package install * update description of why neptune_ml_utils is needed * minor edit to examples for consistent behavior with documentation (#440) * Unit test and changelog modification for #417 (#441) Co-authored-by: Michael Chin <[email protected]> * Add changelog entry for #419 * Correct a typo in 03-Real-Time-Fraud-Detection-Using-Inductive-Inference ML notebook(#444) * Add --profile-misc-args option to %%gremlin (#443) * Add --profile-misc-args option to %%gremlin * update changelog --------- Co-authored-by: Michael Chin <[email protected]> * Fix Webpack failure in CI builds (#447) Co-authored-by: Michael Chin <[email protected]> * Pin node version in unit.yml (#449) Co-authored-by: Michael Chin <[email protected]> --------- Co-authored-by: Dave Bechberger <[email protected]> Co-authored-by: Michael Chin <[email protected]> Co-authored-by: Michael Chin <[email protected]> Co-authored-by: Puneet Goyal <[email protected]> Co-authored-by: Soji Adeshina <[email protected]> Co-authored-by: Hua Shu <[email protected]>
- Loading branch information