Skip to content

Commit 29d6537

Browse files
committed
Patch release v3.5.2
1 parent a1387df commit 29d6537

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

docs/generated/extracted_rst_api.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10894,7 +10894,7 @@
1089410894

1089510895
.. py:data:: mitsuba.MI_VERSION
1089610896
:type: str
10897-
:value: 3.5.0
10897+
:value: 3.5.2
1089810898

1089910899
.. py:data:: mitsuba.MI_VERSION_MAJOR
1090010900
:type: int
@@ -10906,7 +10906,7 @@
1090610906

1090710907
.. py:data:: mitsuba.MI_VERSION_PATCH
1090810908
:type: int
10909-
:value: 0
10909+
:value: 2
1091010910

1091110911
.. py:data:: mitsuba.MI_YEAR
1091210912
:type: str

docs/release_notes.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ Being an experimental research framework, Mitsuba 3 does not strictly follow the
55
`Semantic Versioning <https://semver.org/>`_ convention. That said, we will
66
strive to document breaking API changes in the release notes below.
77

8-
Upcoming changes
8+
Mitsuba 3.5.2
99
-------------
1010

11+
*June 5, 2024*
12+
1113
Most likely the last release which uses `pybind11 <https://pybind11.readthedocs.io>`_.
1214

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

21+
*June 5, 2024*
22+
1923
- Upgrade Dr.Jit to `[v0.4.6] <https://github.com/mitsuba-renderer/drjit/releases/tag/v0.4.6>`_
2024
- More robust scene clean-up when using Embree
2125
`[7bb672c] <https://github.com/mitsuba-renderer/mitsuba3/commit/7bb672c32d64ad9a4996d3c7700d445d2c5750bc>`_
@@ -40,6 +44,8 @@ Mitsuba 3.5.1
4044
Mitsuba 3.5.0
4145
-------------
4246

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

include/mitsuba/mitsuba.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
#define MI_VERSION_MAJOR 3
1212
#define MI_VERSION_MINOR 5
13-
#define MI_VERSION_PATCH 1
13+
#define MI_VERSION_PATCH 2
1414

1515
#define MI_STRINGIFY(x) #x
1616
#define MI_TOSTRING(x) MI_STRINGIFY(x)

0 commit comments

Comments
 (0)