Skip to content

[MRG] Removed doc release from quickstart guide #744

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jul 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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