All notable changes to this project will be documented in this file. The format is based on Keep a Changelog.
- Added PyTorch Lightning support in GraphGym (#4531)
- Added support for returning embeddings in
MLP
models (#4625) - Added faster initialization of
NeighborLoader
in case edge indices are already sorted (viais_sorted=True
) (#4620) - Added
AddPositionalEncoding
transform (#4521) - Added
HeteroData.is_undirected()
support (#4604) - Added the
Genius
andWiki
datasets tonn.datasets.LINKXDataset
(#4570, #4600) - Added
nn.glob.GlobalPooling
module with support for multiple aggregations (#4582) - Added support for graph-level outputs in
to_hetero
(#4582) - Added
CHANGELOG.md
(#4581)
- The generated node features of
StochasticBlockModelDataset
are now ordered with respect to their labels (#4617) - Removed unnecessary colons and fixed typos in the documentation (#4616)
- The
bias
argument inTAGConv
is now actually applied (#4597) - Fixed subclass behaviour of
process
anddownload
inDatsaet
(#4586) - Fixed filtering of attributes for loaders in case
__cat_dim__ != 0
(#4629)