Skip to content
1 change: 1 addition & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- Updated documentation Quickstart guide and User guide with new API (PR #726)
- Fix jax version for auto-grad (PR #732)
- Added to each example in the examples gallery the information about the release version in which it was introduced (PR #743)
- Removed release information from quickstart guide (PR #744)

#### Closed issues
- Fixed `ot.mapping` solvers which depended on deprecated `cvxpy` `ECOS` solver (PR #692, Issue #668)
Expand Down
3 changes: 0 additions & 3 deletions examples/plot_quickstart_guide.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
Quickstart Guide
=============================================

.. note::
Example added in release: 0.9.6

Quickstart guide to the POT toolbox.

For better readability, only the use of POT is provided and the plotting code
Expand Down
Loading