Skip to content

Releases: tigergraph/gsql-graph-algorithms

3.9 Release

07 Mar 17:51
4d91fb1
Compare
Choose a tag to compare
  • Improve visualization metadata for PageRank.
  • FastRP param standardization and include for one-click install in GraphStudio

3.8 Release

15 Nov 21:46
8383057
Compare
Choose a tag to compare
  • 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

28 Oct 20:24
Compare
Choose a tag to compare

Back tagging for DB v3.7

Full Changelog: v3.6...v3.7

3.6 Release

28 Oct 20:22
564391c
Compare
Choose a tag to compare

Back tagging for DB v3.6

v2.0 Change Log

12 Feb 01:22
323d106
Compare
Choose a tag to compare

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

12 Sep 21:38
b115b1b
Compare
Choose a tag to compare

Compatible with TG2.4 or higher

  1. Added Strongly Connected Component
  2. Added k-Nearest Neighbors (Cosine Neighbor Similarity, batch)
  3. Added k-Nearest Neighbors Cross Validation (Cosine Neighbor Similarity)
  4. Changed output variable names of k-Nearest Neighbors (Cosine Neighbor Similarity, single vertex)

v1.1 Change Log

30 Jul 22:02
892535f
Compare
Choose a tag to compare

Compatible with TG2.4 or higher

  1. Added k-nearest-neighbors algorithm for single source
  2. Updated Louvain according to TG 2.4 syntax update