Changes
=======

1.0.1 (2020-12-21)
------------------

- No changes since 1.0.1a1.

1.0.1a1 (2020-12-16)
--------------------

- 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 (2018-07-26)
------------------

The are no changes from 1.0rc2.

1.0rc2 (2018-07-20)
-------------------

New, smaller platform wheels have been created for this release. There are no
other changes from 1.0rc1.

1.0rc1 (2018-07-19)
-------------------

- Explicitly set color interpretation from the source dataset (#52).
- Docstrings have been added for all public modules, classes, and methods
  (#50).

0.4.1 (2017-12-1)
-----------------
- optimize-color script
- packaging: test on Python 3.6, upgrade to Cython 0.27.3, Linux wheels

0.4.0 (2016-05-25)
------------------
- 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

0.3.0 (2016-05-19)
------------------
- Generic colorspace conversions using convert and convert_arr. Support for RGB, XYZ, LCH, LAB.

0.2.2 (2016-05-13)
------------------
- Fixed `rio atmos` support for 4-band RGBA rasters

0.2.1 (2016-05-12)
-------------------
- Fix botched release where OSX wheels were linked against libgdal

0.2.0 (2016-05-11)
-------------------
- Fixed bug in operation closures to ensure order doesn't affect scope
- consistency with proportions, not percentages
- conversion between rio atmos and rio color with --as-color option

0.1.3 (2016-05-03)
------------------
- Initial release
