@@ -80,7 +80,8 @@ what it was tested against.
8080#### Python Op Compatibility Matrix
8181| TensorFlow Addons | TensorFlow | Python |
8282| :----------------------- | :---| :---------- |
83- | tfa-nightly | 2.7, 2.8, 2.9 | 3.7, 3.8, 3.9, 3.10 |
83+ | tfa-nightly | 2.8, 2.9, 2.10 | 3.7, 3.8, 3.9, 3.10 |
84+ | tensorflow-addons-0.18.0 | 2.8, 2.9, 2.10 | 3.7, 3.8, 3.9, 3.10 |
8485| tensorflow-addons-0.17.1 | 2.7, 2.8, 2.9 | 3.7, 3.8, 3.9, 3.10 |
8586| tensorflow-addons-0.16.1 | 2.6, 2.7, 2.8 | 3.7, 3.8, 3.9, 3.10 |
8687| tensorflow-addons-0.15.0 | 2.5, 2.6, 2.7 | 3.7, 3.8, 3.9 |
@@ -112,7 +113,8 @@ is compiled differently. A typical example of this would be `conda`-installed Te
112113#### C++ Custom Op Compatibility Matrix
113114| TensorFlow Addons | TensorFlow | Compiler | cuDNN | CUDA |
114115| :----------------------- | :---- | :---------| :---------| :---------|
115- | tfa-nightly | 2.9 | GCC 9.3.1 | 8.1 | 11.2 |
116+ | tfa-nightly | 2.10 | GCC 9.3.1 | 8.1 | 11.2 |
117+ | tensorflow-addons-0.18.0 | 2.10 | GCC 9.3.1 | 8.1 | 11.2 |
116118| tensorflow-addons-0.17.1 | 2.9 | GCC 9.3.1 | 8.1 | 11.2 |
117119| tensorflow-addons-0.16.1 | 2.8 | GCC 7.3.1 | 8.1 | 11.2 |
118120| tensorflow-addons-0.15.0 | 2.7 | GCC 7.3.1 | 8.1 | 11.2 |
0 commit comments