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 b3989bb2de
Move common utils out of `EdgeIndex` (#9275)
2 weeks ago
..
test_assortativity.py Test against nightly PyTorch releases (#7036) 1 year ago
test_augmentation.py Only add true negatives in `add_random_edge` augmentation (#7654) 10 months ago
test_coalesce.py Let `coalesce()` and `sort_edge_index()` accept `edge_index` as a tuple of tensors (#7814) 9 months ago
test_convert.py Fix `to_networkx` when `to_undirected=True` (#8204) 7 months ago
test_cross_entropy.py Added support for weighted `sparse_cross_entropy` (#8340) 6 months ago
test_degree.py sort imports via isort 2 years ago
test_dropout.py Replace `torch.Tensor`calls (3/4) (#7697) 10 months ago
test_embedding.py Fix issues in documentation (#6752) 1 year ago
test_functions.py Added internal `cumsum` implementation (#7994) 8 months ago
test_geodesic.py Rename `dest` to `dst` in `geodesic_distance` (#7708) 10 months ago
test_grid.py [Type Hints] `utils.grid` (#5724) 1 year ago
test_hetero.py `FastHGT`: Minor additions (#7030) 1 year ago
test_homophily.py Test against nightly PyTorch releases (#7036) 1 year ago
test_index_sort.py Replace `withCUDA` decorator: `withDevice` (#9082) 1 month ago
test_isolated.py [Type Hints] `utils.remove_isolated_nodes` (#5659) 1 year ago
test_laplacian.py Fix PyG master (#8600) 5 months ago
test_lexsort.py Add `torch_geometric.utils.lexsort` (#7775) 10 months ago
test_loop.py Support `EdgeIndex` and `torch.compile()` in PyTorch 2.3 (#9215) 3 weeks ago
test_map.py Replace `withCUDA` decorator: `withDevice` (#9082) 1 month ago
test_mask.py `data.edge_subgraph` and utility functions (#6193) 1 year ago
test_mesh_laplacian.py Fix PyG master (#8600) 5 months ago
test_negative_sampling.py `mypy` support in `torch_geometric.utils` [2/n] (#8555) 5 months ago
test_nested.py Remove warnings and remove old PyTorch test filters (#9272) 2 weeks ago
test_noise_scheduler.py Add noise scheduler utility for diffusion based graph generative models (#8347) 5 months ago
test_normalized_cut.py Replace `torch.Tensor`calls (3/4) (#7697) 10 months ago
test_num_nodes.py Added PyTorch Sparse Tensor support for `remove_self_loops`, `add_self_loops`, and `maybe_num_nodes` (#6847) 1 year ago
test_one_hot.py Memory-efficient `one_hot` implementation (#7005) 1 year ago
test_ppr.py Out-source PPR calculation to `torch_geometric.utils` (#7917) 8 months ago
test_random.py `isort`: `multi_line_output=3` (vertical hanging indent) (#4295) 2 years ago
test_repeat.py moved repeat to utils 5 years ago
test_scatter.py Remove warnings and remove old PyTorch test filters (#9272) 2 weeks ago
test_segment.py Move common utils out of `EdgeIndex` (#9275) 2 weeks ago
test_select.py Add `utils.select` and `utils.narrow` (#6810) 1 year ago
test_smiles.py Add `to_smiles` function (#6038) 1 year ago
test_softmax.py Only use `segment` in case `torch.use_deterministic_algorithms` is set (#9009) 2 months ago
test_sort_edge_index.py Account for integer overflows in `sort_edge_index` (#8812) 3 months ago
test_sparse.py Remove warnings and remove old PyTorch test filters (#9272) 2 weeks ago
test_spmm.py Remove warnings and remove old PyTorch test filters (#9272) 2 weeks ago
test_subgraph.py Replace `withCUDA` decorator: `withDevice` (#9082) 1 month ago
test_to_dense_adj.py Replace `torch.Tensor`calls (3/4) (#7697) 10 months ago
test_to_dense_batch.py Replace `torch.Tensor`calls (4/4) (#7707) 10 months ago
test_train_test_split_edges.py Clean up warnings (#4429) 2 years ago
test_tree_decomposition.py `mypy` support in `torch_geometric.utils` [5/n] (#8561) 5 months ago
test_trim_to_layer.py Remove filtering of node/edge types in `trim_to_layer` (#9021) 2 months ago
test_unbatch.py Add `unbatch_edge_index` (#4903) 1 year ago
test_undirected.py `[ruff]` Further clean up of documentation (#8359) 6 months ago