You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TODO.rst
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,36 @@ Colour - Datasets - TODO
4
4
TODO
5
5
----
6
6
7
+
- colour_datasets/__init__.py
7
8
9
+
- Line 78 : # TODO: Remove legacy printing support when deemed appropriate.
10
+
11
+
12
+
- colour_datasets/records/zenodo.py
13
+
14
+
- Line 451 : # TODO: Remove the following space escaping: The new Zenodo API is not quoting filenames properly thus we are temporarily escaping spaces for now. https://github.com/colour-science/colour-datasets/issues/ 36issuecomment-1773464695
15
+
16
+
17
+
- colour_datasets/utilities/common.py
18
+
19
+
- Line 42 : # TODO: Use *colour* definition.
20
+
21
+
22
+
- colour_datasets/loaders/kuopio.py
23
+
24
+
- Line 310 : # TODO: Implement support for *Natural Colors*: https://sandbox.zenodo.org/record/315640 http://www.uef.fi/web/spectral/natural-colors
25
+
26
+
27
+
- colour_datasets/loaders/xrite2016.py
28
+
29
+
- Line 109 : # TODO: Implement support for "CGATS" file format in "Colour": https://github.com/colour-science/colour/issues/354
30
+
31
+
32
+
- colour_datasets/loaders/dyer2017.py
33
+
34
+
- Line 141 : # TODO: Re-instate "manufacturer", "model", "illuminant" and "type" attributes according to outcome of https://github.com/ampas/rawtoaces/issues/114. Those attributes are currently stored in "self._kwargs".
35
+
- Line 928 : # TODO: Re-instate "manufacturer", "model", "illuminant" and "type" attributes according to outcome of https://github.com/ampas/rawtoaces/issues/114.
36
+
- Line 1430 : # TODO: Re-instate "manufacturer", "model", "illuminant" and "type" attributes according to outcome of https://github.com/ampas/rawtoaces/issues/114.
0 commit comments