pyg-nightly 2.7.0.dev20241121__py3-none-any.whl → 2.7.0.dev20241122__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pyg_nightly-2.7.0.dev20241121.dist-info → pyg_nightly-2.7.0.dev20241122.dist-info}/METADATA +1 -1
- {pyg_nightly-2.7.0.dev20241121.dist-info → pyg_nightly-2.7.0.dev20241122.dist-info}/RECORD +4 -4
- torch_geometric/__init__.py +1 -1
- {pyg_nightly-2.7.0.dev20241121.dist-info → pyg_nightly-2.7.0.dev20241122.dist-info}/WHEEL +0 -0
{pyg_nightly-2.7.0.dev20241121.dist-info → pyg_nightly-2.7.0.dev20241122.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: pyg-nightly
|
3
|
-
Version: 2.7.0.
|
3
|
+
Version: 2.7.0.dev20241122
|
4
4
|
Summary: Graph Neural Network Library for PyTorch
|
5
5
|
Keywords: deep-learning,pytorch,geometric-deep-learning,graph-neural-networks,graph-convolutional-networks
|
6
6
|
Author-email: Matthias Fey <matthias@pyg.org>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
torch_geometric/__init__.py,sha256=
|
1
|
+
torch_geometric/__init__.py,sha256=d06F4eCubNtTRi6KhXZxw_FXxcsc2LY72z0DJ5_ncGI,1904
|
2
2
|
torch_geometric/_compile.py,sha256=f-WQeH4VLi5Hn9lrgztFUCSrN_FImjhQa6BxFzcYC38,1338
|
3
3
|
torch_geometric/_onnx.py,sha256=V9ffrIKSqhDw6xUZ12lkuSfNs48cQp2EeJ6Z19GfnVw,349
|
4
4
|
torch_geometric/backend.py,sha256=lVaf7aLoVaB3M-UcByUJ1G4T4FOK6LXAg0CF4W3E8jo,1575
|
@@ -623,6 +623,6 @@ torch_geometric/utils/undirected.py,sha256=H_nfpI0_WluOG6VfjPyldvcjL4w5USAKWu2x5
|
|
623
623
|
torch_geometric/visualization/__init__.py,sha256=PyR_4K5SafsJrBr6qWrkjKr6GBL1b7FtZybyXCDEVwY,154
|
624
624
|
torch_geometric/visualization/graph.py,sha256=ZuLPL92yGRi7lxlqsUPwL_EVVXF7P2kMcveTtW79vpA,4784
|
625
625
|
torch_geometric/visualization/influence.py,sha256=CWMvuNA_Nf1sfbJmQgn58yS4OFpeKXeZPe7kEuvkUBw,477
|
626
|
-
pyg_nightly-2.7.0.
|
627
|
-
pyg_nightly-2.7.0.
|
628
|
-
pyg_nightly-2.7.0.
|
626
|
+
pyg_nightly-2.7.0.dev20241122.dist-info/WHEEL,sha256=CpUCUxeHQbRN5UGRQHYRJorO5Af-Qy_fHMctcQ8DSGI,82
|
627
|
+
pyg_nightly-2.7.0.dev20241122.dist-info/METADATA,sha256=by6Uhr8pxujrGblX81--VSVGWvgcO6IHvTCMMedjrI8,62979
|
628
|
+
pyg_nightly-2.7.0.dev20241122.dist-info/RECORD,,
|
torch_geometric/__init__.py
CHANGED
@@ -30,7 +30,7 @@ from .lazy_loader import LazyLoader
|
|
30
30
|
contrib = LazyLoader('contrib', globals(), 'torch_geometric.contrib')
|
31
31
|
graphgym = LazyLoader('graphgym', globals(), 'torch_geometric.graphgym')
|
32
32
|
|
33
|
-
__version__ = '2.7.0.
|
33
|
+
__version__ = '2.7.0.dev20241122'
|
34
34
|
|
35
35
|
__all__ = [
|
36
36
|
'Index',
|
File without changes
|