We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 025fbb3 commit f1c5510Copy full SHA for f1c5510
changes.md
@@ -6,6 +6,11 @@ nav_order: 3
6
7
# Change Log
8
9
+## 2.0.0
10
+- QET (Charge-Equilibrated TensorNet) architecture and pre-trained weights are added!
11
+- Begun a migration to Pytorch-Geometric over the now-deprecated DGL. So far, only vanilla TensorNet has been
12
+ implemented in PYG). DGL models still work but require a manual setup (change of backend and installation of DGL).
13
+
14
## 1.2.7
15
- Use original custom RemoteFile rather than fsspec, which is very finicky with SSL connections.
16
- _create_directed_line_graph error handling (@bowen-bd)
0 commit comments