Skip to content

v1.5.0

Compare
Choose a tag to compare
@saattrupdan saattrupdan released this 19 Feb 20:04
· 682 commits to main since this release

Changed

  • Now using dicts rather than Series in to_dgl. This improved the wall time
    from 1.5 hours to 2 seconds!

Fixed

  • There was a bug in the call to dgl.data.utils.load_graphs causing
    load_dgl_graph to fail. This is fixed now.