Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
general502570 committed Apr 19, 2022
1 parent 5c0ba99 commit 487f2b2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Feel free to open <a href="https://github.com/THUMNLab/AutoGL/issues">issues</a>

## News!

- 2022.4.19 New version v0.3.1!We have released Chinese tutorial for the first time!
- 2021.12.31 New Version! v0.3.0-pre is here!
- 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.
- 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.
Expand Down
1 change: 1 addition & 0 deletions README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

## 最新消息

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

__version__ = "0.3.0-pre"
__version__ = "0.3.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
''' https://setuptools.readthedocs.io/en/latest/ '''
setup(
name='autogl',
version='0.3.0-pre',
version='0.3.1',
author='THUMNLab/aglteam',
maintainer='THUMNLab/aglteam',
author_email='[email protected]',
Expand Down

0 comments on commit 487f2b2

Please sign in to comment.