From 4f5846313ea1cc3f11de853bf0a6ecc43cf1a835 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Flamary?= Date: Tue, 10 Dec 2024 16:28:57 +0100 Subject: [PATCH] better labels --- .github/labeler.yml | 70 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 69 insertions(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 2ef6e8293..5405156e5 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -26,4 +26,72 @@ ot.gromov: ot.unbalanced: - changed-files: - - any-glob-to-any-file: ot/unbalanced/** \ No newline at end of file + - any-glob-to-any-file: ot/unbalanced/** + +ot.lp: +- changed-files: + - any-glob-to-any-file: ot/lp/** + +ot.utils: +- changed-files: + - any-glob-to-any-file: ot/utils.py + +ot.backend: +- changed-files: + - any-glob-to-any-file: ot/backend.py + +ot.coot: +- changed-files: + - any-glob-to-any-file: ot/coot.py + +ot.optim: +- changed-files: + - any-glob-to-any-file: ot/optim.py + +ot.plot: +- changed-files: + - any-glob-to-any-file: ot/plot.py + +ot.factored: +- changed-files: + - any-glob-to-any-file: ot/factored.py + +ot.gaussian: +- changed-files: + - any-glob-to-any-file: ot/gaussian.py + +ot.gmm: +- changed-files: + - any-glob-to-any-file: ot/gmm.py + +ot.lowrank: +- changed-files: + - any-glob-to-any-file: ot/lowrank.py + +ot.solvers: +- changed-files: + - any-glob-to-any-file: ot/solvers.py + +ot.partial: +- changed-files: + - any-glob-to-any-file: ot/partial.py + +ot.sliced: +- changed-files: + - any-glob-to-any-file: ot/sliced.py + +ot.smooth: +- changed-files: + - any-glob-to-any-file: ot/smooth.py + +ot.weak: +- changed-files: + - any-glob-to-any-file: ot/weak.py + +ot.dr: +- changed-files: + - any-glob-to-any-file: ot/dr.py + +ot.gnn: +- changed-files: + - any-glob-to-any-file: ot/gnn/** \ No newline at end of file