Skip to content

Commit 4b022cb

Browse files
committed
Patch release v0.4.6
1 parent c69f315 commit 4b022cb

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

docs/release_notes.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,22 @@ Being an experimental research framework, Dr.Jit does not strictly follow the
66
strive to document breaking API changes in the release notes below.
77

88

9-
Dr.Jit 0.4.5
9+
Dr.Jit 0.4.6
1010
------------
1111

1212
*June 4, 2024*
1313

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

16+
- Set maximum pybind11 version requirement
17+
`[c69f315] <https://github.com/mitsuba-renderer/drjit/commit/c69f31594702b60fccaa21a502587e9c531c5dd3>`_
18+
19+
20+
Dr.Jit 0.4.5
21+
------------
22+
23+
*June 4, 2024*
24+
1625
- Fix wavefront loops which would occasionally create new kernels
1726
`[8f09760] <https://github.com/mitsuba-renderer/drjit/commit/8f0976008f3662756bb078f713e383a98f944e1d>`_
1827
- Fix source of CUDA segfaults

include/drjit/fwd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767

6868
#define DRJIT_VERSION_MAJOR 0
6969
#define DRJIT_VERSION_MINOR 4
70-
#define DRJIT_VERSION_PATCH 5
70+
#define DRJIT_VERSION_PATCH 6
7171

7272
#define DRJIT_STRINGIFY(x) #x
7373
#define DRJIT_TOSTRING(x) DRJIT_STRINGIFY(x)

0 commit comments

Comments
 (0)