Skip to content

v1.8.0

Compare
Choose a tag to compare
@parkererickson-tg parkererickson-tg released this 05 Nov 14:52
· 14 commits to v1.8 since this release

[1.8] - 2024-11-04

Release of pyTigerGraph version 1.8.

Added:

  • Support for async communication with the TigerGraph Database, using the AsyncTigerGraphConnection class.
  • Added delVerticesByType() functionality
  • Added a limit parameter to getEdgesByType() to limit the number of edges returned. Note: the limit is applied after retrieving the edges from the database.
  • Added configuration parameters surrounding the atomicity of upsert operations.
  • Added runLoadingJobWithDataFrame() functionality to run a GSQL loading job with a Pandas DataFrame. Also added runLoadingJobWithData() to run a GSQL loading job with a given data string.