CogDL v0.2.0
A new major release!! It includes easy-to-use experiment and pipeline APIs for all experiments and applications. It also provides oagbert API. Thanks to all the contributors 馃帀
New Features
- #142 Add
experimentAPI (seeexamples/quick_start.pyfor reference) - #151 Enable
automlfeature inexperimentAPI, the usage is in README - #157 Add
pipelineAPI (seeexamples/pipeline.pyfor reference) - #153 Add
oagbertAPI (seeexamples/oagbert.pyfor reference) - #59 Add similarity search task
- #78 Add neighborhood sampler for large-scale training
- #87 Apply GNN for link prediction task
New Models
- #67 Add
SGCmodel (thanks to @khtee) - #60 Add
SGC-PNmodel (thanks to @feng-y16) - #63 Add
PPNPmodel (thanks to @TiagoMAntunes) - #68 Add
SAGPoolmodel (thanks to @frouioui) - #69 Add
GDC_GCNmodel (thanks to @kwyoke) - #74 Add
JKNet(thanks to @WXR1998) - #76 Add
SIGNmodel (thanks to @hmartelb) - #80 Add
HGP-SLmodel (thanks to @Sahandfer) - #88 Add
DropEdgemodel (thanks to @JiaYiLiJayee) - #96 Add
Graph U-Netmodel - #102 Add
PPRGomodel
New Datasets
- #158 Add Yelp/Amazon datasets in this paper.
Bug Fixes
- #141 Fix bugs when using CPU
Requirement Update
- CogDL now requires
numba - CogDL now requires
transformers
Document Update
Miscellaneous
- #61 Introduce Code style (thanks to @MaLiN2223)
- #66 Create dockerfile for CogDL (thanks to @TiagoMAntunes)
- #86 Add a script for contributing a new model (thanks to @Sahandfer)
- #133 Add templates for github issues and pull requests
- #135 Integrate the training and evaluation of self-supervised models with a trainer