From 04127144ee39dadaae4f4970042ac48454a96732 Mon Sep 17 00:00:00 2001 From: David Katz-Wigmore Date: Tue, 14 Jul 2015 08:31:01 -0700 Subject: [PATCH] Update README.md Added details about each release thus far, setting what I think will be the framework for this document going forward. --- README.md | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 72a1a67..e8eb12e 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,35 @@ # SSVF-Repositry-DQ-Processor ================================================================================================= -Latest Version: v1.1 -Last Updated 7/13/2015 +Latest Version: v1.11 +Last Updated 7/14/2015 Author: David Katz-Wigmore This program stream lines the processes of extracting HMIS client ID numbers from SSVF DQ reports. + +Release Notes: +v1.11--Minor Update +Release Date: 7/14/2015 + + What's New: + Added "Very High Income (Entry)" and "Very High Income (Exit)" catagories to the dropdown menu. + Cleaned up setup.py so that version information displays correctly in the compiled .exe + +v1.1--Full Public Release +Release Date: 7/13/2015 + + Added code documentation and increased regex efficiency with this release. + + There is still no internal testing in the code so that will be coming in a future release though I am quite + confident that everything is working as it should based on the couple of times I used v1.0. + + At this point I'm releasing the program to the greater SSVF community. + + Please contact me with any issues you find in the software. I hope this helps make those long VA .pdf files more o + a usefull data quality tool. + +v1.0--Full Release--Internal Only +Release Date: 04/11/2015 + + All functionality is present in this version but the code is poorly documented and there are no internal tests. +