Skip to content

v1.2

Compare
Choose a tag to compare
@danielegrattarola danielegrattarola released this 22 Jul 15:16
· 28 commits to master since this release

v1.2

This release brings some new features and improvements

New features

  • New convolutional layer CensNetConv
  • New batch-mode version of GINCov
  • New pooling layers: JustBalancePool and DmonPool
  • New datasets: DBLP and Flickr

Compatibility changes

  • Python 3.6 is no longer supported officially

API changes

  • XENetDenseConv is now called XENetConvBatch

Bugfixes

  • Fix crash when using Disjoint2Batch and improve the performance of the layer
  • Fix minor bug that would block kwargs forwarding in SRC layers (only affects custom layers, not the ones in the library)
  • Fix preprocess method in DiffusionConv