summaryrefslogtreecommitdiff
path: root/RELEASES.md
diff options
context:
space:
mode:
authorOleksii Kachaiev <kachayev@gmail.com>2023-05-11 08:23:06 +0200
committerGitHub <noreply@github.com>2023-05-11 08:23:06 +0200
commit5faa4fbdb1a64351a42d31dd6f54f0402c29c405 (patch)
treead851bc53df627418d843d36168657a77852b97a /RELEASES.md
parent8cc8dd2e8e13022b03bcd013becc08e7e18c404a (diff)
[DOC] Fix references to JAX and numpy functions (#475)
* Fix ref to JAX * Fix references to numpy.random.* * Typo in CONTRIBUTING * Removed :any: reference from func parameters * Make markup of params consistent with other docstrings * Mentioned latest open PR in RELEASES * Fix See Also references for ot.factored --------- Co-authored-by: RĂ©mi Flamary <remi.flamary@gmail.com>
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 0870b34..5c50423 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -12,7 +12,7 @@
- Fix circleci-redirector action and codecov (PR #460)
- Fix issues with cuda for ot.binary_search_circle and with gradients for ot.sliced_wasserstein_sphere (PR #457)
-- Major documentation cleanup (PR #462, #467)
+- Major documentation cleanup (PR #462, #467, #475)
- Fix gradients for "Wasserstein2 Minibatch GAN" example (PR #466)
- Faster Bures-Wasserstein distance with NumPy backend (PR #468)
- Fix issue backend for ot.sliced_wasserstein_sphere ot.sliced_wasserstein_sphere_unif (PR #471)