This release focuses on Pytorch 1.2 support and removes all torch.bool
deprecation warnings. As a result, this release now requires PyTorch 1.2. If you are in the process of updating to PyTorch 1.2, please ensure that you also re-install all related external packages.
Overall, this release brings the following new features/bugfixes:
Features
- Prints out a warning in case the
pre_transform
andpre_filter
arguments differ from an already processed version
Bugfixes
- Removed all
torch.bool
deprecation warnings - Fixed
ARGA
initialization bug - Fixed a pre-processing bug in
QM9