pyg-nightly 2.6.0.dev20240910__py3-none-any.whl → 2.6.0.dev20240911__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.6.0.dev20240910.dist-info → pyg_nightly-2.6.0.dev20240911.dist-info}/METADATA +1 -1
- {pyg_nightly-2.6.0.dev20240910.dist-info → pyg_nightly-2.6.0.dev20240911.dist-info}/RECORD +4 -4
- torch_geometric/__init__.py +1 -1
- {pyg_nightly-2.6.0.dev20240910.dist-info → pyg_nightly-2.6.0.dev20240911.dist-info}/WHEEL +0 -0
{pyg_nightly-2.6.0.dev20240910.dist-info → pyg_nightly-2.6.0.dev20240911.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pyg-nightly
|
3
|
-
Version: 2.6.0.
|
3
|
+
Version: 2.6.0.dev20240911
|
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=BskV5ieGKDLkVkN4qlw2QSRdY299zH8_y2uqUI4J0XM,1904
|
2
2
|
torch_geometric/_compile.py,sha256=0HAdz6MGmyrgi4g6P-PorTg8dPIKx3Jo4zVJavrlfX0,1139
|
3
3
|
torch_geometric/_onnx.py,sha256=V9ffrIKSqhDw6xUZ12lkuSfNs48cQp2EeJ6Z19GfnVw,349
|
4
4
|
torch_geometric/backend.py,sha256=lVaf7aLoVaB3M-UcByUJ1G4T4FOK6LXAg0CF4W3E8jo,1575
|
@@ -617,6 +617,6 @@ torch_geometric/utils/undirected.py,sha256=H_nfpI0_WluOG6VfjPyldvcjL4w5USAKWu2x5
|
|
617
617
|
torch_geometric/visualization/__init__.py,sha256=PyR_4K5SafsJrBr6qWrkjKr6GBL1b7FtZybyXCDEVwY,154
|
618
618
|
torch_geometric/visualization/graph.py,sha256=SvbdVx5Zmuy_WSSA4-WWCkqAcCSHVe84mjMfsEWbZCs,4813
|
619
619
|
torch_geometric/visualization/influence.py,sha256=CWMvuNA_Nf1sfbJmQgn58yS4OFpeKXeZPe7kEuvkUBw,477
|
620
|
-
pyg_nightly-2.6.0.
|
621
|
-
pyg_nightly-2.6.0.
|
622
|
-
pyg_nightly-2.6.0.
|
620
|
+
pyg_nightly-2.6.0.dev20240911.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
|
621
|
+
pyg_nightly-2.6.0.dev20240911.dist-info/METADATA,sha256=T8NFOn4CwINBFg7hJklqtJ_mXLl10M8Hw31Le170m0g,63068
|
622
|
+
pyg_nightly-2.6.0.dev20240911.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.6.0.
|
33
|
+
__version__ = '2.6.0.dev20240911'
|
34
34
|
|
35
35
|
__all__ = [
|
36
36
|
'Index',
|
File without changes
|