From 244af54943216c159fcd0152ba5447eeba9fcf22 Mon Sep 17 00:00:00 2001 From: "Karl W. Schulz" Date: Fri, 11 Nov 2022 15:15:07 -0600 Subject: [PATCH] inclusion of a changelog Signed-off-by: Karl W. Schulz --- src/docs/CHANGES | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/docs/CHANGES diff --git a/src/docs/CHANGES b/src/docs/CHANGES new file mode 100644 index 0000000000..be342880ca --- /dev/null +++ b/src/docs/CHANGES @@ -0,0 +1,11 @@ +Version 1.0.4 (11 Nov 2022) + + * update python requirements.txt with minimum versions for numpy and pandas + * addition of progress bar indicator in web-based GUI (#8) + * reduced default content for web-based GUI to reduce load times (#9) + * minor packaging and CI updates + * variety of documentatinon updates + +Version 1.0.3 (07 Nov 2022) + + * initial Omniperf release \ No newline at end of file