@@ -80,7 +80,8 @@ what it was tested against.
8080#### Python Op Compatibility Matrix
8181| TensorFlow Addons | TensorFlow | Python |
8282| :----------------------- | :---| :---------- |
83- | tfa-nightly | 2.9, 2.10, 2.11 | 3.7, 3.8, 3.9, 3.10 |
83+ | tfa-nightly | 2.10, 2.11, 2.12 | 3.8, 3.9, 3.10, 3.11 |
84+ | tensorflow-addons-0.20.0 | 2.10, 2.11, 2.12 | 3.8, 3.9, 3.10, 3.11 |
8485| tensorflow-addons-0.19.0 | 2.9, 2.10, 2.11 | 3.7, 3.8, 3.9, 3.10 |
8586| tensorflow-addons-0.18.0 | 2.8, 2.9, 2.10 | 3.7, 3.8, 3.9, 3.10 |
8687| tensorflow-addons-0.17.1 | 2.7, 2.8, 2.9 | 3.7, 3.8, 3.9, 3.10 |
@@ -114,7 +115,8 @@ is compiled differently. A typical example of this would be `conda`-installed Te
114115#### C++ Custom Op Compatibility Matrix
115116| TensorFlow Addons | TensorFlow | Compiler | cuDNN | CUDA |
116117| :----------------------- | :---- | :---------| :---------| :---------|
117- | tfa-nightly | 2.11 | GCC 9.3.1 | 8.1 | 11.2 |
118+ | tfa-nightly | 2.12 | GCC 9.3.1 | 8.6 | 11.8 |
119+ | tensorflow-addons-0.20.0 | 2.12 | GCC 9.3.1 | 8.6 | 11.8 |
118120| tensorflow-addons-0.19.0 | 2.11 | GCC 9.3.1 | 8.1 | 11.2 |
119121| tensorflow-addons-0.18.0 | 2.10 | GCC 9.3.1 | 8.1 | 11.2 |
120122| tensorflow-addons-0.17.1 | 2.9 | GCC 9.3.1 | 8.1 | 11.2 |
0 commit comments