Skip to content

Commit 4e0477a

Browse files
committed
Added to contributors and citation and got rid of email in example
1 parent 1287e18 commit 4e0477a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CITATION.cff

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ authors:
7272
family-names: Fernandes Montesuma
7373
affiliation: Université Paris-Saclay & CEA-List
7474
orcid: 'https://orcid.org/0000-0003-3850-4602'
75+
- given-names: Nathan
76+
family-names: Neike
77+
affiliation: Hi! PARIS
7578
identifiers:
7679
- type: url
7780
value: 'https://github.com/PythonOT/POT'

CONTRIBUTORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ The contributors to this library are:
5858
* [Laurène David](https://github.com/laudavid) (Low rank sinkhorn, Low rank Gromov-Wasserstein samples)
5959
* [Julie Delon](https://judelo.github.io/) (GMM OT)
6060
* [Samuel Boïté](https://samuelbx.github.io/) (GMM OT)
61+
* [Nathan Neike](https://github.com/nathanneike) (Sparse EMD solver)
6162

6263

6364
## Acknowledgments

examples/plot_sparse_emd.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
concentric circles dataset.
1515
"""
1616

17-
# Author: Nathan Neike <nathan.neike@example.com>
18-
# License: MIT License
1917
# sphinx_gallery_thumbnail_number = 2
2018

2119
import numpy as np

0 commit comments

Comments
 (0)