8080
8181## Version 3.3.3 (March 23, 2025)
8282
83- Patch release with miscalleneous bug/build/documentation fixes:
83+ Patch release with miscellaneous bug/build/documentation fixes:
8484
8585* :bug : Fix a bug involving deep tiled images
8686* :bug : Adjust the clamping on the dwa compression (Issue [ 1982] ( https://github.com/AcademySoftwareFoundation/openexr/issues/1982 ) )
8787* :bug : Address issues with small exr files and header parse (Issue [ 1984] ( https://github.com/AcademySoftwareFoundation/openexr/issues/1984 ) )
8888* :bug : Fix crash if user does not provide memory when filling deep framebuffer
8989* :bug : Fix bad pointer SSE math causing out-of-bounds access
90- * :bug : fix potential buffer overwrite with zip data
90+ * :bug : Fix potential buffer overwrite with zip data
9191* :bug : Fix usage of utf-8 filenames for windows
9292* :bug : Fix regression in reading EXR images on 32bit Windows involving ` atomic_compare_exchange_strong `
93- * :bug : add checks to avoid using optimizations when inappropriate (Issue [ 1949] ( https://github.com/AcademySoftwareFoundation/openexr/issues/1949 ) )
93+ * :bug : Add checks to avoid using optimizations when inappropriate (Issue [ 1949] ( https://github.com/AcademySoftwareFoundation/openexr/issues/1949 ) )
9494* :bug : Convert dwa encoder to use algorithm quantize (Issue [ 1915] ( https://github.com/AcademySoftwareFoundation/openexr/issues/1915 ) )
9595* :bug : Fix incorrect v3 array size validation
9696* :rocket : Add minor huf encode / decode performance optimizations
@@ -103,6 +103,8 @@ This version also introduces a new tool, `exrmetrics`, a utility to help analyiz
103103
104104This version also officially installs the ` exrcheck ` utility, formerly built for internal use but not installed.
105105
106+ This version also publishes the python bindings for arm64 on Ubuntu and macOS.
107+
106108### Merged Pull Requests
107109
108110* [ 2002] ( https://github.com/AcademySoftwareFoundation/openexr/pull/2002 ) exrmetrics: fix isinf
0 commit comments