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
10
@@ -91,6 +93,7 @@ Release 1.13 -- beta 1: December 20, 2023 (compared to 1.12)
91
93
* OptiX PTX pipeline overhaul [#1680](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/1680) (by Tim Grant) (1.13.5.0)
92
94
* Perf: Don't insert redundant run layer calls inside a basic block
93
95
[#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)
96
+
* Fix NVPTX TargetMachine leak, etc. [#1763](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/1763) (by Tim Grant)
94
97
95
98
### 🐛/🔧 Internals: fixes, improvements, and developer concerns
96
99
@@ -186,6 +189,7 @@ Release 1.13 -- beta 1: December 20, 2023 (compared to 1.12)
186
189
* For clarity, use the term 'runner' instead of 'os' [#1743](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/1743)
187
190
* Test ABI compliance [#1748](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/1748)
188
191
* Fix tests passing when test commands fail [#1733](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/1733) (by Brecht Van Lommel)
192
+
**ci*: Test against LLVM 17 [#1760](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/1760)
189
193
* Platform support:
190
194
* Include `immintrin.h` only when needed. #1605 (1.13.1.0)
191
195
* Changed snprintf formatting to satisfy some compilers.
@@ -211,6 +215,7 @@ Release 1.13 -- beta 1: December 20, 2023 (compared to 1.12)
211
215
212
216
* 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