Skip to content

Commit

Permalink
Patch release v0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
njroussel committed Jun 4, 2024
1 parent c69f315 commit 4b022cb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,22 @@ Being an experimental research framework, Dr.Jit does not strictly follow the
strive to document breaking API changes in the release notes below.


Dr.Jit 0.4.5
Dr.Jit 0.4.6
------------

*June 4, 2024*

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

- Set maximum pybind11 version requirement
`[c69f315] <https://github.com/mitsuba-renderer/drjit/commit/c69f31594702b60fccaa21a502587e9c531c5dd3>`_


Dr.Jit 0.4.5
------------

*June 4, 2024*

- Fix wavefront loops which would occasionally create new kernels
`[8f09760] <https://github.com/mitsuba-renderer/drjit/commit/8f0976008f3662756bb078f713e383a98f944e1d>`_
- Fix source of CUDA segfaults
Expand Down
2 changes: 1 addition & 1 deletion include/drjit/fwd.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@

#define DRJIT_VERSION_MAJOR 0
#define DRJIT_VERSION_MINOR 4
#define DRJIT_VERSION_PATCH 5
#define DRJIT_VERSION_PATCH 6

#define DRJIT_STRINGIFY(x) #x
#define DRJIT_TOSTRING(x) DRJIT_STRINGIFY(x)
Expand Down

0 comments on commit 4b022cb

Please sign in to comment.