Skip to content

v3.0.2

Compare
Choose a tag to compare
@njroussel njroussel released this 15 Sep 07:45
· 1110 commits to master since this release

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