⭐ New Release!🎄 OpenImageIO 3.0.1.0 with CY2025 dependencies (OCIO 2.4, OpenEXR 3.3, TBB 2021, Ptex 2.4)
OpenImageIO Updates
- **OIIO** updated to version **3.0.1.0**.
- Updated **LibRaw** to version **0.21.3**.
- CY2025: Updated **OpenEXR** to version **3.3** and **OpenColorIO (OCIO)** to version **2.4**.
Licensing
- Clarified licensing for **Apache 2.0** and **GPL**.
- Added dependencies licenses.
Python Compatibility
- Added support for **Python 3.13**.
macOS Enhancements
- Bumped `MACOSX_DEPLOYMENT_TARGET` on intel mac to enable required C++ features for OpenImageIO 3.
Dependency Additions
- Added **libjxl** for **JPEG XL** support.
- Added **libultrahdr** for HDR image support.
Dependency Improvements
- Switched to **libjpeg-turbo** for JPEG image support on all platforms (except musl-based Linux distributions, and `oiio-static-python` on Linux).
- Internalized **libjxl** and **libtiff** to prevent conflicts with static libraries.
Build Process Improvements
- Split the build processes and utilities into multiple files for better organization.
- Introduced a new **libultrahdr** build recipe.
- Reorganized setup to avoid a monolithic `setup.py` file.
**Full Changelog**: https://github.com/pypoulp/oiio-python/compare/v2.5.12.0.1...v3.0.1.0.1