From 33b10351d1105ae8a0b1ce94a9d5cb494276091f Mon Sep 17 00:00:00 2001
From: Ryan Randles Jones <rrand11@uab.edu>
Date: Tue, 8 Dec 2020 11:03:53 -0600
Subject: [PATCH] add release notes

---
 Release_Notes.md | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 Release_Notes.md

diff --git a/Release_Notes.md b/Release_Notes.md
new file mode 100644
index 0000000..f756670
--- /dev/null
+++ b/Release_Notes.md
@@ -0,0 +1,15 @@
+# Release notes version - 1 (12/08/2020)
+# Cluster Analysis
+
+This initial version creates the dataset, kmeans clustering, and resulting graphs to analize how our users are utilizing the cluster.
+
+Features included:
+- User input to choose date range of data to analyze
+- User input to choose min and max values for ReqMemCPU, AllocCPUS, and Elapsed
+- User input to choose how data is normalized: 0-1, log, or no normalization
+- User input to choose min and max x and y axes for 2D histogram graphs
+
+# Next Release Planned Features
+
+- data on job counts for each density spot in 2d histograms
+- summary statistics for each cluster in the form of the count of jobs and the count of users per cluster
\ No newline at end of file
-- 
GitLab