Skip to content

Commit 49a91d3

Browse files
committed
update release file
1 parent bfa144d commit 49a91d3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

RELEASES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ tensorflow). We also introduce a simple benchmark on CPU GPU for the sinkhorn
1111
solver that will be provided in the
1212
[backend](https://pythonot.github.io/gen_modules/ot.backend.html) documentation.
1313

14+
This release also brings a few changes in dependencies and compatibility. First
15+
we removed tests for Python 3.6 that will not be updated in the future.
16+
Also note that POT now depends on Numpy (>= 1.20) because a recent change in ABI is making the
17+
wheels non-compatible with older numpy versions. If you really need an older
18+
numpy POT will work with no problems but you will need to build it from source.
1419

1520
As always we want to that the contributors who helped make POT better (and bug free).
1621

@@ -24,6 +29,7 @@ As always we want to that the contributors who helped make POT better (and bug f
2429

2530
#### Closed issues
2631

32+
- Fix bug in older Numpy ABI (<1.20) (Issue #308, PR #326)
2733
- Fix bug in `ot.dist` function when non euclidean distance (Issue #305, PR #306)
2834
- Fix gradient scaling for functions using `nx.set_gradients` (Issue #309, PR
2935
#310)

0 commit comments

Comments
 (0)