Releases: tigergraph/gsql-graph-algorithms
Releases · tigergraph/gsql-graph-algorithms
Release list
3.9 Release
3.8 Release
- Added Packaged Template Queries as a more streamlined way for developers to install and manage the GDS algorithm library.
- Added the CALL command to run queries with just-in-time compilation, yielding higher performance.
- Updated parameter names to be more consistent across algorithms.
- Introduced versioning of the algorithm library to follow the database version.
3.7 Release
Back tagging for DB v3.7
Full Changelog: v3.6...v3.7
3.6 Release
v2.0 Change Log
Compatible with TG2.4 or higher
Added Connected Components (Fast)
Added Minimum Spanning Forest (MSF)
Added Betweenness Centrality
Added schema free versions for some algorithms
Fixed tri_count and tri_count_fast
Fixed single source shortest path algorithms
v1.2 Change Log
Compatible with TG2.4 or higher
- Added Strongly Connected Component
- Added k-Nearest Neighbors (Cosine Neighbor Similarity, batch)
- Added k-Nearest Neighbors Cross Validation (Cosine Neighbor Similarity)
- Changed output variable names of k-Nearest Neighbors (Cosine Neighbor Similarity, single vertex)
v1.1 Change Log
Compatible with TG2.4 or higher
- Added k-nearest-neighbors algorithm for single source
- Updated Louvain according to TG 2.4 syntax update