|
1 | 1 | # Imath Release Notes |
2 | 2 |
|
| 3 | +* [Version 3.1.6](#version-316-november-4-2022) November 4, 2022 |
3 | 4 | * [Version 3.1.5](#version-315-march-28-2022) March 28, 2022 |
4 | 5 | * [Version 3.1.4](#version-314-january-21-2022) January 21, 2022 |
5 | 6 | * [Version 3.1.3](#version-313-september-2-2021) September 2, 2021 |
|
14 | 15 | * [Version 3.0.0-beta](#version-300-beta-march-15-2021) March 15, 2021 |
15 | 16 | * [Inherited History from OpenEXR](#inherited-history-from-openexr) |
16 | 17 |
|
| 18 | +## Version 3.1.6 (November 4, 2022) |
| 19 | + |
| 20 | +Patch release with miscellaneous bug/doc/build fixes. |
| 21 | + |
| 22 | +* \[[#269](https://github.com/AcademySoftwareFoundation/Imath/pull/269)\] fix memory leak in V3fArrayFromBuffer |
| 23 | +* \[[#268](https://github.com/AcademySoftwareFoundation/Imath/pull/268)\] Add <cstdint> for int64_t |
| 24 | +* \[[#263](https://github.com/AcademySoftwareFoundation/Imath/pull/263)\] Initialize x in testRoots.cpp:solve() to suppress compiler warning |
| 25 | +* \[[#262](https://github.com/AcademySoftwareFoundation/Imath/pull/262)\] Fix gcc compiler warning in testFun.cpp |
| 26 | +* \[[#261](https://github.com/AcademySoftwareFoundation/Imath/pull/261)\] Test return value of extractSHRT to avoid uninitialized reference |
| 27 | +* \[[#260](https://github.com/AcademySoftwareFoundation/Imath/pull/260)\] Fix example code so it compiles as is |
| 28 | +* \[[#259](https://github.com/AcademySoftwareFoundation/Imath/pull/259)\] Cuda safety in several headers |
| 29 | +* \[[#256](https://github.com/AcademySoftwareFoundation/Imath/pull/256)\] Fix markdown and typos in README.md |
| 30 | +* \[[#255](https://github.com/AcademySoftwareFoundation/Imath/pull/255)\] Do not warn if half.h has already being included |
| 31 | +* \[[#250](https://github.com/AcademySoftwareFoundation/Imath/pull/250)\] Fix compiler warnings on windows |
| 32 | +* \[[#249](https://github.com/AcademySoftwareFoundation/Imath/pull/249)\] Remove irrelevant cvs ignore files |
| 33 | +* \[[#248](https://github.com/AcademySoftwareFoundation/Imath/pull/248)\] Update sphinx version |
| 34 | + |
17 | 35 | ## Version 3.1.5 (March 28, 2022) |
18 | 36 |
|
19 | 37 | Patch release with miscellaneous bug/doc/build fixes. |
|
0 commit comments