Skip to content

Commit

Permalink
Patch release v3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
njroussel committed Jun 5, 2024
1 parent a1387df commit 29d6537
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/generated/extracted_rst_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10894,7 +10894,7 @@

.. py:data:: mitsuba.MI_VERSION
:type: str
:value: 3.5.0
:value: 3.5.2

.. py:data:: mitsuba.MI_VERSION_MAJOR
:type: int
Expand All @@ -10906,7 +10906,7 @@

.. py:data:: mitsuba.MI_VERSION_PATCH
:type: int
:value: 0
:value: 2

.. py:data:: mitsuba.MI_YEAR
:type: str
Expand Down
8 changes: 7 additions & 1 deletion docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ Being an experimental research framework, Mitsuba 3 does not strictly follow the
`Semantic Versioning <https://semver.org/>`_ convention. That said, we will
strive to document breaking API changes in the release notes below.

Upcoming changes
Mitsuba 3.5.2
-------------

*June 5, 2024*

Most likely the last release which uses `pybind11 <https://pybind11.readthedocs.io>`_.

- OptiX scene clean-ups could segfault
Expand All @@ -16,6 +18,8 @@ Most likely the last release which uses `pybind11 <https://pybind11.readthedocs.
Mitsuba 3.5.1
-------------

*June 5, 2024*

- Upgrade Dr.Jit to `[v0.4.6] <https://github.com/mitsuba-renderer/drjit/releases/tag/v0.4.6>`_
- More robust scene clean-up when using Embree
`[7bb672c] <https://github.com/mitsuba-renderer/mitsuba3/commit/7bb672c32d64ad9a4996d3c7700d445d2c5750bc>`_
Expand All @@ -40,6 +44,8 @@ Mitsuba 3.5.1
Mitsuba 3.5.0
-------------

*December 11, 2023*

- New projective sampling based integrators, see PR `#997 <https://github.com/mitsuba-renderer/mitsuba3/pull/997>`_ for more details.
Here's a brief overview of some of the major or breaking changes:

Expand Down
2 changes: 1 addition & 1 deletion include/mitsuba/mitsuba.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#define MI_VERSION_MAJOR 3
#define MI_VERSION_MINOR 5
#define MI_VERSION_PATCH 1
#define MI_VERSION_PATCH 2

#define MI_STRINGIFY(x) #x
#define MI_TOSTRING(x) MI_STRINGIFY(x)
Expand Down

0 comments on commit 29d6537

Please sign in to comment.