File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 61456145
61466146.. py:data:: mitsuba.MI_VERSION
61476147 :type: str
6148- :value: 3.6.4
6148+ :value: 3.7.0
61496149
61506150.. py:data:: mitsuba.MI_VERSION_MAJOR
61516151 :type: int
61526152 :value: 3
61536153
61546154.. py:data:: mitsuba.MI_VERSION_MINOR
61556155 :type: int
6156- :value: 6
6156+ :value: 7
61576157
61586158.. py:data:: mitsuba.MI_VERSION_PATCH
61596159 :type: int
6160- :value: 4
6160+ :value: 0
61616161
61626162.. py:data:: mitsuba.MI_YEAR
61636163 :type: str
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ strive to document breaking API changes in the release notes below.
77
88Mitsuba 3.7.0
99-------------
10+ *August 7, 2025 *
1011
1112- Upgrade Dr.Jit to version `1.1.0
1213 <https://github.com/mitsuba-renderer/drjit/releases/tag/v1.1.0> `__. The
Original file line number Diff line number Diff line change 99#pragma once
1010
1111#define MI_VERSION_MAJOR 3
12- #define MI_VERSION_MINOR 6
13- #define MI_VERSION_PATCH 4
12+ #define MI_VERSION_MINOR 7
13+ #define MI_VERSION_PATCH 0
1414
1515#define MI_STRINGIFY (x ) #x
1616#define MI_TOSTRING (x ) MI_STRINGIFY(x)
You can’t perform that action at this time.
0 commit comments