From 3d34ea047d4d8a9ac9b42a2c01cf94768d6217ca Mon Sep 17 00:00:00 2001 From: Cary Phillips Date: Thu, 10 Oct 2024 17:16:48 -0700 Subject: [PATCH] news update for v3.3.1 (#1876) * news update for v3.3.1 Signed-off-by: Cary Phillips * Put lastest news title in website/latest_news_title.rst So the "Latest News" section on the main page can get the title as well as the body of the news item, which is pulled from website/news.rst. Signed-off-by: Cary Phillips --------- Signed-off-by: Cary Phillips --- website/index.rst | 3 +++ website/latest_news_title.rst | 2 ++ website/news.rst | 20 ++++++++++++++++++-- 3 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 website/latest_news_title.rst diff --git a/website/index.rst b/website/index.rst index 7172658b9e..e5a76b01cd 100644 --- a/website/index.rst +++ b/website/index.rst @@ -34,6 +34,7 @@ compositing, deep compositing, and DI. OpenEXR is a project of the `Academy Software Foundation `_. +.. include:: latest_news_title.rst Latest News =========== @@ -43,6 +44,8 @@ Latest News :height: 50 :align: left +|latest-news-title| + .. highlights:: .. include:: news.rst diff --git a/website/latest_news_title.rst b/website/latest_news_title.rst new file mode 100644 index 0000000000..abf9753bab --- /dev/null +++ b/website/latest_news_title.rst @@ -0,0 +1,2 @@ +.. |latest-news-title| replace:: **October 8, 2024 - OpenEXR 3.3.1 Released** + diff --git a/website/news.rst b/website/news.rst index e0a70d1216..d655063165 100644 --- a/website/news.rst +++ b/website/news.rst @@ -13,10 +13,27 @@ News .. toctree:: :caption: News +.. include:: latest_news_title.rst + +|latest-news-title| +======================================== + +.. _LatestNewsStart: + +Patch release that addresses several build and performance issues: + +* Fix a performance regression 3.3.0 in huf/piz compression +* Replace ``FetchContent_Populate`` with ``FetchContent_MakeAvailable`` +* Build wheels for python 3.12 +* Fix a problem with python wheel sdist that caused local build to fail +* Compile source files in parallel under MSVC + +.. _LatestNewsEnd: + + September 30, 2024 - OpenEXR v3.3.0 Released ============================================ -.. _LatestNewsStart: Minor release several significant changes: @@ -89,7 +106,6 @@ Minor release several significant changes: `_ for a synopsis. -.. _LatestNewsEnd: September 9, 2024 - Imath v3.1.12 Released ==========================================