Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 873 Bytes

CHANGELOG.md

File metadata and controls

33 lines (26 loc) · 873 Bytes

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[1.0.0] - 2021/07/21

Initial public release of Torch-RGCN.

Added

  • Added setup.py.
  • Added environment.yml.
  • Added setup.sh.
  • Added CHANGELOG.
  • Added LICENSE.
  • Added AIFB, AM, BGS, MUTAG, FB-toy and WN18 to data.
  • Added unit tests under tests.
  • Added scripts for node classification and link prediction under experiments.
  • Added hyperparameters under configs.
  • Added RGCN module under torch-rgcn.