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