Skip to content

1.0.1

Compare
Choose a tag to compare
@rusty1s rusty1s released this 23 Mar 09:12
· 563 commits to master since this release

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.