You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,7 @@ POT provides the following generic OT solvers:
73
73
* Fused unbalanced Gromov-Wasserstein [70].
74
74
*[Optimal Transport Barycenters for Generic Costs](https://pythonot.github.io/auto_examples/barycenters/plot_free_support_barycenter_generic_cost.html)[77]
75
75
*[Barycenters between Gaussian Mixture Models](https://pythonot.github.io/auto_examples/barycenters/plot_gmm_barycenter.html)[69, 77]
76
+
*[Fast and accurate transport bijections using BSP-OT](https://pythonot.github.io/auto_examples/plot_bsp_ot.html)[84]
76
77
77
78
POT provides the following Machine Learning related solvers:
78
79
@@ -139,7 +140,7 @@ pip install POT
139
140
or get the very latest version by running:
140
141
141
142
```console
142
-
pip install -U https://github.com/PythonOT/POT/archive/master.zip # with --user for user install (no root)
143
+
pip install -U git+https://github.com/PythonOT/POT.git # with --user for user install (no root)
143
144
```
144
145
145
146
Optional dependencies may be installed with
@@ -452,4 +453,6 @@ Artificial Intelligence.
452
453
453
454
[82] Bonet, C., Nadjahi, K., Séjourné, T., Fatras, K., & Courty, N. (2024). [Slicing Unbalanced Optimal Transport](https://openreview.net/forum?id=AjJTg5M0r8). Transactions on Machine Learning Research.
454
455
455
-
[83] Germain, T., Flamary, R., Kostic, V. R., & Lounici, K. (2025). [A Spectral-Grassmann Wasserstein Metric for Operator Representations of Dynamical Systems](https://arxiv.org/abs/2509.24920).
456
+
[83] Germain, T., Flamary, R., Kostic, V. R., & Lounici, K. (2025). [A Spectral-Grassmann Wasserstein Metric for Operator Representations of Dynamical Systems](https://arxiv.org/abs/2509.24920).
457
+
458
+
[84] Genest, B., Bonneel, N., Nivoliers, V., & Coeurjolly, D. (2025). [BSP-OT: Sparse transport plans between discrete measures in loglinear time.](https://dl.acm.org/doi/10.1145/3763281) ACM Transactions on Graphics (TOG), 44(6), 1-15.
0 commit comments