Skip to content

Commit

Permalink
Patch release v3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
njroussel committed Dec 11, 2023
1 parent d6b22d1 commit d596d77
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ 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.4.1
-------------

*December 11, 2023*

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

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

*August 29, 2023*

- Upgrade Dr.Jit to v0.4.3
- Add ``mi.variant_context()``: a Python context manager for setting variants
`[96b219d] <https://github.com/mitsuba-renderer/mitsuba3/commit/96b219d75a69f997623c76611fb6d0b90e2c5c3e>`_
Expand Down Expand Up @@ -74,6 +78,8 @@ Mitsuba 3.4.0
Mitsuba 3.3.0
-------------

*April 25, 2023*

- Upgrade Dr.Jit to v0.4.2
- Emitters' members are opaque (fixes long JIT compilation times)
`[df940c1] <https://github.com/mitsuba-renderer/mitsuba3/commit/df940c128116ffa9518058573aa93dedaca6cc33>`_
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 4
#define MI_VERSION_PATCH 0
#define MI_VERSION_PATCH 1

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

0 comments on commit d596d77

Please sign in to comment.