This release fixes bugs in a dataset, evaluator, and data loader.
- Duplicated edges in `ogbn-mag` are removed. The updated dataset will be downloaded and processed automatically as you run your script for `ogbn-mag`. 40
- Evaluators for `ogbl-collab` and `ogbl-ddi` are updated. Specifically, `ogbl-collab` now uses Hits50, and `ogbl-ddi` now uses Hits20.
- DGL data loader bug for `ogbn-mag` and `ogbl-biokg` is fixed. 36