dmlc / dgl

Python package built to ease deep learning on graph, on top of existing DL frameworks.
http://dgl.ai
Apache License 2.0
13.19k stars 2.99k forks source link

[GraphBolt] Rename `ItemSetDict` as `HeteroItemSet` #7424

Closed Skeleton003 closed 1 month ago

Skeleton003 commented 1 month ago

Description

Though ItemSetDict is named with dict and takes a dictionary as input, it does not behave as a dictionary, but like a Sequence instead. So maybe we should rename it to avoid confusion. Relative issues: #6672 #6785

Checklist

Please feel free to remove inapplicable items for your PR.

Changes

dgl-bot commented 1 month ago

To trigger regression tests:

dgl-bot commented 1 month ago

Commit ID: 2b3d7b7c1af9380f498801c6366d3bd89144acc2

Build ID: 1

Status: ✅ CI test succeeded.

Report path: link

Full logs path: link