Skip to content

Commit b8b0b2e

Browse files
committed
Add *Config Versioning Rules* section to documentation.
Signed-off-by: Thomas Mansencal <[email protected]>
1 parent 972583a commit b8b0b2e

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed

docs/process.rst

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,56 @@ The *Studio* config generator follows the same approach but uses a different `pi
7070
The conversion process is as follows:
7171

7272
*aces-dev Discovery & Classification* -> *Reference Config Generation* -> *CLF Transforms Generation, Discovery & Classification* -> *Studio Config Generation*
73+
74+
Config Versioning Rules
75+
=======================
76+
77+
The following rules have been adopted to version up the config name colorspaces:
78+
79+
+-------------------------------------------+----------------------------------------+-------------------------------------------------------+
80+
| Major Version Increase | Minor Version Increase | Patch Version Increase |
81+
+===========================================+========================================+=======================================================+
82+
| Remove **Colorspace** | Add **Colorspace** | Add **Colorspace** to ``inactive_colorspaces`` |
83+
+-------------------------------------------+----------------------------------------+-------------------------------------------------------+
84+
| Remove **Look** | Add **Look** | Add **Look** to ``inactive_colorspaces`` |
85+
+-------------------------------------------+----------------------------------------+-------------------------------------------------------+
86+
| Remove **NamedTransform** | Add **NamedTransform** | Add **NamedTransform** to ``inactive_colorspaces`` |
87+
+-------------------------------------------+----------------------------------------+-------------------------------------------------------+
88+
| Remove **DisplayColorspace** | Add **DisplayColorspace** | Add **DisplayColorspace** to ``inactive_colorspaces`` |
89+
+-------------------------------------------+----------------------------------------+-------------------------------------------------------+
90+
| Remove **ViewTransform** / **SharedView** | Add **ViewTransform** / **SharedView** | |
91+
+-------------------------------------------+----------------------------------------+-------------------------------------------------------+
92+
| Remove **Role** | Add **Role** | |
93+
+-------------------------------------------+----------------------------------------+-------------------------------------------------------+
94+
| Reassign **Role** | | |
95+
+-------------------------------------------+----------------------------------------+-------------------------------------------------------+
96+
| Change to Transform Processing Output | | Fix Incorrect Transform Processing Output? |
97+
+-------------------------------------------+----------------------------------------+-------------------------------------------------------+
98+
| Remove alias from ``aliases`` | Add alias to ``aliases`` | |
99+
+-------------------------------------------+----------------------------------------+-------------------------------------------------------+
100+
| Remove *AMF* component | Add *AMF* component | |
101+
+-------------------------------------------+----------------------------------------+-------------------------------------------------------+
102+
| | | Change to ``categories`` |
103+
+-------------------------------------------+----------------------------------------+-------------------------------------------------------+
104+
| | | Change to ``encoding`` |
105+
+-------------------------------------------+----------------------------------------+-------------------------------------------------------+
106+
| | | Change to ``family`` |
107+
+-------------------------------------------+----------------------------------------+-------------------------------------------------------+
108+
| | | Change to Transform Description |
109+
+-------------------------------------------+----------------------------------------+-------------------------------------------------------+
110+
| | | Change to Config Description |
111+
+-------------------------------------------+----------------------------------------+-------------------------------------------------------+
112+
| | | Change to ``file_rules`` |
113+
+-------------------------------------------+----------------------------------------+-------------------------------------------------------+
114+
| | | Change to ``viewing_rules`` |
115+
+-------------------------------------------+----------------------------------------+-------------------------------------------------------+
116+
| | | Change to ``active_displays`` |
117+
+-------------------------------------------+----------------------------------------+-------------------------------------------------------+
118+
| | | Change to ``active_views`` |
119+
+-------------------------------------------+----------------------------------------+-------------------------------------------------------+
120+
| | | Change to ``inactive_colorspaces`` |
121+
+-------------------------------------------+----------------------------------------+-------------------------------------------------------+
122+
| | | Reassign ``default_view_transform`` |
123+
+-------------------------------------------+----------------------------------------+-------------------------------------------------------+
124+
| Change ``luma``? | | |
125+
+-------------------------------------------+----------------------------------------+-------------------------------------------------------+

0 commit comments

Comments
 (0)