Skip to content

0.7.1

Compare
Choose a tag to compare
@BarclayII BarclayII released this 29 Aug 05:35
· 43 commits to 0.7.x since this release

0.7.1 Release Notes

0.7.1 is a minor release with multiple fixes and a few new models/features/optimizations included as follows.

Note: We noticed that 0.7.1 for Linux is unavailable on our anaconda repository. We are currently working on this issue. For now, please use pip installation instead.

New models

New Features

  • Allows providing username in tools/launch.py (#3202, @erickim555)
  • Refactor and allows customized Python binary names in tools/launch.py (#3205, @erickim555)
  • Add support for distributed preprocessing for heterogeneous graphs (#3137, @ankit-garg)
  • Correctly pass all DGL client server environment variables for user-defined multi-command (#3245, @erickim555)
  • You can configure the DGL configuration directory with environment variable DGLDEFAULTDIR (#3277, @konstantino)

Optimizations

Fixes