Path to this page:
Subject: CVS commit: pkgsrc/textproc/py-colour
From: Blue Rats
Date: 2015-04-03 00:29:54
Message id: 20150402222954.AC86D98@cvs.netbsd.org
Log Message:
Changelog
=========
0.1.0 (2015-03-15)
------------------
Fix
~~~
- Avoid casting an exception when comparing to non-``Colour`` instances.
(fixes #14) [Riziq Sayegh]
0.0.6 (2014-11-18)
------------------
New
~~~
- Provide all missing *2* function by combination with other existing
ones (fixes #13). [Valentin Lab]
- Provide full access to any color name in HSL, RGB, HEX convenience
instances. [Valentin Lab]
Now you can call ``colour.HSL.cyan``, or ``colour.HEX.red`` for a direct \
encoding of
``human`` colour labels to the 3 representations.
Files: