|
1 | 1 | # Imath Release Notes |
2 | 2 |
|
| 3 | +* [Version 3.1.8](#version-318-May-22-2023) May 22, 2023 |
3 | 4 | * [Version 3.1.7](#version-317-March-1-2023) March 1, 2023 |
4 | 5 | * [Version 3.1.6](#version-316-november-7-2022) November 7, 2022 |
5 | 6 | * [Version 3.1.5](#version-315-march-28-2022) March 28, 2022 |
|
16 | 17 | * [Version 3.0.0-beta](#version-300-beta-march-15-2021) March 15, 2021 |
17 | 18 | * [Inherited History from OpenEXR](#inherited-history-from-openexr) |
18 | 19 |
|
| 20 | +## Version 3.1.8 (May 22, 2023) |
| 21 | + |
| 22 | +Patch release that addresses miscellaneous minor compiler/build/doc |
| 23 | +issues and extends test coverage. |
| 24 | + |
| 25 | +### Merged Pull Requests |
| 26 | + |
| 27 | +* \[[#318](https://github.com/AcademySoftwareFoundation/Imath/pull/318)\] Separate CI job for docs |
| 28 | +* \[[#317](https://github.com/AcademySoftwareFoundation/Imath/pull/317)\] fix the macro switching half-precision floating-point format implementation. |
| 29 | +* \[[#315](https://github.com/AcademySoftwareFoundation/Imath/pull/315)\] Updated Mac and Windows jobs for VFX platform 2023. |
| 30 | +* \[[#314](https://github.com/AcademySoftwareFoundation/Imath/pull/314)\] Remove duplicate IMATH_HOSTDEVICE |
| 31 | +* \[[#313](https://github.com/AcademySoftwareFoundation/Imath/pull/313)\] IMATH_EXPORT for Rand32::nextf() |
| 32 | +* \[[#310](https://github.com/AcademySoftwareFoundation/Imath/pull/310)\] Extend test coverage |
| 33 | +* \[[#309](https://github.com/AcademySoftwareFoundation/Imath/pull/309)\] Undo #307, restore array-based Matrix constructors |
| 34 | +* \[[#308](https://github.com/AcademySoftwareFoundation/Imath/pull/308)\] Fix run_gcov.sh to use proper _build/_coverage dirs |
| 35 | +* \[[#307](https://github.com/AcademySoftwareFoundation/Imath/pull/307)\] Conditionally include Matrix constructors duplicated by interop declarations |
| 36 | +* \[[#306](https://github.com/AcademySoftwareFoundation/Imath/pull/306)\] Fix coverage analysis for .c files |
| 37 | +* \[[#305](https://github.com/AcademySoftwareFoundation/Imath/pull/305)\] Extend test code coverage and add missing python bindings |
| 38 | +* \[[#303](https://github.com/AcademySoftwareFoundation/Imath/pull/303)\] Remove unused variables |
| 39 | +* \[[#302](https://github.com/AcademySoftwareFoundation/Imath/pull/302)\] In testMatrix(), call fabs() instead of fabsf() for double values |
| 40 | +* \[[#300](https://github.com/AcademySoftwareFoundation/Imath/pull/300)\] Check return status of extractSHRT in computeRSMatrix |
| 41 | + |
| 42 | + |
19 | 43 | ## Version 3.1.7 (March 1, 2023) |
20 | 44 |
|
21 | 45 | Patch release with miscellaneous bug/doc/build fixes. In particular: |
|
0 commit comments