Muhammed Fatih BALIN
|
c6c874bf7e
|
[2.4.0] Release branch cut. (#7738)
|
2024-08-29 19:53:03 -04:00 |
|
Rhett Ying
|
00f8feeee5
|
[release] bump version to 2.4 for nightly (#7489)
|
2024-06-27 11:55:38 +08:00 |
|
Rhett Ying
|
e3082a32c4
|
[dev] bump version to 2.3 (#7374)
|
2024-05-06 11:11:52 +08:00 |
|
Rhett Ying
|
4bd2eadf0c
|
[dev] bump master version to 2.2 (#7185)
|
2024-03-01 15:45:09 +08:00 |
|
Rhett Ying
|
c40f54e643
|
[release] upgrade version to next one
|
2024-01-12 08:54:11 +08:00 |
|
Rhett Ying
|
1e34f6648a
|
[release] upgrade latest vesion to 2.0 (#6879)
|
2024-01-02 10:24:32 +08:00 |
|
Quan (Andy) Gan
|
c92d012bb1
|
[Build] Bump nightly version (#5704)
|
2023-05-18 13:30:35 +08:00 |
|
Quan (Andy) Gan
|
d8ca6317a3
|
[Release] Bump nightly version (#5357)
* bump version
* Update update_version.py
|
2023-02-22 09:13:38 +08:00 |
|
Hongzhi (Steve), Chen
|
3e5137feaf
|
[Misc] Autoformat python dgl (Part 2). (#5332)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
|
2023-02-20 20:56:25 +08:00 |
|
Quan (Andy) Gan
|
f145097f9a
|
[Release] Conda/CMake changes for 1.0 release (#5186)
* update conda branch
* fix conda
* update conda
* update
* update windows build script
* copy static library to build dir
* try again
* fix
* lint
|
2023-01-19 22:28:04 +08:00 |
|
Quan (Andy) Gan
|
84e4d0215f
|
change regex (#5158)
|
2023-01-12 15:04:22 +08:00 |
|
Quan (Andy) Gan
|
f94fa9d975
|
typo (#5133)
|
2023-01-11 22:21:11 +08:00 |
|
Quan (Andy) Gan
|
c6228c0118
|
update suffix (#5128)
|
2023-01-10 09:56:09 +08:00 |
|
Quan (Andy) Gan
|
f1fb859f99
|
bump version to 1.0 (#5123)
|
2023-01-09 11:28:26 +08:00 |
|
Hongzhi (Steve), Chen
|
98325b1097
|
[Misc] Black auto fix. (#4691)
Co-authored-by: Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
|
2022-10-10 10:53:51 +08:00 |
|
Quan (Andy) Gan
|
14cafe73e2
|
bump version (#4667)
* bump version
* Update setup.py
* Update setup.py
|
2022-10-01 00:47:38 +08:00 |
|
Hongzhi (Steve), Chen
|
701c6fe754
|
[Readability] Auto fix setup.py and update-version.py (#4446)
* Auto fix update-version
* Auto fix setup.py
* Auto fix update-version
* Auto fix setup.py
* [Doc] Change random.py to random_partition.py in guide on distributed partition pipeline (#4438)
* Update distributed-preprocessing.rst
* Update
Co-authored-by: Ubuntu <ubuntu@ip-172-31-9-26.ap-northeast-1.compute.internal>
* fix unpinning when tensoradaptor is not available (#4450)
* [Doc] fix print issue in tutorial (#4459)
* [Example][Refactor] Refactor RGCN example (#4327)
* Refactor full graph entity classification
* Refactor rgcn with sampling
* README update
* Update
* Results update
* Respect default setting of self_loop=false in entity.py
* Update
* Update README
* Update for multi-gpu
* Update
* [doc] fix invalid link in user guide (#4468)
* [Example] directional_GSN for ogbg-molpcba (#4405)
* version-1
* version-2
* version-3
* update examples/README
* Update .gitignore
* update performance in README, delete scripts
* 1st approving review
* 2nd approving review
Co-authored-by: Mufei Li <mufeili1996@gmail.com>
* Clarify the message name, which is 'm'. (#4462)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
Co-authored-by: Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
* [Refactor] Auto fix view.py. (#4461)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com>
* [Example] SEAL for OGBL (#4291)
* [Example] SEAL for OGBL
* update index
* update
* fix readme typo
* add seal sampler
* modify set ops
* prefetch
* efficiency test
* update
* optimize
* fix ScatterAdd dtype issue
* update sampler style
* update
Co-authored-by: Quan Gan <coin2028@hotmail.com>
* [CI] use https instead of http (#4488)
* [BugFix] fix crash due to incorrect dtype in dgl.to_block() (#4487)
* [BugFix] fix crash due to incorrect dtype in dgl.to_block()
* fix test failure in TF
* [Feature] Make TensorAdapter Stream Aware (#4472)
* Allocate tensors in DGL's current stream
* make tensoradaptor stream-aware
* replace TAemtpy with cpu allocator
* fix typo
* try fix cpu allocation
* clean header
* redirect AllocDataSpace as well
* resolve comments
* [Build][Doc] Specify the sphinx version (#4465)
Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com>
* reformat
* reformat
* Auto fix update-version
* Auto fix setup.py
* reformat
* reformat
Co-authored-by: Ubuntu <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
Co-authored-by: Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
Co-authored-by: Mufei Li <mufeili1996@gmail.com>
Co-authored-by: Ubuntu <ubuntu@ip-172-31-9-26.ap-northeast-1.compute.internal>
Co-authored-by: Xin Yao <xiny@nvidia.com>
Co-authored-by: Chang Liu <chang.liu@utexas.edu>
Co-authored-by: Zhiteng Li <55398076+ZHITENGLI@users.noreply.github.com>
Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com>
Co-authored-by: rudongyu <ru_dongyu@outlook.com>
Co-authored-by: Quan Gan <coin2028@hotmail.com>
|
2022-09-14 13:36:18 +08:00 |
|
Quan (Andy) Gan
|
7f1a5e080b
|
bump version (#3795)
|
2022-03-02 13:02:55 +08:00 |
|
Quan (Andy) Gan
|
213e27f05c
|
Bump nightly version (#3146)
|
2021-08-02 17:24:18 +08:00 |
|
Quan (Andy) Gan
|
3301bd0bcc
|
bump nightly to 0.7 (#2814)
|
2021-04-06 13:51:26 +08:00 |
|
Quan (Andy) Gan
|
ad8530a4dc
|
[Readme] 0.5.0 release and bump to new prerelease versions (#2082)
* [Readme] 0.5.0 release and bump to new prerelease versions
* bump version
|
2020-08-21 12:29:17 +08:00 |
|
Quan (Andy) Gan
|
fd3d54ba98
|
bump up version for prerelease (#768)
|
2019-08-16 10:32:54 +08:00 |
|
Quan (Andy) Gan
|
bdcba9c85c
|
setup for prerelease builds (#763)
|
2019-08-14 23:13:37 +08:00 |
|
Quan (Andy) Gan
|
059b1a6d6f
|
[Release] Bump up version (#636)
* bump up version
* conda+cuda trial
* switch conda branch
* revert
* disable cudnn
|
2019-06-12 16:50:05 +08:00 |
|
Minjie Wang
|
cd4f0a2bfc
|
[Release] update version (#440)
* update version
* update news
|
2019-03-08 11:12:16 -05:00 |
|
Minjie Wang
|
af23c45726
|
[Release] update version (#297)
* update version; add news.md; modify contributing.md
* change urls to dmlc
|
2018-12-11 15:40:51 -05:00 |
|
Gan Quan
|
37feb479fd
|
[Release] 0.1.2 updates (#276)
* 0.1.2 release
* oops
* more fixes on windows
* [Bugfix] fix download dir (#275)
* fix download dir
* add doc for the env var
|
2018-12-07 01:54:13 -05:00 |
|
Minjie Wang
|
c620bfc2b7
|
[Doc] faq & env (#263)
* faq & env
* add update version script; 0.0.1 -> 0.1.0
|
2018-12-05 19:18:33 -05:00 |
|