Skip to content

Commit

Permalink
v3.6.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rtabbara committed Feb 4, 2025
1 parent 8561390 commit 7277c7f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,20 @@ 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.

Mitsuba 3.6.3
Mitsuba 3.6.4
-------------
*January 29, 2025*
*February 4, 2025*

- Upgrade Dr.Jit to `[v1.0.5] <https://github.com/mitsuba-renderer/drjit/releases/tag/v1.0.5>`_
- Fix normalmap `[1a4bea2] <https://github.com/mitsuba-renderer/mitsuba3/commit/1a4bea212c129a5d0239e533107473a5ca89230a>`_
- Fallback mechanism for numerical issues in silhouette sampling `[ce4af8d] <https://github.com/mitsuba-renderer/mitsuba3/commit/ce4af8d31b464f1fc5f52688365eb598272e0153>`_

Mitsuba 3.6.3
-------------
*January 29, 2025*

- Release was retracted


Mitsuba 3.6.2
-------------
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 6
#define MI_VERSION_PATCH 3
#define MI_VERSION_PATCH 4

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

0 comments on commit 7277c7f

Please sign in to comment.