File: CHANGES

package info (click to toggle)
grapefruit 0.1~a3%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 436 kB
  • sloc: python: 1,883; makefile: 74
file content (53 lines) | stat: -rwxr-xr-x 1,467 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
2008-06-15
  - Released 0.1a3
  - Added Gradient

2008-06-01
  - Fixed overflow in alpha blending.

2008-05-29
  - Added Saturate/Desaturate.
  - Added MonochromeScheme
  - Added the mode parameter to the generation methods to choose the
    color wheel use for the generation (ryb/rgb).

2008-05-28
  - Added the RGB<->RYB hue conversion.
  - Added an angle parameter to the tetrad scheme to control the shape of
    the rectangle.

2008-05-27
  - Released 0.1a2

2008-05-24

  - Fixed the HSL->RGB conversion
    (the modulo in the hue conversion was 60 instead of 6.0!)
    Updated the unit tests (which were wrong!)

2008-05-24

  Released 0.1a1
  - Convert the documentation to Sphinx
  - Completed the unit tests
  - Fixed some stupid typos

2008-05-22

  - Refactored pretty much everything to more standard "Python coding style".
  - Replaced the global variables by Color properties.
  - Moved the module functions to static methods of Color.
  - Completed the CIE white point dictionary to include all the standard
    illuminants.
  - Added doctest for all the functions.
  - Fixed the conversions factors to get better results (more exact and
    more symmetric).
  - Changed the range of the L component from [0~1] to [0~100] (as it should
    have been).
  - Added packaging data and setup.
  - Changed the structure of the unit tests.

2008-05-08

  Released 0.1a0
  - Initial checkin of grapefruit