From 97feeb32b6c069d7bb44cd995531c2b820d59771 Mon Sep 17 00:00:00 2001 From: tgnassou <66993815+tgnassou@users.noreply.github.com> Date: Mon, 16 Jan 2023 18:09:44 +0100 Subject: [MRG] OT for Gaussian distributions (#428) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * add gaussian modules * add gaussian modules * add PR to release.md * Apply suggestions from code review Co-authored-by: Alexandre Gramfort * Apply suggestions from code review Co-authored-by: Alexandre Gramfort * Update ot/gaussian.py * Update ot/gaussian.py * add empirical bures wassertsein distance, fix docstring and test * update to fit with new networkx API * add test for jax et tf" * fix test * fix test? * add empirical_bures_wasserstein_mapping * fix docs * fix doc * fix docstring * add tgnassou to contributors * add more coverage for gaussian.py * add deprecated function * fix doc math" " * fix doc math" " * add remi flamary to authors of gaussiansmodule * fix equation Co-authored-by: RĂ©mi Flamary Co-authored-by: Alexandre Gramfort --- docs/source/all.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/source/all.rst') diff --git a/docs/source/all.rst b/docs/source/all.rst index 1ec6be3..60cc85c 100644 --- a/docs/source/all.rst +++ b/docs/source/all.rst @@ -31,6 +31,7 @@ API and modules sliced weak factored + gaussian .. autosummary:: :toctree: ../modules/generated/ -- cgit v1.2.3