Skip to content

Releases: mitsuba-renderer/mitsuba3

v3.0.2

15 Sep 07:45
Compare
Choose a tag to compare

Changes in this patch:

  • Change behavior of <spectrum ..> and <rgb ..> tag at scene loading for better consistency between *_rgb and *_spectral variants [f883834]
  • Polarization fixes [2709889], [06c2960]
  • Add PyTorch/Mitsuba interoperability tutorial using dr.wrap_ad()
  • Fix DLL loading crash when working with Mitsuba and PyTorch in Python [59d7b35]
  • Fix crash when evaluating Mitsuba ray tracing kernel from another thread in cuda mode. [cd0846f]
  • Add stubs for Float, ScalarFloat and other builtin types [8249179]
  • Plugins regular and blackbody have renamed parameters: wavelength_min, wavelength_max (previously lambda_min, lambda_max) [9d3487c]
  • Dr.Jit Python stubs are generated during local builds [4302caa8]
  • Minor improvements to the documentation
  • Various other minor fixes

v3.0.1

15 Sep 07:46
Compare
Choose a tag to compare

Changes in this patch:

  • Various minor fixes in documentation
  • Added experimental batch sensor plugin [0986152]
  • Fix LD sampler for JIT modes [98a8ecb]
  • Prevent rebuilding of kernels for each sensor in an optimization [152352f]
  • Fix direction convention in tabphase plugin [49e40ba]
  • Create TLS module lookup cache for new threads [6f62749]

Initial Release (v3.0.0)

15 Sep 07:43
Compare
Choose a tag to compare

This is the first public release of Mitsuba 3.