diff --git a/README.md b/README.md index 639e09c41748a8c00b355c7265fc0b5de63633e3..fabd0da5306e983968d5e9511b46ddc5a672dfe2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ The logo of Paddle Graph Learning (PGL) +[![PyPi Latest Release](https://img.shields.io/pypi/v/pgl.svg)](https://pypi.org/project/pgl/) +[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](./LICENSE) + [DOC](https://pgl.readthedocs.io/en/latest/) | [Quick Start](https://pgl.readthedocs.io/en/latest/quick_start/instruction.html) | [中文](./README.zh.md) ## Breaking News !! @@ -8,6 +11,8 @@ - PGL for [Open Graph Benchmark](https://github.com/snap-stanford/ogb) examples can be find [here](./ogb_exmaples/). +- We add newly graph level operators like GraphPooling and [GraphNormalization](https://arxiv.org/abs/2003.00982) for graph level predictions. + ------ Paddle Graph Learning (PGL) is an efficient and flexible graph learning framework based on [PaddlePaddle](https://github.com/PaddlePaddle/Paddle).