Skip to content

Commit a20331d

Browse files
committed
v3.1.7 release notes
Signed-off-by: Cary Phillips <[email protected]>
1 parent b09ea85 commit a20331d

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGES.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Imath Release Notes
22

3+
* [Version 3.1.7](#version-317-March-1-2023) March 1, 2023
34
* [Version 3.1.6](#version-316-november-7-2022) November 7, 2022
45
* [Version 3.1.5](#version-315-march-28-2022) March 28, 2022
56
* [Version 3.1.4](#version-314-january-21-2022) January 21, 2022
@@ -15,6 +16,29 @@
1516
* [Version 3.0.0-beta](#version-300-beta-march-15-2021) March 15, 2021
1617
* [Inherited History from OpenEXR](#inherited-history-from-openexr)
1718

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+
1842
## Version 3.1.6 (November 7, 2022)
1943

2044
Patch release with miscellaneous bug/doc/build fixes.

0 commit comments

Comments
 (0)