Skip to content

Commit

Permalink
Update drjit submodule & bump Dr.Jit version requirement to 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
njroussel committed Jun 4, 2024
1 parent 680832c commit e8f4427
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
echo "MI_CMAKE_TOOLCHAIN_FILE=$(pwd)/.github/workflows/macOS_arm64_toolchain.cmake" >> $GITHUB_ENV && \
echo "CIBW_BEFORE_BUILD_MACOS=\
rm -rf /tmp/drjit_wheel && mkdir -p /tmp/drjit_wheel/ && cd /tmp/drjit_wheel && \
pip download --platform=macosx_11_0_arm64 --only-binary=:all: drjit==0.4.5 && \
pip download --platform=macosx_11_0_arm64 --only-binary=:all: drjit==0.4.6 && \
unzip *.whl" >> $GITHUB_ENV && \
echo "MI_DRJIT_CMAKE_DIR=/tmp/drjit_wheel/drjit/share/cmake/drjit" >> $GITHUB_ENV && \
echo "MI_SRGB_COEFF_FILE=$(pwd)/build/data/srgb.coeff" >> $GITHUB_ENV && \
Expand Down
4 changes: 2 additions & 2 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ strive to document breaking API changes in the release notes below.
Incoming changes
----------------

Most likely the last release relying on Pybind11
Most likely the last release which uses `pybind11 <https://pybind11.readthedocs.io>`_.

- Upgrade Dr.Jit to ...
- Upgrade Dr.Jit to `[v0.4.6] <https://github.com/mitsuba-renderer/drjit/releases/tag/v0.4.6>`_
- More robust scene clean-up when using Embree
`[7bb672c] <https://github.com/mitsuba-renderer/mitsuba3/commit/7bb672c32d64ad9a4996d3c7700d445d2c5750bc>`_
- Support for AOV fields in Python AD integrators
Expand Down
2 changes: 1 addition & 1 deletion ext/drjit
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools", "wheel", "scikit-build", "cmake", "ninja", "pybind11>=2.10.1,<=v2.11.1", "drjit==0.4.5"]
requires = ["setuptools", "wheel", "scikit-build", "cmake", "ninja", "pybind11>=2.10.1,<=v2.11.1", "drjit==0.4.6"]

[tool.pytest.ini_options]
norecursedirs = [ "ext" ]

0 comments on commit e8f4427

Please sign in to comment.