Release notes¶
Being an experimental research framework, Dr.Jit does not strictly follow the Semantic Versioning convention. That said, we will strive to document breaking API changes in the release notes below.
Incoming release¶
…
Dr.Jit 0.2.2¶
September 12, 2022
Add bindings for
dr.llvm_version()[07e9da8]Fix
dr.make_opaquefor diff TensorXf [f6bde89]Change behavior of
dr.diff_array_tto always return a type [e0172fc]Compilation fixes for stub files generation [bf770d4]
Add missing operations on Tensor types [15d490c]
Fix dr.shape for ragged arrays [a026b56]
Add the
dr.wrap_ad()function decorator for interoperability between AD-aware frameworks (e.g. Dr.Jit and PyTorch) [4a1528e]dr.devicehandles the case where the input was allocated by another framework [9e993a6]
Dr.Jit 0.2.1¶
July 20, 2022
Fix upsampling of multichannel textures [53dd605]
Dr.Jit 0.2.0¶
July 19, 2022
Dr.Jit 0.1.0¶
July 18, 2022
Initial release