Skip to content

Commit d596d77

Browse files
committed
Patch release v3.4.1
1 parent d6b22d1 commit d596d77

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

docs/release_notes.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ 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
9-
----------------
8+
Mitsuba 3.4.1
9+
-------------
10+
11+
*December 11, 2023*
1012

11-
- Upgrade Dr.Jit to [v0.4.4]<https://github.com/mitsuba-renderer/drjit/releases/tag/v0.4.4>
13+
- Upgrade Dr.Jit to `[v0.4.4] <https://github.com/mitsuba-renderer/drjit/releases/tag/v0.4.4>`_
1214

1315
- Solved threading/concurrency issues which could break loading of large scenes or long running optimizations
1416
- Scene's bounding box now gets updated on parameter changes
@@ -38,6 +40,8 @@ Upcoming changes
3840
Mitsuba 3.4.0
3941
-------------
4042

43+
*August 29, 2023*
44+
4145
- Upgrade Dr.Jit to v0.4.3
4246
- Add ``mi.variant_context()``: a Python context manager for setting variants
4347
`[96b219d] <https://github.com/mitsuba-renderer/mitsuba3/commit/96b219d75a69f997623c76611fb6d0b90e2c5c3e>`_
@@ -74,6 +78,8 @@ Mitsuba 3.4.0
7478
Mitsuba 3.3.0
7579
-------------
7680

81+
*April 25, 2023*
82+
7783
- Upgrade Dr.Jit to v0.4.2
7884
- Emitters' members are opaque (fixes long JIT compilation times)
7985
`[df940c1] <https://github.com/mitsuba-renderer/mitsuba3/commit/df940c128116ffa9518058573aa93dedaca6cc33>`_

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 4
13-
#define MI_VERSION_PATCH 0
13+
#define MI_VERSION_PATCH 1
1414

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

0 commit comments

Comments
 (0)