v1.1 #357
danielegrattarola
started this conversation in
General
v1.1
#357
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
v1.1
This release mostly introduces the new Select, Reduce, Connect API for pooling layers and a bunch of features, improvements, and bugfixes from previous patches.
Most of the new features are backward compatible with two notable exceptions:
get_i
andget_j
must be updated to useget_targets
andget_sources
. This only affects you if you have a custom implementation based on the MessagePassing class, otherwise the change will be transparent.This version of Spektral supports Python >=3.6 and up, and TensorFlow >=2.2.
New features
Compatibility changes
API changes
channels
argument from CrystalConv (output must be the same size as input)Bugfixes
Other
This discussion was created from the release v1.1.
Beta Was this translation helpful? Give feedback.
All reactions