@@ -20,29 +20,27 @@ You can also download the compatibility matrix as CSV file `here <_static/tables
2020.. table :: Legend for compatibility matrix
2121 :widths: 10 90
2222
23- +------+------------------------------------------------------+
24- | Icon | Description |
25- +======+======================================================+
26- | 🟢 | Compatible |
27- | | No changes in the data model |
28- +------+------------------------------------------------------+
29- | 🟡 | Compatible |
30- | | Only non-critical changes in the data model |
31- | | e.g. added fields, changed doc strings |
32- +------+------------------------------------------------------+
33- | 🔴 | Incompatible |
34- | | Critical changes in the data model |
35- | | e.g. removed fields, changed types |
36- +------+------------------------------------------------------+
37- | ➕ | Compatible |
38- | | Data model was added in this version |
39- +------+------------------------------------------------------+
40- | ➖ | Incompatible |
41- | | Data model was removed in this version |
42- +------+------------------------------------------------------+
43- | \- | Data model not existent in this version |
44- | | was removed before or will be added in future |
45- +------+------------------------------------------------------+
23+ +------+---------------------------------------------------------------------------------------------------+
24+ | Icon | Description |
25+ +======+===================================================================================================+
26+ | 🟢 | | :main-color: `Compatible ` |
27+ | | | No changes in the data model |
28+ +------+---------------------------------------------------------------------------------------------------+
29+ | 🟡 | | :main-color: `Compatible ` |
30+ | | | Only non\- critical changes in the data model e.g. added fields, changed doc strings |
31+ +------+---------------------------------------------------------------------------------------------------+
32+ | 🔴 | | :error-color: `Incompatible ` |
33+ | | | Critical changes in the data model e.g. removed fields, changed types |
34+ +------+---------------------------------------------------------------------------------------------------+
35+ | ➕ | | :main-color: `Compatible ` |
36+ | | | Data model was added in this version |
37+ +------+---------------------------------------------------------------------------------------------------+
38+ | ➖ | | :error-color: `Incompatible ` |
39+ | | | Data model was removed in this version |
40+ +------+---------------------------------------------------------------------------------------------------+
41+ | \- | | Non\- existent |
42+ | | | Doesn't exist in this version i.e. it was removed before or will be added in future |
43+ +------+---------------------------------------------------------------------------------------------------+
4644
4745.. csv-table :: Compatibility matrix
4846 :file: _static/tables/compatibility_matrix.csv
0 commit comments