Skip to content

v1.1

Choose a tag to compare

@parkererickson parkererickson released this 06 Sep 20:19
· 1071 commits to master since this release

[1.1] - 2022-09-06

Release of pyTigerGraph version 1.1.

Added:

  • TensorFlow support for homogeneous GNNs via the Spektral library.
  • Heterogeneous Graph Dataloading support for DGL.
  • Support of lists of strings in dataloaders.

Changed:

  • Fixed KeyError when creating a data loader on a graph where PrimaryIdAsAttribute is False.
  • Error catch if Kafka dataloader doesn't run in async mode.
  • Refresh schema during dataloader instantiation and featurizer attribute addition.
  • Reduce connection instantiation time.
  • Reinstall query if it is disabled.
  • Confirm Kafka topic is created before subscription.
  • More efficient use of Kafka resources.
  • Allow multiple consumers on the same data.
  • Improved deprecation warnings.