Skip to content

Releases: Asixa/RayD

v0.1.6

30 Mar 08:23

Choose a tag to compare

Add Edge Mask for BVH and support set_device for multi-GPUs.

v0.1.5

26 Mar 17:30

Choose a tag to compare

v0.1.5

v0.1.4

26 Mar 16:48

Choose a tag to compare

Update pyproject.toml

v0.1.3

26 Mar 16:46

Choose a tag to compare

Pin nanobind to 2.9.2

Add nanobind==2.9.2 to drjit build constraints and update pyproject.toml to require nanobind==2.9.2 (replacing 2.11.0). This aligns the build-system dependency with the repository constraints and ensures compatibility with the drjit build environment.

v0.1.1

25 Mar 07:26

Choose a tag to compare

Relax drjit minimum version to 1.2.0

Lower the required Dr.Jit version from 1.3.0 to 1.2.0 across the project. Updated the CMake error message, README installation instructions and requirements list, and pyproject.toml (build-system and dependencies) so the package can be built/installed with drjit>=1.2.0.

v0.1.0

25 Mar 02:25

Choose a tag to compare

fix: update CUDA command in CMakeLists.txt for compatibility