From e2e44707dd9fe65c67f992d69bcbf45d3d09d567 Mon Sep 17 00:00:00 2001 From: huguesva Date: Mon, 7 Sep 2026 17:49:40 +0000 Subject: [PATCH] Add TorchDR to ecosystem registry --- packages/TorchDR/meta.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 packages/TorchDR/meta.yaml diff --git a/packages/TorchDR/meta.yaml b/packages/TorchDR/meta.yaml new file mode 100644 index 00000000..a96da5ba --- /dev/null +++ b/packages/TorchDR/meta.yaml @@ -0,0 +1,23 @@ +name: TorchDR +description: | + TorchDR is a high-performance dimensionality reduction library built on PyTorch. It + provides GPU and multi-GPU implementations of methods including UMAP, t-SNE, PACMAP, + PHATE, and PCA through a scikit-learn-compatible API. +project_home: https://github.com/TorchDR/TorchDR +documentation_home: https://torchdr.github.io/dev/ +tutorials_home: https://torchdr.github.io/dev/auto_examples/index.html +install: + pypi: torchdr +primary_category: Infrastructure +tags: + - scRNA-seq + - dimensionality reduction + - visualization + - optimal transport + - GPU acceleration +license: BSD-3-Clause +language: Python +contact: + - huguesva +test_command: pip install ".[test]" && pytest +category: ecosystem