Skip to content

Commit

Permalink
news update for v3.3.1 (#1876)
Browse files Browse the repository at this point in the history
* news update for v3.3.1

Signed-off-by: Cary Phillips <[email protected]>

* 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 <[email protected]>

---------

Signed-off-by: Cary Phillips <[email protected]>
  • Loading branch information
cary-ilm authored Oct 11, 2024
1 parent 867eaef commit 3d34ea0
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
3 changes: 3 additions & 0 deletions website/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ compositing, deep compositing, and DI.
OpenEXR is a project of the `Academy Software Foundation
<https://www.aswf.io>`_.

.. include:: latest_news_title.rst

Latest News
===========
Expand All @@ -43,6 +44,8 @@ Latest News
:height: 50
:align: left

|latest-news-title|

.. highlights::

.. include:: news.rst
Expand Down
2 changes: 2 additions & 0 deletions website/latest_news_title.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.. |latest-news-title| replace:: **October 8, 2024 - OpenEXR 3.3.1 Released**

20 changes: 18 additions & 2 deletions website/news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -89,7 +106,6 @@ Minor release several significant changes:
<https://github.com/AcademySoftwareFoundation/openexr/blob/v3.3.0-rc1/src/wrappers/python/README.md>`_
for a synopsis.

.. _LatestNewsEnd:

September 9, 2024 - Imath v3.1.12 Released
==========================================
Expand Down

0 comments on commit 3d34ea0

Please sign in to comment.