Skip to content

Files

Latest commit

 

History

History
23 lines (21 loc) · 2.08 KB

CHANGELOG.md

File metadata and controls

23 lines (21 loc) · 2.08 KB

Changelog

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog.

[2.0.5] - 2022-MM-DD

Added

  • 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 (via is_sorted=True) (#4620)
  • Added AddPositionalEncoding transform (#4521)
  • Added HeteroData.is_undirected() support (#4604)
  • Added the Genius and Wiki datasets to nn.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)

Changed

  • 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 in TAGConv is now actually applied (#4597)
  • Fixed subclass behaviour of process and download in Datsaet (#4586)
  • Fixed filtering of attributes for loaders in case __cat_dim__ != 0 (#4629)

Removed