From 7e089cbae4fba9ddde0147e47dcb801e1fb23bae Mon Sep 17 00:00:00 2001 From: Eric Shi Date: Fri, 18 Oct 2024 08:54:15 -0700 Subject: [PATCH] Fix changelog entries --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a8308d8..6ff68a16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,9 @@ ### Fixed +- Fix printing vector and matrix adjoints in backward kernels. +- Fix kernel compile error when printing structs. + ## [1.4.1] - 2024-10-15 ### Fixed @@ -25,8 +28,6 @@ - Fix caching of kernels with static expressions. - Fix `ModelBuilder.add_builder(builder)` to correctly update `articulation_start` and thereby `articulation_count` when `builder` contains more than one articulation. - Re-introduced the `wp.rand*()`, `wp.sample*()`, and `wp.poisson()` onto the Python scope to revert a breaking change. -- Fix printing vector and matrix adjoints in backward kernels. -- Fix kernel compile error when printing structs. ## [1.4.0] - 2024-10-01