File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 18
18
# want. (Contrast with the special suffix 1.0.0.dev, which sorts *before*
19
19
# 1.0.0.)
20
20
21
- __version__ = "1.1.0+dev "
21
+ __version__ = "1.1.1 "
Original file line number Diff line number Diff line change 1
1
Changes
2
2
=======
3
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
+
4
17
v1.1.0
5
18
------
6
19
You can’t perform that action at this time.
0 commit comments