I have tagged OpenImageIO "Release-1.5.14" as the current stable branch release. These are mostly minor fixes from the past month-ish, and no existing APIs or ABIs should have changed within the 1.5 branch.
Release 1.5.14 (14 April 2015) -- compared to 1.5.13) ---------------------------------------------- * Added Python bindings for DeepData and deep reads (ImageInput) and writes (ImageOutput). #1113 (1.5.13) * Fix IBA::channels() bugs when dealing with "deep" images. #1113 (1.5.13) * Fix bugs in reading deep OpenEXR images with mixed channel types. #1113 (1.5.13) * Improve IBA::compare() (and therefore oiiotool -diff and idiff) when the images being compared have NaN or Inf values. #1109 (1.5.13) * TextureSystem bug fix that occasionally resulted in NaN in the alpha channel result when looking up from 3-channel images. #1108 (1.5.13) * Python ImageSpec.set_channel_formats() now works when the channel type lists are either TypeDesc, in addition to the existing support for BASETYPE. #1113 (1.5.13) * fmath: safe_fast_pow improves the precision of its results for special cases of pow(x,1) and pow(x,2). #1094 (1.5.13) * Fix warnings when compiling with C++11. (1.5.13) * Dont link Python framework on OSX. #1099 (1.5.13) * Added TypeDesc::TypeHalf(). #1113 (1.5.13) * Build correctly against older TIFF versions. #1119 (1.5.13) -- Larry Gritz [email protected] _______________________________________________ Oiio-dev mailing list [email protected] http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org
