File tree Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2016 Rémi Flamary
3
+ Copyright (c) 2016-2023 POT contributors
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -185,11 +185,16 @@ The examples folder contain several examples and use case for the library. The f
185
185
186
186
## Acknowledgements
187
187
188
- This toolbox has been created and is maintained by
188
+ This toolbox has been created by
189
189
190
- * [ Rémi Flamary] ( http ://remi.flamary.com/)
190
+ * [ Rémi Flamary] ( https ://remi.flamary.com/)
191
191
* [ Nicolas Courty] ( http://people.irisa.fr/Nicolas.Courty/ )
192
192
193
+ It is currently maintained by
194
+
195
+ * [ Rémi Flamary] ( https://remi.flamary.com/ )
196
+ * [ Cédric Vincent-Cuaz] ( https://cedricvincentcuaz.github.io/ )
197
+
193
198
The numerous contributors to this library are listed [ here] ( CONTRIBUTORS.md ) .
194
199
195
200
POT has benefited from the financing or manpower from the following partners:
Original file line number Diff line number Diff line change @@ -99,8 +99,8 @@ def __getattr__(cls, name):
99
99
100
100
# General information about the project.
101
101
project = u'POT Python Optimal Transport'
102
- copyright = u'2016-2021, Rémi Flamary, Nicolas Courty '
103
- author = u'Rémi Flamary, Nicolas Courty '
102
+ copyright = u'2016-2023, POT Contributors '
103
+ author = u'Rémi Flamary, POT Contributors '
104
104
105
105
# The version info for the project you're documenting, acts as replacement for
106
106
# |version| and |release|, also used in various other places throughout the
Original file line number Diff line number Diff line change 51
51
description = 'Python Optimal Transport Library' ,
52
52
long_description = README ,
53
53
long_description_content_type = 'text/markdown' ,
54
- author = u'Remi Flamary, Nicolas Courty' ,
54
+ author = u'Remi Flamary, Nicolas Courty, POT Contributors ' ,
55
55
author_email = 'remi.flamary@gmail.com, ncourty@gmail.com' ,
56
56
url = 'https://github.com/PythonOT/POT' ,
57
57
packages = find_packages (exclude = ["benchmarks" ]),
You can’t perform that action at this time.
0 commit comments