From 782c32bd51deabf60a56176335e58f45ef3e19a2 Mon Sep 17 00:00:00 2001 From: Ryan Randles Jones <rrand11@uab.edu> Date: Tue, 22 Dec 2020 12:21:40 -0600 Subject: [PATCH] Release_Notes.md - bug fix and version 2.0a --- Release_Notes.md | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/Release_Notes.md b/Release_Notes.md index f756670..e727ad4 100644 --- a/Release_Notes.md +++ b/Release_Notes.md @@ -1,4 +1,4 @@ -# Release notes version - 1 (12/08/2020) +# Release notes version - 1.0 (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. @@ -9,7 +9,18 @@ Features included: - 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 + # Next Release Planned Features (coming December 2020) -- 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 + - 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 + +# Release Notes version - 1.1 Bug Fix (12/15/2020) + +Dataset for completed jobs orginally had all jobs and each of their job steps. This skewed the clustering graphs, as there were more data points than individual jobs ran. The data is now being pulled into the dataset using only allocated jobs (done with -X in the slurm2sql.slurm2sql command), which results in each row of the dataset being a different job. + +# Release Notes verion - 2.0a (12/22/2020) +Added summary stats for each cluster. This includes the count for both jobs ran and users running those jobs for each of the four clusters. +- summary statistics in the form of a table showing the job and user count for each cluster + + # Next Release Planned Features (will be released by 12/23/2020) + - part b of version 2.0 - data on job counts for each density spot in 2d histograms -- GitLab