You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Matthias Fey d2f6ebac2d
Support `EdgeIndex.unbind` (#9298)
1 day ago
..
contrib Moved `GraphMaskExplainer` to `torch_geometric.explain` (#7779) 8 months ago
data Integrate `Index` into common data utils (#9293) 2 days ago
datasets Fix broken master tests (#9122) 1 month ago
distributed Fix broken master tests (#9122) 1 month ago
explain Test `CaptumExplainer` and `GNNExplainer` with unused parameters (#9216) 2 weeks ago
graphgym Add M1 macOS runner (#9071) 1 month ago
io Fix PyG master (#8600) 4 months ago
loader Fix `dtype` conversion for `Index|EdgeIndex` in multi-process `DataLoader` (#9295) 2 days ago
metrics Add `torch_geometric.metrics` to documentation (#8895) 2 months ago
nn Fix broken master (#9273) 3 days ago
profile Fix `test_profiler` (#9246) 4 days ago
sampler Add `SubgraphType` with bidirectional sampling support (2/2) (#7200) 1 year ago
testing Refactor `disableExtensions` decorator (#6997) 1 year ago
transforms Remove warnings and remove old PyTorch test filters (#9272) 3 days ago
utils Move common utils out of `EdgeIndex` (#9275) 3 days ago
visualization Adds an option to pass `node_labels` to `visualize_graph` (#8816) 3 months ago
conftest.py Add `MultithreadMixin` that enables multithreading in `NodeLoader` and `LinkLoader` and extend CPU affinity with default multithreading (#8540) 4 months ago
my_config.yaml Move `ConfigStore` outside GraphGym repository (#7571) 10 months ago
test_config_store.py Fix `map_annotation` when annotation is `{list,dict}` instead of `typing.{List,Dict}` (#9269) 5 days ago
test_debug.py sort imports via isort 2 years ago
test_edge_index.py Support `EdgeIndex.unbind` (#9298) 1 day ago
test_experimental.py Introduce `disable_dynamic_shapes` experimental flag; adding its use into `to_dense_batch function` (#7246) 11 months ago
test_home.py [Code Coverage] `test_home.py` (#6638) 1 year ago
test_index.py Support `EdgeIndex.sparse_narrow` for non-sorted edge indices (#9291) 2 days ago
test_inspector.py Move `Inspector` class (#8756) 3 months ago
test_isinstance.py Add `EdgeIndex` tests for `torch.compile` and `torch.jit.script`; Add `is_torch_instance` (#8461) 5 months ago
test_seed.py sort imports via isort 2 years ago
test_typing.py Improved handling of `NumNeighbors` serialization (#6646) 1 year ago
test_warnings.py Add `is_compiling()` checks instead of disabling extensions during `torch_geometric.compile` (#8698) 4 months ago