From cec41d3817067a2eb3031092735347efe4184237 Mon Sep 17 00:00:00 2001 From: Rémi Flamary Date: Fri, 5 Nov 2021 17:13:14 +0100 Subject: [MRG] Release 0.8 (#289) * working on release * test circleci * try again * cleanup circle ci run * add all PR and releant Issues * update doc * thanks idris * update version + add pyproject.toml * test pyproject.toml * revert tests * build wheels * use windows-latest for tests * add tests python 3.10 * build all whels * all versions * build all wheels * build all wheels * cleanup pep8 and minimal acions * forst shot text release * bettr text * stuff * release text updated * update manifest to allow build from source * update doc again * update release --- docs/source/readme.rst | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) (limited to 'docs/source/readme.rst') diff --git a/docs/source/readme.rst b/docs/source/readme.rst index ee32e2b..a8f1bc0 100644 --- a/docs/source/readme.rst +++ b/docs/source/readme.rst @@ -34,6 +34,9 @@ POT provides the following generic OT solvers (links to examples): [21] and unmixing [4]. - Sinkhorn divergence [23] and entropic regularization OT from empirical data. +- Debiased Sinkhorn barycenters `Sinkhorn divergence + barycenter `__ + [37] - `Smooth optimal transport solvers `__ (dual and semi-dual) for KL and squared L2 regularizations [17]. @@ -44,7 +47,8 @@ POT provides the following generic OT solvers (links to examples): distances `__ and `GW barycenters `__ - (exact [13] and regularized [12]) + (exact [13] and regularized [12]), differentiable using gradients + from - `Fused-Gromov-Wasserstein distances solver `__ and `FGW @@ -70,7 +74,8 @@ POT provides the following generic OT solvers (links to examples): (exact [29] and entropic [3] formulations). - `Sliced Wasserstein `__ - [31, 32]. + [31, 32] and Max-sliced Wasserstein [35] that can be used for + gradient flows [36]. - `Several backends `__ for easy use of POT with @@ -278,7 +283,8 @@ The contributors to this library are Rakotomamonjy `__ - `Vayer Titouan `__ (Gromov-Wasserstein -, Fused-Gromov-Wasserstein) -- `Hicham Janati `__ (Unbalanced OT) +- `Hicham Janati `__ (Unbalanced OT, + Debiased barycenters) - `Romain Tavenard `__ (1d Wasserstein) - `Mokhtar Z. Alaya `__ (Screenkhorn) - `Ievgen Redko `__ (Laplacian DA, JCPOT) @@ -501,6 +507,22 @@ gans `__. +In International Conference on Machine Learning (pp. 4104-4113). PMLR. + +[37] Janati, H., Cuturi, M., Gramfort, A. `Debiased sinkhorn +barycenters `__ +Proceedings of the 37th International Conference on Machine Learning, +PMLR 119:4692-4701, 2020 + +[38] C. Vincent-Cuaz, T. Vayer, R. Flamary, M. Corneli, N. Courty, +`Online Graph Dictionary +Learning `__, International +Conference on Machine Learning (ICML), 2021. + .. |PyPI version| image:: https://badge.fury.io/py/POT.svg :target: https://badge.fury.io/py/POT .. |Anaconda Cloud| image:: https://anaconda.org/conda-forge/pot/badges/version.svg -- cgit v1.2.3