Skip to content

Releases: AcademySoftwareFoundation/OpenColorIO

v2.0.0-beta2

05 Dec 01:18
a712243

Choose a tag to compare

v2.0.0-beta2 Pre-release
Pre-release

This is the second beta for OCIO v2. The release candidate is not far off, we request people test this thoroughly and help us find any issues. Here are the noteworthy changes relative to beta1:

PR #1189, Named Color Transforms -- It is now possible to include color transforms in a config separately from color spaces.
PR #1229, Data bypass fix -- Critical bug fix for an issue where conversions on data color spaces were sometimes not bypassed.
PR #1205, Remove dynamic properties from configs -- It is not possible to use dynamic properties in configs, configs are intended to be fixed representations.
PR #1228, Bump pybind11 required version to 2.6.1 -- Moving from 2.4.3 to 2.6.1 removes a dependency that was causing build issues.
PR #1204, Some API cleanup -- Capitalization change for three functions used for iterating over available LUT file formats.
PR #1208, Remove the 'unknown' shader language -- Minor cleanup of GPU renderer API.

v2.0.0-beta1

24 Nov 21:31
6c8443c

Choose a tag to compare

v2.0.0-beta1 Pre-release
Pre-release

That's the beta1 step for the coming version 2 release.

v1.1.1

03 Apr 05:21
ebdec41

Choose a tag to compare

  • Added optional compatibility for building apps with OpenImageIO 1.9+
  • Added USE_SSE checks to fix Linux build failure
  • getDisplays() result ordering now matches the active_displays config
    definition or OCIO_ACTIVE_DISPLAYS env var override.
  • Fixed incorrect getDefaultDisplay()/getDefaultView() result when
    OCIO_ACTIVE_DISPLAYS or OCIO_ACTIVE_VIEWS env vars are unset.
  • Fixed Windows-specific GetEnv() bug
  • Fixed Windows and MacOS CI failure cases

v1.1.0

12 Jan 16:35
bc40c8a

Choose a tag to compare

  • libc++ build fixes
  • Added support for YAML > 5.0.1
  • YAML and TinyXML patch fixes
  • Clang visibility fix
  • Added write support for Truelight LUTs
  • Improved OCIOYaml
  • Python string corruption fix
  • Added support for CDL
  • Updated documentation
  • Added args/kwargs support to Python MatrixTransform
  • Added description field to Look objects
  • Improved Python 3 compatibility
  • CSP file read fix
  • Added Linux, MacOS, and Windows continuos integration
  • Improved 1D LUT extrapolation
  • Improved 1D LUT negative handling
  • Improved Windows build system
  • Improved cross-platform build system
  • Undefined role crash fix
  • After Effects plugin updated
  • Added reference Photoshop plugin
  • Added reference Docker image