You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### New minimum dependencies and compatibility changes:
8
+
9
+
* For GPU/OptiX mode, OptiX 6.0 support has been removed. For GPU rendering
10
+
with OptiX, a minimum of OptiX 7.0 is required, and the Cuda minimum has
11
+
been raised to 9.0 [#1737](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/1737)
9
12
* The minimum version OpenImageIO has been raised from 2.2 to 2.4. [#1591](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/1591)[#1722](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/1722)
10
-
(to 2.3 in 1.13.0.3, to 2.4 in 1.13.4.0)
11
-
* Raise minimum CMake dependency from 3.12 to 3.15 [#1724](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/1724) (1.13.5.0)
12
-
* Raise minimum Imath/OpenEXR from 2.3 to 2.4.
13
+
* The minimum CMake dependency has been raised from 3.12 to 3.15
* Perf: Don't insert redundant run layer calls inside a basic block
82
93
[#1665](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/1665)[#1669](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/1669)[#1672](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/1672) (by Chris Hellmuth) (1.13.4.0)
83
94
84
-
### 🐛 Fixes and other improvements (internals)
95
+
### 🐛/🔧 Internals: fixes, improvements, and developer concerns
96
+
85
97
* Fix memory leak in oslc ASTvariable_declaration. #1576 (1.13.0.2)
86
98
* Fix memory leaks in LPE code in error conditions. #1593#1594 (1.13.0.3)
87
99
* Fix mismatched strides when calling OCIO for transformc with derivs [#1646](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/1646) (1.13.4.0)
* The recently added SS::find_symloc can have const args [#1723](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/1723) (1.13.5.0)
128
+
* SymOverrideInfo bitfields should be the same type [#1745](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/1745)
* Test interactive parameter initialization in optix testrender [#1687](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/1687) (by Chris Hellmuth) (1.13.5.0)
182
+
* Fix GPU job not actually enabling OptiX [#1738](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/1738) (by Brecht Van Lommel)
183
+
* Fix python-oslquery test failure on macOS [#1739](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/1739) (by Brecht Van Lommel)
184
+
* Disable MacOS-11 CI [#1746](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/1746)
185
+
* Skip analysis and scorecard workflows on push if only docs changed [#1744](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/1744)
186
+
* For clarity, use the term 'runner' instead of 'os' [#1743](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/1743)
187
+
* Test ABI compliance [#1748](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/1748)
188
+
* Fix tests passing when test commands fail [#1733](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/1733) (by Brecht Van Lommel)
161
189
* Platform support:
162
190
* Include `immintrin.h` only when needed. #1605 (1.13.1.0)
163
191
* Changed snprintf formatting to satisfy some compilers.
*`doc/RELEASING.md` documents our release process and versioning policies.
170
205
#1572 (1.13.0.2)
171
206
* Improve documentation of `trace` function [#1671](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/1671) (by AidanWelch) (1.13.4.0)
* Update logos [#1705](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/1705), Move logos and add an icon-only logo [#1707](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/1707) (1.13.5.0)
174
209
210
+
### 🏢 Project Administration
211
+
212
+
* Alert slack "release-announcements" channel upon OSL release [#1740](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/1740)[#1749](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/1749)
0 commit comments