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.
- Update README.md
- Distribute Pypi package at Pypi.
- Add CHANGELOG.
- Implement 6 GNN baseines: SparseWL, OSAN, SWL, GSN, DropGNN, Graphormer.
- Implement 2 non-GNN baselines: SPD-WL and GD-WL.
- Add MIT LICENSE.
- [Breaking Changes] Update
$T^2$ -statistics threshold. - Update guidelines.
- Upload data files in Github.
- Add paper arxiv link at arxiv
- Update guidelines.
- Correct data order for non-GNNs.
- Release BREC dataset and evaluation framework.
- Implement 10 GNN baselines: NGNN, DE+NGNN, DS-GNN, DSS-GNN, SUN, GNN-AK, KP-GNN, I$^2$-GNN, PPGN and KC-SetGNN.
- Implement 6 non-GNN baselines: 3-WL,
$S_3$ ,$S_4$ ,$N_1$ ,$N_2$ and$M_1$ . (WL,$S_k$ and$N_k$ also extensible)