summaryrefslogtreecommitdiff
path: root/RELEASES.md
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2021-12-26 22:27:18 +0100
committerGitHub <noreply@github.com>2021-12-26 22:27:18 +0100
commit176c6b4a72e06233f6e238e4a80c94b853a0d493 (patch)
tree966820344b24a64b5905e543fb733e5bb8aeb4c2 /RELEASES.md
parentde5abace7dbff576e92b14319b845b70db469309 (diff)
[MRG] Release 0.8.1 (#325)
* update delease file and add it to doc ith mystè_parser * typos in release file * update PR template * test debug doc build * test debug doc build * wrog circleci * set proper version number * add numpy 1.20 constraint * remove python 3.6 deprecated in december * add python 3.10 * debug pip on windows * proper yml * remoe 3.10 becauqe of troch * next try * try distutils * back * try something * new stuf * debug yaml * test back to old vriso f numpy * try something * windows is worksing?
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md16
1 files changed, 9 insertions, 7 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 6d4f565..ff65fc1 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -1,16 +1,18 @@
# Releases
-## 0.8.1dev
+## 0.8.1
*December 2021*
-This release fixes several bugs and introduce two new backends: Cupy
-and Tensorflow. Note that teh tensorflow backend will work only when tensorflow
-has enabled the Numpy behavior (that's for transpose that is not by default in
-tensorflow). We also introduce a simple benchmark on CPU GPU for te sinkhorn
-solver that will be provided in teh documentation.
+This release fixes several bugs and introduces two new backends: Cupy
+and Tensorflow. Note that the tensorflow backend will work only when tensorflow
+has enabled the Numpy behavior (for transpose that is not by default in
+tensorflow). We also introduce a simple benchmark on CPU GPU for the sinkhorn
+solver that will be provided in the
+[backend](https://pythonot.github.io/gen_modules/ot.backend.html) documentation.
-As always we want to that the contributors who helped mak POT better (and bug free).
+
+As always we want to that the contributors who helped make POT better (and bug free).
#### New features