Skip to content

Commit 5a7d086

Browse files
authored
Revert "[WIP] Sliced OT Plans (#757)" (#766)
This reverts commit 07d6bfa.
1 parent 07d6bfa commit 5a7d086

File tree

6 files changed

+3
-583
lines changed

6 files changed

+3
-583
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ POT provides the following generic OT solvers:
7272
* Fused unbalanced Gromov-Wasserstein [70].
7373
* [Optimal Transport Barycenters for Generic Costs](https://pythonot.github.io/auto_examples/barycenters/plot_free_support_barycenter_generic_cost.html) [77]
7474
* [Barycenters between Gaussian Mixture Models](https://pythonot.github.io/auto_examples/barycenters/plot_gmm_barycenter.html) [69, 77]
75-
* [Sliced Optimal Transport Plans](https://pythonot.github.io/auto_examples/sliced-wasserstein/plot_sliced_plans.html) [82, 83, 84]
7675

7776
POT provides the following Machine Learning related solvers:
7877

@@ -450,8 +449,5 @@ Artificial Intelligence.
450449

451450
[81] Xu, H., Luo, D., & Carin, L. (2019). [Scalable Gromov-Wasserstein learning for graph partitioning and matching](https://proceedings.neurips.cc/paper/2019/hash/6e62a992c676f611616097dbea8ea030-Abstract.html). Neural Information Processing Systems (NeurIPS).
452451

453-
[82] Mahey, G., Chapel, L., Gasso, G., Bonet, C., & Courty, N. (2023). [Fast Optimal Transport through Sliced Generalized Wasserstein Geodesics](https://proceedings.neurips.cc/paper_files/paper/2023/hash/6f1346bac8b02f76a631400e2799b24b-Abstract-Conference.html). Advances in Neural Information Processing Systems, 36, 35350–35385.
454452

455-
[83] Tanguy, E., Chapel, L., Delon, J. (2025). [Sliced Optimal Transport Plans](https://arxiv.org/abs/2508.01243) arXiv preprint 2506.03661.
456-
457-
[84] Liu, X., Diaz Martin, R., Bai Y., Shahbazi A., Thorpe M., Aldroubi A., Kolouri, S. (2024). [Expected Sliced Transport Plans](https://openreview.net/forum?id=P7O1Vt1BdU). International Conference on Learning Representations.
453+
```

RELEASES.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
# Releases
22

3-
## 0.9.7dev
4-
5-
#### New features
6-
7-
- Added Sliced OT plans (PR #757)
8-
93
## 0.9.6.post1
104

115
*September 2025*

examples/sliced-wasserstein/plot_sliced_plans.py

Lines changed: 0 additions & 168 deletions
This file was deleted.

ot/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@
5858
sliced_wasserstein_sphere,
5959
sliced_wasserstein_sphere_unif,
6060
linear_sliced_wasserstein_sphere,
61-
min_pivot_sliced,
62-
expected_sliced,
6361
)
6462
from .gromov import (
6563
gromov_wasserstein,
@@ -111,8 +109,6 @@
111109
"sliced_wasserstein_distance",
112110
"sliced_wasserstein_sphere",
113111
"linear_sliced_wasserstein_sphere",
114-
"min_pivot_sliced",
115-
"expected_sliced",
116112
"gromov_wasserstein",
117113
"gromov_wasserstein2",
118114
"gromov_barycenters",

0 commit comments

Comments
 (0)