Skip to content

Tags: vaab/colour

Tags

0.1.5

fix: pkg: update license number in ``README.rst``.

0.1.4

fix: ``rgb2hsl`` would produce invalid hsl triplet when red, blue, gr…

…een component would be all very close to ``1.0``. (fixes #30)

Typically, saturation would shoot out of range 0.0..1.0. That could then
lead to exceptions being casts afterwards when trying to reconvert this
HSL triplet to RGB values.

0.1.3

new: pkg: added windows tests thanks to ``appveyor``.

0.1.2

fix: doc: spellcheck and typo cleanup (fixes #19) !minor

0.1.1

fix: pkg: ``colour`` not importable after installation. (fixed #15)

This was a consequence of a missing ``module`` declaration in
``setup.cfg``. The fact that the lengthy travis tests didn't catch that
one earlier showed that they were flawed. These were corrected also.

0.0.6

new: provide all missing *2* function by combination with other exist…

…ing ones (fixes #13).

0.0.5

fix: pkg: avoid looping in ``setup.py`` in case ``./autogen.sh`` fails.

0.0.4

new: added ``make_color_factory`` to customize some common color attr…

…ibutes.

0.0.3

new: colour is now compatible with python3.

0.0.2

fix: pkg: missing ~/.gitchangelog.rc and added some docs on how to in…

…stall ``colour`` from git and from pip.