pyg-nightly 2.7.0.dev20250802__py3-none-any.whl → 2.7.0.dev20250804__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.7.0.dev20250802
3
+ Version: 2.7.0.dev20250804
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>
@@ -97,7 +97,7 @@ ______________________________________________________________________
97
97
  [![Contributing][contributing-image]][contributing-url]
98
98
  [![Slack][slack-image]][slack-url]
99
99
 
100
- **[Documentation](https://pytorch-geometric.readthedocs.io)** | **[Paper](https://arxiv.org/abs/1903.02428)** | **[Colab Notebooks and Video Tutorials](https://pytorch-geometric.readthedocs.io/en/latest/get_started/colabs.html)** | **[External Resources](https://pytorch-geometric.readthedocs.io/en/latest/external/resources.html)** | **[OGB Examples](https://github.com/snap-stanford/ogb/tree/master/examples)**
100
+ **[Documentation](https://pytorch-geometric.readthedocs.io)** | **[PyG 1.0 Paper](https://arxiv.org/abs/1903.02428)** | **[PyG 2.0 Paper](https://arxiv.org/abs/2507.16991)** | **[Colab Notebooks](https://pytorch-geometric.readthedocs.io/en/latest/get_started/colabs.html)** | **[External Resources](https://pytorch-geometric.readthedocs.io/en/latest/external/resources.html)** | **[OGB Examples](https://github.com/snap-stanford/ogb/tree/master/examples)**
101
101
 
102
102
  **PyG** *(PyTorch Geometric)* is a library built upon [PyTorch](https://pytorch.org/) to easily write and train Graph Neural Networks (GNNs) for a wide range of applications related to structured data.
103
103
 
@@ -506,7 +506,7 @@ If you have any questions about it, please open an issue [here](https://github.c
506
506
 
507
507
  ## Cite
508
508
 
509
- Please cite [our paper](https://arxiv.org/abs/1903.02428) (and the respective papers of the methods used) if you use this code in your own work:
509
+ Please cite our [PyG 1.0](https://arxiv.org/abs/1903.02428) and [PyG 2.0](https://www.arxiv.org/abs/2507.16991) papers if you use this code in your own work:
510
510
 
511
511
  ```
512
512
  @inproceedings{Fey/Lenssen/2019,
@@ -515,6 +515,13 @@ Please cite [our paper](https://arxiv.org/abs/1903.02428) (and the respective pa
515
515
  booktitle={ICLR Workshop on Representation Learning on Graphs and Manifolds},
516
516
  year={2019},
517
517
  }
518
+
519
+ @inproceedings{Fey/etal/2025,
520
+ title={{PyG} 2.0: Scalable Learning on Real World Graphs},
521
+ author={Fey, Matthias and Sunil, Jinu and Nitta, Akihiro and Puri, Rishi and Shah, Manan, and Stojanovi{\v{c}, Bla{\v{z} and Bendias, Ramona and Alexandria, Barghi and Kocijan, Vid and Zhang, Zecheng and He, Xinwei and Lenssen, Jan E. and Leskovec, Jure},
522
+ booktitle={Temporal Graph Learning Workshop @ KDD},
523
+ year={2025},
524
+ }
518
525
  ```
519
526
 
520
527
  Feel free to [email us](mailto:matthias.fey@tu-dortmund.de) if you wish your work to be listed in the [external resources](https://pytorch-geometric.readthedocs.io/en/latest/external/resources.html).
@@ -1,4 +1,4 @@
1
- torch_geometric/__init__.py,sha256=8kws642Wd8B2uBTHXH3YNR2m1MDTdjZ39ddqVJYcJsQ,2250
1
+ torch_geometric/__init__.py,sha256=2Kwqg0R6JVLum3ZGoay3DoRzb490O-Q5Q4uNMHoJP8I,2250
2
2
  torch_geometric/_compile.py,sha256=9yqMTBKatZPr40WavJz9FjNi7pQj8YZAZOyZmmRGXgc,1351
3
3
  torch_geometric/_onnx.py,sha256=V9ffrIKSqhDw6xUZ12lkuSfNs48cQp2EeJ6Z19GfnVw,349
4
4
  torch_geometric/backend.py,sha256=lVaf7aLoVaB3M-UcByUJ1G4T4FOK6LXAg0CF4W3E8jo,1575
@@ -645,7 +645,7 @@ torch_geometric/utils/undirected.py,sha256=H_nfpI0_WluOG6VfjPyldvcjL4w5USAKWu2x5
645
645
  torch_geometric/visualization/__init__.py,sha256=b-HnVesXjyJ_L1N-DnjiRiRVf7lhwKaBQF_2i5YMVSU,208
646
646
  torch_geometric/visualization/graph.py,sha256=mfZHXYfiU-CWMtfawYc80IxVwVmtK9hbIkSKhM_j7oI,14311
647
647
  torch_geometric/visualization/influence.py,sha256=CWMvuNA_Nf1sfbJmQgn58yS4OFpeKXeZPe7kEuvkUBw,477
648
- pyg_nightly-2.7.0.dev20250802.dist-info/licenses/LICENSE,sha256=ic-27cMJc1kWoMEYncz3Ya3Ur2Bi3bNLWib2DT763-o,1067
649
- pyg_nightly-2.7.0.dev20250802.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
650
- pyg_nightly-2.7.0.dev20250802.dist-info/METADATA,sha256=VTh3QLrPH9pND0Y8BlYLUdVL3YCRF8nAgb8T8QBwSW0,63005
651
- pyg_nightly-2.7.0.dev20250802.dist-info/RECORD,,
648
+ pyg_nightly-2.7.0.dev20250804.dist-info/licenses/LICENSE,sha256=ic-27cMJc1kWoMEYncz3Ya3Ur2Bi3bNLWib2DT763-o,1067
649
+ pyg_nightly-2.7.0.dev20250804.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
650
+ pyg_nightly-2.7.0.dev20250804.dist-info/METADATA,sha256=tiDz9kI7m8FWQ0EBKzSUvDXfi0LApo_zENmf8VCjWaI,63484
651
+ pyg_nightly-2.7.0.dev20250804.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.7.0.dev20250802'
34
+ __version__ = '2.7.0.dev20250804'
35
35
 
36
36
  __all__ = [
37
37
  'Index',