Download Latest Version v2.4.0 source code.zip (8.3 MB)
Email in envelope

Get an email when there's a new version of DGL

Home / v2.3.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2024-06-27 2.2 kB
v2.3.0 source code.tar.gz 2024-06-27 7.0 MB
v2.3.0 source code.zip 2024-06-27 8.2 MB
Totals: 3 Items   15.2 MB 0

Highlights

  • torch 2.3.1 is supported. The supported torch versions range from 2.1 to 2.3.
  • numpy 2.0.0 is not fully supported/compatible. We add a dependency requirement of numpy which should be <2.0.0. We'll remove such limitation in near future.
  • ItemSetDict has been replaced by HeteroItemSet. Please use the new class though we add an alias for deprecated one.
  • Incremental GPU graph caching has been added to GraphBolt in [#7470], [#7475], [#7483]. An example use is shown in [#7482].
  • exclude_edges is enabled for distributed DGL.
  • From now on, we stop providing built packages for Windows and Mac. Please build and install from source code on your own.

Bug Fixes

New Examples

New Contributors

Full Changelog: https://github.com/dmlc/dgl/compare/v2.2.1...v2.3.0

Source: README.md, updated 2024-06-27