Skip to content

Commit 487f2b2

Browse files
committed
v0.3.1
1 parent 5c0ba99 commit 487f2b2

4 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Feel free to open <a href="https://github.com/THUMNLab/AutoGL/issues">issues</a>
1414

1515
## News!
1616

17+
- 2022.4.19 New version v0.3.1!We have released Chinese tutorial for the first time!
1718
- 2021.12.31 New Version! v0.3.0-pre is here!
1819
- AutoGL now support [__Deep Graph Library (DGL)__](https://www.dgl.ai/) backend to be interface-friendly for DGL users! All the homogeneous node classification task, link prediction task, and graph classification task are currently supported under DGL backend. AutoGL is also compatible with PyG 2.0 now.
1920
- The __heterogeneous__ node classification tasks are now supported! See [hetero tutorial](http://mn.cs.tsinghua.edu.cn/autogl/documentation/docfile/tutorial/t_hetero_node_clf.html) for more details.

README_cn.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
## 最新消息
1515

16+
- 2022.4.19 v0.3.1版本更新!首次更新中文教程!
1617
- 2021.12.31 v0.3.0-pre版本更新!
1718
- 智图目前支持[__Deep Graph Library (DGL)__](https://www.dgl.ai/)作为后端,以方便DGL的用户使用。目前在DGL后端已经支持同构图的节点分类、链接预测以及图分类等任务。智图现在也可兼容PyG 2.0版本。
1819
- 智图可以支持__异构图__节点分类任务!详情请参考[异构图教程](http://mn.cs.tsinghua.edu.cn/autogl/documentation/docfile/tutorial/t_hetero_node_clf.html)

autogl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
train,
1717
)
1818

19-
__version__ = "0.3.0-pre"
19+
__version__ = "0.3.1"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
''' https://setuptools.readthedocs.io/en/latest/ '''
1717
setup(
1818
name='autogl',
19-
version='0.3.0-pre',
19+
version='0.3.1',
2020
author='THUMNLab/aglteam',
2121
maintainer='THUMNLab/aglteam',
2222
author_email='autogl@tsinghua.edu.cn',

0 commit comments

Comments
 (0)