-
Notifications
You must be signed in to change notification settings - Fork 508
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* release text and number * add examples in release fil build wheels * switch gallery to release * add much needed contributors file * debug circleci * une line of logos * working logo * back to stable sphinx galery
- Loading branch information
Showing
12 changed files
with
122 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
|
||
|
||
## Creators and Maintainers | ||
|
||
This toolbox has been created and is maintained by: | ||
|
||
* [Rémi Flamary](http://remi.flamary.com/) | ||
* [Nicolas Courty](http://people.irisa.fr/Nicolas.Courty/) | ||
|
||
## Contributors | ||
|
||
The contributors to this library are: | ||
|
||
* [Rémi Flamary](http://remi.flamary.com/) (EMD wrapper, Pytorch backend, DA | ||
classes, conditional gradients, WDA, weak OT, linear OT mapping, documentation) | ||
* [Nicolas Courty](http://people.irisa.fr/Nicolas.Courty/) (Original sinkhorn, | ||
Wasserstein barycenters and convolutional barycenters, 1D wasserstein) | ||
* [Alexandre Gramfort](http://alexandre.gramfort.net/) (CI, documentation) | ||
* [Laetitia Chapel](http://people.irisa.fr/Laetitia.Chapel/) (Partial OT, | ||
Unbalanced OT non-regularized) | ||
* [Michael Perrot](http://perso.univ-st-etienne.fr/pem82055/) (Mapping estimation) | ||
* [Léo Gautheron](https://github.com/aje) (Initial GPU implementation) | ||
* [Nathalie Gayraud](https://www.linkedin.com/in/nathalie-t-h-gayraud/?ppe=1) (DA classes) | ||
* [Stanislas Chambon](https://slasnista.github.io/) (DA classes) | ||
* [Antoine Rolet](https://arolet.github.io/) (EMD solver debug) | ||
* Erwan Vautier (Gromov-Wasserstein) | ||
* [Kilian Fatras](https://kilianfatras.github.io/) (Stochastic solvers, | ||
empirical sinkhorn) | ||
* [Alain Rakotomamonjy](https://sites.google.com/site/alainrakotomamonjy/home) (Greenkhorn) | ||
* [Vayer Titouan](https://tvayer.github.io/) (Gromov-Wasserstein, Fused-Gromov-Wasserstein) | ||
* [Hicham Janati](https://hichamjanati.github.io/) (Unbalanced OT, Debiased barycenters) | ||
* [Romain Tavenard](https://rtavenar.github.io/) (1D Wasserstein) | ||
* [Mokhtar Z. Alaya](http://mzalaya.github.io/) (Screenkhorn) | ||
* [Ievgen Redko](https://ievred.github.io/) (Laplacian DA, JCPOT) | ||
* [Adrien Corenflos](https://adriencorenflos.github.io/) (Sliced Wasserstein Distance) | ||
* [Tanguy Kerdoncuff](https://hv0nnus.github.io/) (Sampled Gromov Wasserstein) | ||
* [Minhui Huang](https://mhhuang95.github.io) (Projection Robust Wasserstein Distance) | ||
* [Nathan Cassereau](https://github.com/ncassereau-idris) (Backends) | ||
* [Cédric Vincent-Cuaz](https://github.com/cedricvincentcuaz) (Graph Dictionary Learning) | ||
|
||
## Acknowledgments | ||
|
||
This toolbox benefit a lot from open source research and we would like to thank the following persons for providing some code (in various languages): | ||
|
||
* [Gabriel Peyré](http://gpeyre.github.io/) (Wasserstein Barycenters in Matlab) | ||
* [Mathieu Blondel](https://mblondel.org/) (original implementation smooth OT) | ||
* [Nicolas Bonneel](http://liris.cnrs.fr/~nbonneel/) (C++ code for EMD) | ||
* [Marco Cuturi](http://marcocuturi.net/) (Sinkhorn Knopp in Matlab/Cuda) | ||
|
||
POT has benefited from the financing or manpower from the following partners: | ||
|
||
<img src="https://pythonot.github.io/master/_static/images/logo_anr.jpg" alt="ANR" style="height:60px;"/><img src="https://pythonot.github.io/master/_static/images/logo_cnrs.jpg" alt="CNRS" style="height:60px;"/><img src="https://pythonot.github.io/master/_static/images/logo_3ia.jpg" alt="3IA" style="height:60px;"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Contributors | ||
============ | ||
|
||
.. include:: ../../CONTRIBUTORS.md | ||
:parser: myst_parser.sphinx_ | ||
:start-line: 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,7 @@ Contents | |
auto_examples/index | ||
releases | ||
.github/CONTRIBUTING | ||
contributors | ||
.github/CODE_OF_CONDUCT | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ Releases | |
|
||
.. include:: ../../RELEASES.md | ||
:parser: myst_parser.sphinx_ | ||
:start-line: 3 | ||
:start-line: 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters