-
Notifications
You must be signed in to change notification settings - Fork 8
/
NOTICE
38 lines (28 loc) · 1.21 KB
/
NOTICE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# NOTICE
This project includes software developed by py2neo (https://github.com/neo4j-contrib/py2neo/tree/master).
## Original NOTICE
py2neo
Copyright (c) "Neo4j"
Neo4j Sweden AB [https://neo4j.com]
This product includes software developed by
Neo4j, Inc. <[email protected]>.
This product includes software developed by
Nigel Small <[email protected]>.
This product includes software developed by
Simon Harrison <[email protected]>.
This product includes software developed by
Marcel Hellkamp <https://bottlepy.org>.
## Modifications
- alchemiscale/storage/cypher.py
- Functions modified from the py2neo.cypher.queries module:
- _match_clause
- Modifications made:
- switched all usage of the id function to elementId
- alchemiscale/storage/subgraph.py
- Functions modified from the py2neo.data module:
- Subgraph.__db_merge__ (moved to merge_subgraph)
- Subgraph.__db_create__ (moved to create_subgraph)
- Modifications made:
- switched all usage of the id function to elementId
- removed the usage of py2neo database connections
and replaced them with the official neo4j driver