Skip to content

Commit 5bc1d4e

Browse files
committed
Patch release v0.4.4
1 parent 856127f commit 5bc1d4e

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

docs/release_notes.rst

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,20 @@ Being an experimental research framework, Dr.Jit does not strictly follow the
55
`Semantic Versioning <https://semver.org/>`_ convention. That said, we will
66
strive to document breaking API changes in the release notes below.
77

8-
Upcoming releases
9-
-----------------
8+
Dr.Jit 0.4.4
9+
------------
10+
11+
*December 7, 2023*
1012

11-
- Added new `dr.prefix_sum` operation for inclusive and exclusive prefix sums
13+
- Added new ``dr.prefix_sum`` operation for inclusive and exclusive prefix sums
1214
`[4be7aa0] <https://github.com/mitsuba-renderer/drjit/commit/4be7aa03478db5aa61e9c0796bcdc6d1cfb3d678>`_
13-
- Added new `dr.scatter_inc` operation for stream compaction
15+
- Added new ``dr.scatter_inc`` operation for stream compaction
1416
`[754a541] <https://github.com/mitsuba-renderer/drjit/commit/754a541c274c6a57c1f2879e404215a64c507199>`_
1517
- Fix `dr.dispatch` when a instance of the class has been deleted
1618
`[1f908cc] <https://github.com/mitsuba-renderer/drjit/commit/1f908cc48cb8f2d30ce36a63d8a90f7e93b82d5c>`_
17-
- Support for `dr.PCG32` samplers in recorded loops' state
19+
- Support for ``dr.PCG32`` samplers in recorded loops' state
1820
`[58c8485] <https://github.com/mitsuba-renderer/drjit/commit/58c8485a3e4de6ab8323cb8555ed875635efda09>`_
19-
- Extend `dr.binary_search` to additionally support non-scalar and multi-dimensional indices
21+
- Extend ``dr.binary_search`` to additionally support non-scalar and multi-dimensional indices
2022
`[79de06a] <https://github.com/mitsuba-renderer/drjit/commit/79de06a64a59fdcd14e6e922127bec1bde3a68c3>`_ .. `[5fc5750] <https://github.com/mitsuba-renderer/drjit/commit/5fc5750dcd2621002f26ef403a9617ff48680a59>`_
2123
- Fix race condition in ``jit_sync_thread()`` `[6690923] <https://github.com/mitsuba-renderer/drjit-core/commit/6690923505cb4fca3fb7d75b2e1705008c0af738>`_
2224
- Switch ``jitc_vcall_prepare()`` allocation method to avoid deadlocks `[c13ef93] <https://github.com/mitsuba-renderer/drjit-core/commit/c13ef9300ce6627d327b27a1cf14497a94795196>`_

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 3
70+
#define DRJIT_VERSION_PATCH 4
7171

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

0 commit comments

Comments
 (0)