From 1a6c5c802b92522b8726543bf5b85e556c2df2bf Mon Sep 17 00:00:00 2001 From: rusty1s Date: Tue, 25 Oct 2022 15:27:37 +0000 Subject: [PATCH 1/2] update --- docs/source/notes/colabs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/notes/colabs.rst b/docs/source/notes/colabs.rst index e9cd58c17883..b4ff75a6a9d6 100644 --- a/docs/source/notes/colabs.rst +++ b/docs/source/notes/colabs.rst @@ -11,7 +11,7 @@ We have prepared a list of colab notebooks that practically introduces you to th 6. `Explaining GNN Model Predictions using Captum `__ 7. `Customizing Aggregations within Message Passing `__ 8. `Node Classification with Graph Neural Networks Instrumented with Weights and Biases Logging and Sweeps `__ -9. `Link Prediction on IMDB `__ +9. `Link Prediction on MovieLens `__ All colab notebooks are released under the MIT license. From 9eaa5f1cba5d4f123f262a6d37b7f02d9a3c2066 Mon Sep 17 00:00:00 2001 From: rusty1s Date: Tue, 25 Oct 2022 15:28:40 +0000 Subject: [PATCH 2/2] changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33a4190fd403..d42dff927c48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). ## [2.2.0] - 2022-MM-DD ### Added +- Added a "Link Prediction on MovieLens" Colab notebook ([#5823](https://github.com/pyg-team/pytorch_geometric/pull/5823)) - Added custom `sampler` support in `LightningDataModule` ([#5820](https://github.com/pyg-team/pytorch_geometric/pull/5820)) - Added a `return_semantic_attention_weights` argument `HANConv` ([#5787](https://github.com/pyg-team/pytorch_geometric/pull/5787)) - Added `disjoint` argument to `NeighborLoader` and `LinkNeighborLoader` ([#5775](https://github.com/pyg-team/pytorch_geometric/pull/5775))