|
1 | 1 | <!-- SPDX-License-Identifier: CC-BY-4.0 --> |
2 | 2 | <!-- Copyright Contributors to the Open Shading Language Project. --> |
3 | 3 |
|
4 | | -Release 1.12.13.0 -- 1 Jun? 2023 (compared to 1.12.12.0) |
| 4 | +Release 1.12.13.0 -- 1 July 2023 (compared to 1.12.12.0) |
5 | 5 | -------------------------------------------------------- |
| 6 | +- *fix*: Fix constant float values being converted to ints |
| 7 | + [#1674](https://github.com/OpenImageIO/oiio/pull/1674) (by Declan Russell) |
| 8 | +- *build* Fix builds when USE_PYTHON=OFF |
| 9 | + [#1675](https://github.com/OpenImageIO/oiio/pull/1675) (by Declan Russell) |
| 10 | +- *build* Changes to support fmt 10.0 |
| 11 | + [#1691](https://github.com/OpenImageIO/oiio/pull/1691) |
| 12 | +- *cleanup* Switch deprecated oiio simd names to modern |
| 13 | + [#1679](https://github.com/OpenImageIO/oiio/pull/1679) |
| 14 | +- *testing*: Avoid deprecated OSLQuery ctr in test example |
| 15 | + [#1699](https://github.com/OpenImageIO/oiio/pull/1699) |
| 16 | +- *ci*: Fix package name for icc |
| 17 | + [#1690](https://github.com/OpenImageIO/oiio/pull/1690) |
| 18 | +- *ci*: Add VFX Platform 2023 tests using new ASWF containers |
| 19 | + [#1696](https://github.com/OpenImageIO/oiio/pull/1696) |
| 20 | +- *ci*: Switch oiio obsolete branch names to immutable tags |
| 21 | + [#1701](https://github.com/OpenImageIO/oiio/pull/1701) |
| 22 | +- *docs* Improve documentation of `trace` function |
| 23 | + [#1671](https://github.com/OpenImageIO/oiio/pull/1671) (by AidanWelch) |
| 24 | +- *docs* README.md: added filmography and Siggraph OSL course info. |
| 25 | + [#1692](https://github.com/OpenImageIO/oiio/pull/1692) |
| 26 | + [#1694](https://github.com/OpenImageIO/oiio/pull/1694) (by Mitch Prater) |
| 27 | +- *docs* Amend the filmography |
| 28 | + [#1695](https://github.com/OpenImageIO/oiio/pull/1695) |
| 29 | +- *docs* Fix incorrect links in CONTRIBUTING |
| 30 | + [#1688](https://github.com/OpenImageIO/oiio/pull/1688) |
6 | 31 |
|
7 | 32 |
|
8 | 33 | Release 1.12.12.0 -- 1 May 2023 (compared to 1.12.11.0) |
|
0 commit comments