1.0.1
Minor Changes
OGB datasets can now be imported more conveniently, e.g.:
from ogb.graphproppred import GraphPropPredDataset
from ogb.graphproppred import PygGraphPropPredDataset
from ogb.graphproppred import DglGraphPropPredDataset
Note that this will throw an ImportError
if OGB can not find installations of Pyg or DGL, respectively.