Skip to content

Tags: vaab/colour

Tags

0.1.5

Toggle 0.1.5's commit message
fix: pkg: update license number in ``README.rst``.

0.1.4

Toggle 0.1.4's commit message
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

Toggle 0.1.3's commit message
new: pkg: added windows tests thanks to ``appveyor``.

0.1.2

Toggle 0.1.2's commit message
fix: doc: spellcheck and typo cleanup (fixes #19) !minor

0.1.1

Toggle 0.1.1's commit message
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

Toggle 0.0.6's commit message
new: provide all missing *2* function by combination with other exist…

…ing ones (fixes #13).

0.0.5

Toggle 0.0.5's commit message
fix: pkg: avoid looping in ``setup.py`` in case ``./autogen.sh`` fails.

0.0.4

Toggle 0.0.4's commit message
new: added ``make_color_factory`` to customize some common color attr…

…ibutes.

0.0.3

Toggle 0.0.3's commit message
new: colour is now compatible with python3.

0.0.2

Toggle 0.0.2's commit message
fix: pkg: missing ~/.gitchangelog.rc and added some docs on how to in…

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