We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ef1e38 commit bdfc695Copy full SHA for bdfc695
2 files changed
colorspacious/version.py
@@ -18,4 +18,4 @@
18
# want. (Contrast with the special suffix 1.0.0.dev, which sorts *before*
19
# 1.0.0.)
20
21
-__version__ = "1.1.0+dev"
+__version__ = "1.1.1"
doc/changes.rst
@@ -1,6 +1,19 @@
1
Changes
2
=======
3
4
+v1.1.1
5
+------
6
+
7
+* **BUG AFFECTING CALCULATIONS:** In previous versions, the constants
8
+ ``CIECAM02Surround.DIM`` and ``CIECAM02Surround.DARK`` were
9
+ incorrect due to a data entry error. Fortunately,
10
+ ``CIECAM02Surround.AVERAGE`` *was* correct, and this is the default,
11
+ so unless you have explicitly been requesting ``DIM`` or ``DARK``
12
+ surrounds in your CIECAM02 calculations, then you should be
13
+ unaffected by this bug. (Thanks to `Brian Deiterle
14
+ <https://github.com/briend>`__ for catching this!)
15
16
17
v1.1.0
------
0 commit comments