Skip to content

Commit 1c84759

Browse files
committed
Prepare 1.11 release
1 parent 4821c98 commit 1c84759

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
## New features
88

99
* Add the new concept of GDS Sessions, used to manage GDS computations in Aura, based on data from an AuraDB instance.
10-
* Add a new `gds.graph.project` endpoint to project graphs from AuraDB instances to GDS sessions.
10+
* Enables projecting graphs from AuraDB instances to GDS sessions.
1111
* Add a new top-level class `GdsSessions` to manage GDS sessions in Aura.
1212
* `GdsSessions` support `get_or_create()`, `list()`, and `delete()`.
1313
* Creating a new session supports various sizes.

graphdatascience/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.11a5"
1+
__version__ = "1.11"

0 commit comments

Comments
 (0)