From c3d2bbb8249522cf9428bfa00e8b2c1cd9cf38ef Mon Sep 17 00:00:00 2001 From: Sebastien Speierer Date: Tue, 19 May 2020 13:39:15 +0200 Subject: [PATCH] Update Release notes --- docs/release_notes.rst | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index bb613cfab..d8cc3bb76 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -11,6 +11,36 @@ Incoming release - TBA +Mitsuba 2.1.0 +------------- + +*May 19, 2020* + +- Switch to OptiX 7 for GPU ray tracing backend (`#88 `_) +- Mesh memory layout redesign (`#88 `_) +- Custom shape support for OptiX raytracing backend (`#135 `_) +- ``xml.dict_to_xml()`` for writing XML scene file from Python (`#131 `_) + +Mitsuba 2.0.1 +------------- + +*May 18, 2020* + +- ``xml.load_dict()`` for Mitsuba scene/object construction in Python (`#122 `_) +- Scene traversal mechanism enhancement (`#108 `_) +- Support premultiplied alpha correctly (`#104 `_) +- Spot light plugin (`#100 `_) +- Add Blender mesh constructor (`40db7be `_) +- Irradiancemeter sensor plugin (`b19985b `_) +- Radiancemeter sensor plugin (`#83 `_) +- Distant emitter plugin (`#60 `_) +- Custom shape support for Embree raytracing backend (`2c1b63f `_) +- Add ability to specify Python default variant (`4472b55 `_) +- Add pytest -m "not slow" option (`4597466 `_) +- Moment integrator and Z-tests (`74b2bf6 `_) +- Spatially-varying `alpha` for roughconductor and roughdielectric (`cac8741 `_) +- Various bug fixes and other improvements + Mitsuba 2.0.0 -------------