|
1 | 1 | # Imath Release Notes |
2 | 2 |
|
| 3 | +* [Version 3.1.7](#version-317-March-1-2023) March 1, 2023 |
3 | 4 | * [Version 3.1.6](#version-316-november-7-2022) November 7, 2022 |
4 | 5 | * [Version 3.1.5](#version-315-march-28-2022) March 28, 2022 |
5 | 6 | * [Version 3.1.4](#version-314-january-21-2022) January 21, 2022 |
|
15 | 16 | * [Version 3.0.0-beta](#version-300-beta-march-15-2021) March 15, 2021 |
16 | 17 | * [Inherited History from OpenEXR](#inherited-history-from-openexr) |
17 | 18 |
|
| 19 | +## Version 3.1.7 (March 1, 2023) |
| 20 | + |
| 21 | +Patch release with miscellaneous bug/doc/build fixes. In particular: |
| 22 | + |
| 23 | +- Support for relative prefix in pkg-config |
| 24 | +- Reorganization of documentation at https://imath.readthedocs.io |
| 25 | +- Add a ``trace()`` method on Matrix types |
| 26 | + |
| 27 | +### Merged Pull Requests |
| 28 | + |
| 29 | +* \[[#296](https://github.com/AcademySoftwareFoundation/Imath/pull/296)\] Move index to bottom of main page; remove top-level link |
| 30 | +* \[[#295](https://github.com/AcademySoftwareFoundation/Imath/pull/295)\] Fix doc typo |
| 31 | +* \[[#294](https://github.com/AcademySoftwareFoundation/Imath/pull/294)\] Fix documentation glitches and symbol visibility table |
| 32 | +* \[[#293](https://github.com/AcademySoftwareFoundation/Imath/pull/293)\] Reorganize repo/readthedocs documentation |
| 33 | +* \[[#292](https://github.com/AcademySoftwareFoundation/Imath/pull/292)\] Add missing licenses/copyrights |
| 34 | +* \[[#291](https://github.com/AcademySoftwareFoundation/Imath/pull/291)\] Support relative prefix in pkg-config |
| 35 | +* \[[#282](https://github.com/AcademySoftwareFoundation/Imath/pull/282)\] Remove MACOSX_RPATH forcing |
| 36 | +* \[[#280](https://github.com/AcademySoftwareFoundation/Imath/pull/280)\] Add trace function for matrix types |
| 37 | +* \[[#279](https://github.com/AcademySoftwareFoundation/Imath/pull/279)\] Define BOOST_BIND_GLOBAL_PLACEHOLDERS to suppress pragma message |
| 38 | +* \[[#278](https://github.com/AcademySoftwareFoundation/Imath/pull/278)\] Use Py_ssize_t in place of size_t where appropriate to avoid warnings |
| 39 | +* \[[#277](https://github.com/AcademySoftwareFoundation/Imath/pull/277)\] Update CONTRIBUTING.md to be consistent with OpenEXR |
| 40 | +* \[[#275](https://github.com/AcademySoftwareFoundation/Imath/pull/275)\] Remove export attribute from inline half functions |
| 41 | + |
18 | 42 | ## Version 3.1.6 (November 7, 2022) |
19 | 43 |
|
20 | 44 | Patch release with miscellaneous bug/doc/build fixes. |
|
0 commit comments