pyg-nightly 2.6.0.dev20240913__py3-none-any.whl → 2.7.0.dev20240914__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyg-nightly
3
- Version: 2.6.0.dev20240913
3
+ Version: 2.7.0.dev20240914
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=SRoAYR7ELKP-AZQAN4ZGBuNrS8AKNWoF7O_9u_FX6LA,1904
1
+ torch_geometric/__init__.py,sha256=n23o0W0D6f8VcOq-d2ljeW7QxvqdEiX9hzH_YvgmLK0,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
@@ -7,10 +7,10 @@ torch_geometric/config_store.py,sha256=zdMzlgBpUmBkPovpYQh5fMNwTZLDq2OneqX47QEx7
7
7
  torch_geometric/debug.py,sha256=cLyH9OaL2v7POyW-80b19w-ctA7a_5EZsS4aUF1wc2U,1295
8
8
  torch_geometric/deprecation.py,sha256=dWRymDIUkUVI2MeEmBG5WF4R6jObZeseSBV9G6FNfjc,858
9
9
  torch_geometric/device.py,sha256=tU5-_lBNVbVHl_kUmWPwiG5mQ1pyapwMF4JkmtNN3MM,1224
10
- torch_geometric/edge_index.py,sha256=Kjkk1kW9C0D2xZPdvTKXQUA4WnqqkHWlUJXpwPG-JWc,70052
10
+ torch_geometric/edge_index.py,sha256=r4_24Rhm3YCK0BF-kzLvL7PlY_1tWcXrBDIr7JPDjkw,70048
11
11
  torch_geometric/experimental.py,sha256=JbtNNEXjFGI8hZ9raM6-qrZURP6Z5nlDK8QicZUIbz0,4756
12
12
  torch_geometric/home.py,sha256=EV54B4Dmiv61GDbkCwtCfWGWJ4eFGwZ8s3KOgGjwYgY,790
13
- torch_geometric/index.py,sha256=ZDUq2LTumN1UyYkNF3tYglW8DZ1G-s2ejAIKaNcvfgI,24054
13
+ torch_geometric/index.py,sha256=9ChzWFCwj2slNcVBOgfV-wQn-KscJe_y7502w-Vf76w,24045
14
14
  torch_geometric/inspector.py,sha256=9M61T9ruSid5-r2aelRAeX9g_7AZ1VMnYAB2KozM71E,19267
15
15
  torch_geometric/isinstance.py,sha256=truZjdU9PxSvjJ6k0d_CLJ2iOpen2o8U-54pbUbNRyE,935
16
16
  torch_geometric/lazy_loader.py,sha256=SM0UcXtIdiFge75MKBAWXedoiSOdFDOV0rm1PfoF9cE,908
@@ -618,6 +618,6 @@ torch_geometric/utils/undirected.py,sha256=H_nfpI0_WluOG6VfjPyldvcjL4w5USAKWu2x5
618
618
  torch_geometric/visualization/__init__.py,sha256=PyR_4K5SafsJrBr6qWrkjKr6GBL1b7FtZybyXCDEVwY,154
619
619
  torch_geometric/visualization/graph.py,sha256=SvbdVx5Zmuy_WSSA4-WWCkqAcCSHVe84mjMfsEWbZCs,4813
620
620
  torch_geometric/visualization/influence.py,sha256=CWMvuNA_Nf1sfbJmQgn58yS4OFpeKXeZPe7kEuvkUBw,477
621
- pyg_nightly-2.6.0.dev20240913.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
622
- pyg_nightly-2.6.0.dev20240913.dist-info/METADATA,sha256=LOqSGxoPrSOJz1djA4lRO9o1Z0Y0-D8NRau_0xGS1tQ,63068
623
- pyg_nightly-2.6.0.dev20240913.dist-info/RECORD,,
621
+ pyg_nightly-2.7.0.dev20240914.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
622
+ pyg_nightly-2.7.0.dev20240914.dist-info/METADATA,sha256=Pz5f49zwvSFV-FkxufA5cJDayObU27GV4gtdnv1KN0g,63068
623
+ pyg_nightly-2.7.0.dev20240914.dist-info/RECORD,,
@@ -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.dev20240913'
33
+ __version__ = '2.7.0.dev20240914'
34
34
 
35
35
  __all__ = [
36
36
  'Index',
@@ -173,7 +173,7 @@ class EdgeIndex(Tensor):
173
173
  :meth:`EdgeIndex.fill_cache_`, and are maintained and adjusted over its
174
174
  lifespan (*e.g.*, when calling :meth:`EdgeIndex.flip`).
175
175
 
176
- This representation ensures for optimal computation in GNN message passing
176
+ This representation ensures optimal computation in GNN message passing
177
177
  schemes, while preserving the ease-of-use of regular COO-based :pyg:`PyG`
178
178
  workflows.
179
179
 
torch_geometric/index.py CHANGED
@@ -106,7 +106,7 @@ class Index(Tensor):
106
106
  :meth:`Index.fill_cache_`, and are maintaned and adjusted over its
107
107
  lifespan.
108
108
 
109
- This representation ensures for optimal computation in GNN message passing
109
+ This representation ensures optimal computation in GNN message passing
110
110
  schemes, while preserving the ease-of-use of regular COO-based :pyg:`PyG`
111
111
  workflows.
112
112
 
@@ -120,7 +120,7 @@ class Index(Tensor):
120
120
  assert index.is_sorted
121
121
 
122
122
  # Flipping order:
123
- edge_index.flip(0)
123
+ index.flip(0)
124
124
  >>> Index([[2, 1, 1, 0], dim_size=3)
125
125
  assert not index.is_sorted
126
126