1. 09 Feb, 2023 1 commit
  2. 08 Feb, 2023 1 commit
    • ZhenyuLU_Heliodore's avatar
      [Transform] Add SVDPE Transform Module (#5121) · 5598503a
      ZhenyuLU_Heliodore authored
      * add SVD positional encoding
      
      * modify importing module
      
      * Fixed certain problems
      
      * Change the test unit to a nonsigular one
      
      * Fixed typo and make accord with lintrunner
      
      * added svd_pe into dgl.rst
      
      * Modified dgl.rst
      5598503a
  3. 01 Feb, 2023 1 commit
  4. 16 Jan, 2023 2 commits
  5. 13 Jan, 2023 4 commits
  6. 12 Jan, 2023 3 commits
  7. 11 Jan, 2023 1 commit
  8. 08 Jan, 2023 1 commit
  9. 06 Jan, 2023 4 commits
  10. 05 Jan, 2023 1 commit
  11. 03 Jan, 2023 4 commits
  12. 29 Dec, 2022 4 commits
  13. 28 Dec, 2022 3 commits
  14. 27 Dec, 2022 1 commit
  15. 26 Dec, 2022 1 commit
  16. 24 Dec, 2022 1 commit
  17. 22 Dec, 2022 1 commit
  18. 21 Dec, 2022 3 commits
  19. 20 Dec, 2022 1 commit
  20. 19 Dec, 2022 1 commit
    • Xin Yao's avatar
      [Fix core lib warning] Remove LooseVersion (#5026) · f4eef726
      Xin Yao authored
      * replace LooseVersion with packaging.version
      
      * import packaging from setuptools
      
      * import packaging.version in dgl.utils
      
      * format
      
      * revert changes to apps/kg
      
      * revert changes to _dataloading
      f4eef726
  21. 15 Dec, 2022 1 commit
    • Rhett Ying's avatar
      [Dist] enable to chunk node/edge data into arbitrary number of chunks (#4930) · 9731e023
      Rhett Ying authored
      
      
      * [Dist] enable to chunk node/edge data into arbitrary number of chunks
      
      * [Dist] enable to split node/edge data into arbitrary parts
      
      * refine code
      
      * Format boolean to uint8 forcely to avoid dist.scatter failure
      
      * convert boolean to int8 before scatter and revert it after scatter
      
      * refine code
      
      * fix test
      
      * refine code
      
      * move test utilities into utils.py
      
      * update comment
      
      * fix empty data
      
      * update
      
      * update
      
      * fix empty data issue
      
      * release unnecessary mem
      
      * release unnecessary mem
      
      * release unnecessary mem
      
      * release unnecessary mem
      
      * release unnecessary mem
      
      * remove unnecessary shuffle data
      
      * separate array_split into standalone utility
      
      * add example
      Co-authored-by: default avatarxiang song(charlie.song) <classicxsong@gmail.com>
      9731e023