pyg-nightly 2.8.0.dev20251125__py3-none-any.whl → 2.8.0.dev20251214__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.4
2
2
  Name: pyg-nightly
3
- Version: 2.8.0.dev20251125
3
+ Version: 2.8.0.dev20251214
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=wIU9pANScpqmv2O2ibMKkXBzb1HhToTauJ2XnnK6BBs,2292
1
+ torch_geometric/__init__.py,sha256=99VqeFfWPF4-ry9Sdb52EfX6L6URMjUbu00i4tbsymc,2292
2
2
  torch_geometric/_compile.py,sha256=9yqMTBKatZPr40WavJz9FjNi7pQj8YZAZOyZmmRGXgc,1351
3
3
  torch_geometric/_onnx.py,sha256=ODB_8cwFUiwBUjngXn6-K5HHb7IDul7DDXuuGX7vj_0,8178
4
4
  torch_geometric/backend.py,sha256=lVaf7aLoVaB3M-UcByUJ1G4T4FOK6LXAg0CF4W3E8jo,1575
@@ -158,7 +158,7 @@ torch_geometric/datasets/tosca.py,sha256=nUSF8NQT1GlkwWQLshjWmr8xORsvRHzzIqhUyDC
158
158
  torch_geometric/datasets/tu_dataset.py,sha256=14OSaXBgVwT1dX2h1wZ3xVIwoo0GQBEfR3yWh6Q0VF0,7847
159
159
  torch_geometric/datasets/twitch.py,sha256=qfEerf-Uaojx2ZvegENowdG4E7RoUT_HUO9xtULadvo,3658
160
160
  torch_geometric/datasets/upfd.py,sha256=crqO8uQNz1wC1JOn4prSs8iOGv9LuLK3dZf_KUV9tUE,7010
161
- torch_geometric/datasets/web_qsp_dataset.py,sha256=2MyPFphyLN3DavjzOPuW2s-4v6yWIm9GReDeI6K1-xY,14400
161
+ torch_geometric/datasets/web_qsp_dataset.py,sha256=q143BXTd9x35FT4FB1rEEjPAK9QL-cq0aX9bwlMFJws,14290
162
162
  torch_geometric/datasets/webkb.py,sha256=beC1kWeW7cIjYwWyaINQSk-3lmVR85Lus7cKZniHp8Y,4879
163
163
  torch_geometric/datasets/wikics.py,sha256=1aELKdZKqqQidkwRSNCJUTtACCbrlZChOuYxakD3fRc,3909
164
164
  torch_geometric/datasets/wikidata.py,sha256=9mYShF_HlpTmcdLpiaP_tYJ9eQtUOu5vRPvohN6RXqI,4979
@@ -654,7 +654,7 @@ torch_geometric/utils/undirected.py,sha256=H_nfpI0_WluOG6VfjPyldvcjL4w5USAKWu2x5
654
654
  torch_geometric/visualization/__init__.py,sha256=b-HnVesXjyJ_L1N-DnjiRiRVf7lhwKaBQF_2i5YMVSU,208
655
655
  torch_geometric/visualization/graph.py,sha256=mfZHXYfiU-CWMtfawYc80IxVwVmtK9hbIkSKhM_j7oI,14311
656
656
  torch_geometric/visualization/influence.py,sha256=CWMvuNA_Nf1sfbJmQgn58yS4OFpeKXeZPe7kEuvkUBw,477
657
- pyg_nightly-2.8.0.dev20251125.dist-info/licenses/LICENSE,sha256=ic-27cMJc1kWoMEYncz3Ya3Ur2Bi3bNLWib2DT763-o,1067
658
- pyg_nightly-2.8.0.dev20251125.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
659
- pyg_nightly-2.8.0.dev20251125.dist-info/METADATA,sha256=tIlq6wxK-hy4IpnECpQtFrC1e5NyljPDq9OKp1Dzuiw,63680
660
- pyg_nightly-2.8.0.dev20251125.dist-info/RECORD,,
657
+ pyg_nightly-2.8.0.dev20251214.dist-info/licenses/LICENSE,sha256=ic-27cMJc1kWoMEYncz3Ya3Ur2Bi3bNLWib2DT763-o,1067
658
+ pyg_nightly-2.8.0.dev20251214.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
659
+ pyg_nightly-2.8.0.dev20251214.dist-info/METADATA,sha256=_tBFggzOvPhOmg1cfwnxs_7LbnNojnIeL8iasE7WuYA,63680
660
+ pyg_nightly-2.8.0.dev20251214.dist-info/RECORD,,
@@ -31,7 +31,7 @@ from .lazy_loader import LazyLoader
31
31
  contrib = LazyLoader('contrib', globals(), 'torch_geometric.contrib')
32
32
  graphgym = LazyLoader('graphgym', globals(), 'torch_geometric.graphgym')
33
33
 
34
- __version__ = '2.8.0.dev20251125'
34
+ __version__ = '2.8.0.dev20251214'
35
35
 
36
36
  __all__ = [
37
37
  'Index',
@@ -15,12 +15,10 @@ from torch_geometric.llm.large_graph_indexer import (
15
15
  get_features_for_triplets_groups,
16
16
  )
17
17
  from torch_geometric.llm.models import SentenceTransformer
18
- from torch_geometric.llm.utils.backend_utils import retrieval_via_pcst
19
-
20
-
21
- def preprocess_triplet(triplet: TripletLike) -> TripletLike:
22
- h, r, t = triplet
23
- return str(h).lower(), str(r).lower(), str(t).lower()
18
+ from torch_geometric.llm.utils.backend_utils import (
19
+ preprocess_triplet,
20
+ retrieval_via_pcst,
21
+ )
24
22
 
25
23
 
26
24
  class KGQABaseDataset(InMemoryDataset):