File tree 3 files changed +8
-2
lines changed 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 5
5
Changelog
6
6
#########
7
7
8
+ DrJit 1.0.1 (November 23, 2024)
9
+ -------------------------------
10
+
11
+ - Fixes to various edges cases of :py:func: `drjit.dda.dda ` (commit `4ce97d
12
+ <https://github.com/mitsuba-renderer/drjit/commit/4ce97dc4a5396c74887a6b123e2219e8def680d6> `__).
13
+
8
14
DrJit 1.0.0 (November 21, 2024)
9
15
-------------------------------
10
16
Original file line number Diff line number Diff line change @@ -36,4 +36,4 @@ How to make a new release?
36
36
from the tag created at step 10. The changelog can be copied from step 2.
37
37
38
38
15. Checkout the ``stable `` branch and run ``git pull --ff-only origin vX.Y.Z ``
39
- and ``git push ``
39
+ and ``git push ``
Original file line number Diff line number Diff line change 63
63
64
64
#define DRJIT_VERSION_MAJOR 1
65
65
#define DRJIT_VERSION_MINOR 0
66
- #define DRJIT_VERSION_PATCH 0
66
+ #define DRJIT_VERSION_PATCH 1
67
67
68
68
#define DRJIT_STRINGIFY (x ) #x
69
69
#define DRJIT_TOSTRING (x ) DRJIT_STRINGIFY(x)
You can’t perform that action at this time.
0 commit comments