alibaba / graph-learn

An Industrial Graph Neural Network Framework
Apache License 2.0
1.28k stars 267 forks source link

Update version to 1.2.0 #254

Closed Seventeen17 closed 1 year ago

Seventeen17 commented 1 year ago

New features:

  1. Add SubGraphSampler operator.

  2. Add node labeling based SEAL model.

  3. Add RandomWalk operator.

  4. Add node2vec model.

  5. Support temporal graph with timestamp, and add TokTimestampSampler opeartor.

  6. Add temporal models: TGN and TGAT.

  7. Support node cache for accelerating distributed feature lookup.