You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@
19
19
20
20
* Fixed an issue where source and target IDs of relationships in heterogeneous OGBL graphs were not parsed correctly.
21
21
* Fixed an issue where configuration parameters such as `aggregation` were ignored by `gds.graph.toUndirected`.
22
+
* Fixed an issue where the `database` given for the `GraphDataScience` construction was not used for metadata retrieval, causing an exception to be raised if the default "neo4j" database was missing.
Copy file name to clipboardExpand all lines: doc/modules/ROOT/pages/getting-started.adoc
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,9 @@ assert gds.version()
38
38
"2.1.9"
39
39
----
40
40
41
+
Please note that the `GraphDataScience` object needs to communicate with a Neo4j database upon construction, and uses the default "neo4j" database by default.
42
+
If there is no such database, you will need to <<specifying-targeted-database, provide a valid database using the `database` keyword parameter>>.
0 commit comments