From 1bd64feee58ebdee637de69970ec5f0a51484e17 Mon Sep 17 00:00:00 2001 From: "Karl W. Schulz" Date: Mon, 12 Dec 2022 15:01:35 -0500 Subject: [PATCH] changelog additions for next release Signed-off-by: Karl W. Schulz [ROCm/rocprofiler-compute commit: dceabb9ddcf86a3e567b8ec5e1e8740fd5317d26] --- projects/rocprofiler-compute/CHANGES | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/projects/rocprofiler-compute/CHANGES b/projects/rocprofiler-compute/CHANGES index 8609b1e06a..dfe4e5cb01 100644 --- a/projects/rocprofiler-compute/CHANGES +++ b/projects/rocprofiler-compute/CHANGES @@ -1,3 +1,12 @@ +Version 1.0.5 (13 Dec 2022) + + * store application command-line parameters in profiling output (#27) + * enable additional normalizations in CLI mode (#30) + * update L1 bandwidth metric calculations (#36) + * add L1 <-> L2 bandwidth calculation (#37) + * documentation updates (#38, #41) + * maintain git sha in production installs from tarball (#53) + Version 1.0.4 (11 Nov 2022) * update python requirements.txt with minimum versions for numpy and pandas