Skip to content

Commit

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

- New projective sampling based integrators, see PR `#997 <https://github.com/mitsuba-renderer/mitsuba3/pull/997>`_ for more details.
Here's a brief overview of some of the major or breaking changes:
Expand All @@ -16,7 +16,6 @@ Upcoming changes
- Removed reparameterizations
- Can no longer differentiate ``instance``, ``sdfgrid`` and ``Sensor``'s positions


Mitsuba 3.4.1
-------------

Expand Down
4 changes: 2 additions & 2 deletions include/mitsuba/mitsuba.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
#pragma once

#define MI_VERSION_MAJOR 3
#define MI_VERSION_MINOR 4
#define MI_VERSION_PATCH 1
#define MI_VERSION_MINOR 5
#define MI_VERSION_PATCH 0

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

0 comments on commit 4577713

Please sign in to comment.