File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,11 @@ tensorflow). We also introduce a simple benchmark on CPU GPU for the sinkhorn
11
11
solver that will be provided in the
12
12
[ backend] ( https://pythonot.github.io/gen_modules/ot.backend.html ) documentation.
13
13
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.
14
19
15
20
As always we want to that the contributors who helped make POT better (and bug free).
16
21
@@ -24,6 +29,7 @@ As always we want to that the contributors who helped make POT better (and bug f
24
29
25
30
#### Closed issues
26
31
32
+ - Fix bug in older Numpy ABI (<1.20) (Issue #308 , PR #326 )
27
33
- Fix bug in ` ot.dist ` function when non euclidean distance (Issue #305 , PR #306 )
28
34
- Fix gradient scaling for functions using ` nx.set_gradients ` (Issue #309 , PR
29
35
#310 )
You can’t perform that action at this time.
0 commit comments