From 6f6651b0aefaea8f82a0ca4412a25807cab2cf23 Mon Sep 17 00:00:00 2001 From: Eric Shi Date: Mon, 14 Oct 2024 16:13:22 -0700 Subject: [PATCH] Fix changelog typo --- CHANGELOG.md | 2 +- exts/omni.warp.core/docs/CHANGELOG.md | 2 +- exts/omni.warp/docs/CHANGELOG.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f33378af0..770bbec34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ ### Fixed - Fix `iter_reverse()` not working as expected for ranges with steps other than 1 ([GH-311](https://github.com/NVIDIA/warp/issues/311)). -- Fix potential out-of-bounds memory access when a `wp.sparse.BsrMatrix` object is reused for storing matrices of different shapes/ +- Fix potential out-of-bounds memory access when a `wp.sparse.BsrMatrix` object is reused for storing matrices of different shapes. - Fix robustness to very low desired tolerance in `wp.fem.utils.symmetric_eigenvalues_qr`. - Fix invalid code generation error messages when nesting dynamic and static for-loops. - Fix caching of kernels with static expressions. diff --git a/exts/omni.warp.core/docs/CHANGELOG.md b/exts/omni.warp.core/docs/CHANGELOG.md index 87897c2b9..94d42d6e5 100644 --- a/exts/omni.warp.core/docs/CHANGELOG.md +++ b/exts/omni.warp.core/docs/CHANGELOG.md @@ -5,7 +5,7 @@ ### Fixed - Fix `iter_reverse()` not working as expected for ranges with steps other than 1 ([GH-311](https://github.com/NVIDIA/warp/issues/311)). -- Fix potential out-of-bounds memory access when a `wp.sparse.BsrMatrix` object is reused for storing matrices of different shapes/ +- Fix potential out-of-bounds memory access when a `wp.sparse.BsrMatrix` object is reused for storing matrices of different shapes. - Fix robustness to very low desired tolerance in `wp.fem.utils.symmetric_eigenvalues_qr`. - Fix invalid code generation error messages when nesting dynamic and static for-loops. - Fix caching of kernels with static expressions. diff --git a/exts/omni.warp/docs/CHANGELOG.md b/exts/omni.warp/docs/CHANGELOG.md index 87897c2b9..94d42d6e5 100644 --- a/exts/omni.warp/docs/CHANGELOG.md +++ b/exts/omni.warp/docs/CHANGELOG.md @@ -5,7 +5,7 @@ ### Fixed - Fix `iter_reverse()` not working as expected for ranges with steps other than 1 ([GH-311](https://github.com/NVIDIA/warp/issues/311)). -- Fix potential out-of-bounds memory access when a `wp.sparse.BsrMatrix` object is reused for storing matrices of different shapes/ +- Fix potential out-of-bounds memory access when a `wp.sparse.BsrMatrix` object is reused for storing matrices of different shapes. - Fix robustness to very low desired tolerance in `wp.fem.utils.symmetric_eigenvalues_qr`. - Fix invalid code generation error messages when nesting dynamic and static for-loops. - Fix caching of kernels with static expressions.