Skip to content

Commit

Permalink
luv plus some refactoring, srgb gamma compounding, optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
perrygeo committed May 23, 2016
1 parent e6c1603 commit 0f77922
Show file tree
Hide file tree
Showing 6 changed files with 1,985 additions and 1,513 deletions.
10 changes: 10 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changes
=======

0.4.0
------------------
- Added support for LUV colorspace conversions.
- inline cdef functions, typed memory views and constants for a small speed boost.
- compile-time option for sRGB companding for XYZ-RGB conversions, simple gamma adjustment is still the default.

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
Expand Down
2 changes: 1 addition & 1 deletion rio_color/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.3.0'
__version__ = '0.4.0'

0 comments on commit 0f77922

Please sign in to comment.