From 46523dc0956fd17e709f958ebd351e748fca0a23 Mon Sep 17 00:00:00 2001 From: Rémi Flamary Date: Fri, 24 Apr 2020 12:03:16 +0200 Subject: add realeases --- RELEASES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'RELEASES.md') diff --git a/RELEASES.md b/RELEASES.md index 66eee19..70a7a01 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,4 +1,4 @@ -# POT Releases +# Releases ## 0.6 Year 3 -- cgit v1.2.3 From 2b434924dce3fa2985babcf68191ccd85206b379 Mon Sep 17 00:00:00 2001 From: Rémi Flamary Date: Fri, 24 Apr 2020 15:21:07 +0200 Subject: test options sphinx gallery --- RELEASES.md | 22 +++++++++++----------- docs/source/conf.py | 8 ++++---- 2 files changed, 15 insertions(+), 15 deletions(-) (limited to 'RELEASES.md') diff --git a/RELEASES.md b/RELEASES.md index 70a7a01..5fcf485 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,7 +1,9 @@ # Releases -## 0.6 Year 3 + + +## 0.6 *July 2019* This is the first official stable release of POT and this means a jump to 0.6! @@ -69,7 +71,7 @@ bring new features and solvers to the library. - Issue #72 Macosx build problem -## 0.5.0 Year 2 +## 0.5.0 *Sep 2018* POT is 2 years old! This release brings numerous new features to the @@ -127,7 +129,7 @@ Deprecated OTDA Classes were removed from ot.da and ot.gpu for version 0.5 * Issue #55 : UnicodeDecodeError: 'ascii' while installing with pip -## 0.4 Community edition +## 0.4 *15 Sep 2017* This release contains a lot of contribution from new contributors. @@ -152,7 +154,7 @@ This release contains a lot of contribution from new contributors. * Correct bug in emd on windows -## 0.3 Summer release +## 0.3 *7 Jul 2017* * emd* and sinkhorn* are now performed in parallel for multiple target distributions @@ -173,7 +175,7 @@ This release contains a lot of contribution from new contributors. -## V0.1.11 New years resolution +## 0.1.11 *5 Jan 2017* * Add sphinx gallery for better documentation @@ -181,24 +183,22 @@ This release contains a lot of contribution from new contributors. * Add simple tic() toc() functions for timing -## V0.1.10 +## 0.1.10 *7 Nov 2016* * numerical stabilization for sinkhorn (log domain and epsilon scaling) -## V0.1.9 DA classes and mapping +## 0.1.9 *4 Nov 2016* * Update classes and examples for domain adaptation * Joint OT matrix and mapping estimation -## V0.1.7 +## 0.1.7 *31 Oct 2016* * Original Domain adaptation classes - - -## PyPI version 0.1.3 +## 0.1.3 * pipy works diff --git a/docs/source/conf.py b/docs/source/conf.py index 101ccd9..94938cb 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -311,8 +311,8 @@ man_pages = [ # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ - (master_doc, 'POT', u'POT Python Optimal Transport library Documentation', - author, 'POT', 'Python Optimal Transport library', + (master_doc, 'POT', u'POT Python Optimal Transport', + author, 'POT', 'Python Optimal Transport', 'Miscellaneous'), ] @@ -339,7 +339,7 @@ sphinx_gallery_conf = { 'examples_dirs': ['../../examples', '../../examples/da'], 'gallery_dirs': 'auto_examples', 'backreferences_dir': '../modules/generated/', + 'doc_module' : ('ot'), 'reference_url': { - 'numpy': 'http://docs.scipy.org/doc/numpy-1.9.1', - 'scipy': 'http://docs.scipy.org/doc/scipy-0.17.0/reference'} + 'ot': None} } -- cgit v1.2.3