- Build binary wheels for 64-bit Linux, MacOS, and Windows using cibuildwheel on AppVeyor (70). - Add a pyproject.toml file to specify build dependencies.
1.0.0
------------------
The are no changes from 1.0rc2.
1.0rc2
-------------------
New, smaller platform wheels have been created for this release. There are no other changes from 1.0rc1.
1.0rc1
-------------------
- Explicitly set color interpretation from the source dataset (52). - Docstrings have been added for all public modules, classes, and methods (50).
0.4.1
----------------- - optimize-color script - packaging: test on Python 3.6, upgrade to Cython 0.27.3, Linux wheels
0.4.0
------------------ - Added support for LUV colorspace conversions. - Testing framework to roundtrip RGB conversions and use colormath for confirmation - inline cdef functions and constants for better code organization and a small speed boost. - sRGB companding for XYZ-RGB conversions