Skip to content

Commit

Permalink
Patch release v0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
njroussel committed Jun 4, 2024
1 parent 5170d3c commit ca178a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@ Being an experimental research framework, Dr.Jit does not strictly follow the
`Semantic Versioning <https://semver.org/>`_ convention. That said, we will
strive to document breaking API changes in the release notes below.

Upcoming release
----------------

Most likely the last release relying on Pybind11
Dr.Jit 0.4.5
------------

*June 4, 2024*

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

- Fix wavefront loops which would occasionally create new kernels
`[8f09760] <https://github.com/mitsuba-renderer/drjit/commit/8f0976008f3662756bb078f713e383a98f944e1d>`_
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 4
#define DRJIT_VERSION_PATCH 5

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

0 comments on commit ca178a2

Please sign in to comment.