@@ -16,8 +16,8 @@ Notable changes since v0.1.0 include:
16
16
sRGB standard assumes that you are looking at your monitor in a dim
17
17
environment, like a movie theatre; we were calculating as if you
18
18
were looking at your monitor in an environment that was 125 times
19
- lighter -- so perhaps indoors, but on a nice sunny day with the
20
- curtains open). This bug is corrected in this release.
19
+ lighter -- something like, outside on an overcast day). This bug is
20
+ corrected in this release.
21
21
22
22
Fortunately this turns out to have had a negligible effect on
23
23
viridis and the other matplotlib colormaps that were computed using
@@ -33,7 +33,7 @@ Notable changes since v0.1.0 include:
33
33
this can be accomplished by instantiating a custom
34
34
:class: `CIECAM02Space ` object::
35
35
36
- from colorspacious import CIECAM02Space, CIECAM02Surround
36
+ from colorspacious import CIECAM02Space
37
37
# almost, but not quite, the sRGB viewing conditions:
38
38
buggy_space = CIECAM02Space(
39
39
XYZ100_w="D65",
@@ -62,9 +62,11 @@ Notable changes since v0.1.0 include:
62
62
* :func: `colorspacious.deltaE ` is now available as a convenience
63
63
function for computing the perceptual distance between colors.
64
64
65
- * Substantially improved docs.
65
+ * Substantially improved docs (i.e. there is now actually a
66
+ comprehensive manual).
66
67
67
- * Better test coverage.
68
+ * Better test coverage (currently at 100% statement and branch
69
+ coverage).
68
70
69
71
* Miscellaneous bug fixes.
70
72
0 commit comments