v1.6.2
Fixed
- Now removes claims that are only connected to deleted tweets when calling
to_dgl
. This previously caused a bug that was due to a mismatch between
nodes in the dataset (which includes deleted ones) and nodes in the DGL graph
(which does not contain the deleted ones).