@@ -97,7 +97,8 @@ what it was tested against.
97
97
#### Python Op Compatibility Matrix
98
98
| TensorFlow Addons | TensorFlow | Python |
99
99
| :----------------------- | :---| :---------- |
100
- | tfa-nightly | 2.10, 2.11, 2.12 | 3.8, 3.9, 3.10, 3.11 |
100
+ | tfa-nightly | 2.11, 2.12, 2.13 | 3.8, 3.9, 3.10, 3.11 |
101
+ | tensorflow-addons-0.21.0 | 2.11, 2.12, 2.13 | 3.8, 3.9, 3.10, 3.11 |
101
102
| tensorflow-addons-0.20.0 | 2.10, 2.11, 2.12 | 3.8, 3.9, 3.10, 3.11 |
102
103
| tensorflow-addons-0.19.0 | 2.9, 2.10, 2.11 | 3.7, 3.8, 3.9, 3.10 |
103
104
| tensorflow-addons-0.18.0 | 2.8, 2.9, 2.10 | 3.7, 3.8, 3.9, 3.10 |
@@ -132,7 +133,8 @@ is compiled differently. A typical example of this would be `conda`-installed Te
132
133
#### C++ Custom Op Compatibility Matrix
133
134
| TensorFlow Addons | TensorFlow | Compiler | cuDNN | CUDA |
134
135
| :----------------------- | :---- | :---------| :---------| :---------|
135
- | tfa-nightly | 2.12 | GCC 9.3.1 | 8.6 | 11.8 |
136
+ | tfa-nightly | 2.13 | GCC 9.3.1 | 8.6 | 11.8 |
137
+ | tensorflow-addons-0.21.0 | 2.13 | GCC 9.3.1 | 8.6 | 11.8 |
136
138
| tensorflow-addons-0.20.0 | 2.12 | GCC 9.3.1 | 8.6 | 11.8 |
137
139
| tensorflow-addons-0.19.0 | 2.11 | GCC 9.3.1 | 8.1 | 11.2 |
138
140
| tensorflow-addons-0.18.0 | 2.10 | GCC 9.3.1 | 8.1 | 11.2 |
0 commit comments