Skip to content

Commit 55b76a7

Browse files
committed
release indication on examples
1 parent b5f49d5 commit 55b76a7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+110
-13
lines changed

examples/backends/plot_dual_ot_pytorch.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
Dual OT solvers for entropic and quadratic regularized OT with Pytorch
55
======================================================================
66
7+
.. note::
8+
Example added in release: 0.8.2.
79
810
"""
911

examples/backends/plot_optim_gromov_pytorch.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
Optimizing the Gromov-Wasserstein distance with PyTorch
44
=======================================================
55
6+
.. note::
7+
Example added in release: 0.8.0.
8+
69
In this example, we use the pytorch backend to optimize the Gromov-Wasserstein
710
(GW) loss between two graphs expressed as empirical distribution.
811

examples/backends/plot_sliced_wass_grad_flow_pytorch.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
Sliced Wasserstein barycenter and gradient flow with PyTorch
44
============================================================
55
6+
.. note::
7+
Example added in release: 0.8.0.
8+
69
In this example we use the pytorch backend to optimize the sliced Wasserstein
710
loss between two empirical distributions [31].
811

examples/backends/plot_stoch_continuous_ot_pytorch.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
Continuous OT plan estimation with Pytorch
55
======================================================================
66
7+
.. note::
8+
Notebook added in release: 0.8.2.
79
810
"""
911

examples/backends/plot_unmix_optim_torch.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Wasserstein unmixing with PyTorch
55
=================================
66
7+
.. note::
8+
Example added in release: 0.8.0.
9+
710
In this example we estimate mixing parameters from distributions that minimize
811
the Wasserstein distance. In other words we suppose that a target
912
distribution :math:`\mu^t` can be expressed as a weighted sum of source

examples/backends/plot_wass2_gan_torch.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Wasserstein 2 Minibatch GAN with PyTorch
55
========================================
66
7+
.. note::
8+
Example added in release: 0.8.0.
9+
710
In this example we train a Wasserstein GAN using Wasserstein 2 on minibatches
811
as a distribution fitting term.
912

examples/barycenters/plot_debiased_barycenter.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Debiased Sinkhorn barycenter demo
55
=================================
66
7+
.. note::
8+
Example added in release: 0.8.0.
9+
710
This example illustrates the computation of the debiased Sinkhorn barycenter
811
as proposed in [37]_.
912

examples/barycenters/plot_free_support_sinkhorn_barycenter.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
2D free support Sinkhorn barycenters of distributions
55
========================================================
66
7+
.. note::
8+
Example added in release: 0.9.1.
9+
710
Illustration of Sinkhorn barycenter calculation between empirical distributions understood as point clouds
811
912
"""

examples/barycenters/plot_gaussian_barycenter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
========================================================
66
77
.. note::
8-
Notebook added in release: 0.9.2.
8+
Example added in release: 0.9.2.
99
1010
Illustration of Gaussian Bures-Wasserstein barycenters.
1111

examples/barycenters/plot_generalized_free_support_barycenter.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Generalized Wasserstein Barycenter Demo
55
=======================================
66
7+
.. note::
8+
Example added in release: 0.9.1.
9+
710
This example illustrates the computation of Generalized Wasserstein Barycenter
811
as proposed in [42].
912

0 commit comments

Comments
 (0)