Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Updating CHANGELOG, setup.py, and redi/redi.py for release 0.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nrejac committed Nov 25, 2015
1 parent 03ebe25 commit 8fc7e40
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
2015-05-14 v0.14.2
* Summary: Now RED-I can fetch more files initially and run pre-processors in a specific order.

* Runs the dictionary of preprocessors in order sorted by their keys (module names). This is necessary when using multiple preprocessors that have ordered rules. Unsorted dictionaries have unpredictable ordering. (Nicholas Rejack)
* make clean: remove `.eggs` folder (Andrei Sura)
* Fixes #168 - add option to display version number (Andrei Sura)
* Moving logic for creating dictionary of files to download to __init__ method. Improved logging. (Nicholas Rejack)
* Updating TestGetEMRData.py to match new variable names in GetEmrData.py. (Nicholas Rejack)
* Updated GetEmrData.py to rename download_file variable to download_list and download_file function to download_files. (Nicholas Rejack)
* Fixing TestGetEMRData.py now that a new variable has been added to the EmrFileAccessDetails. (Nicholas Rejack)
* UpdatingGetEmrData.py with new functionality. Now, in settings.ini a dictionary of files to be downloaded can be specified for emr_data_file. (Nicholas Rejack)
* Changing variables in EmrFileAccessDetails for readability. (Nicholas Rejack)
* Update README.md (Christopher P. Barnes)
* Update README.md (Christopher P. Barnes)
* use travis in container (Andrei Sura)
* Add makefile tasks related to pypi (Andrei Sura)
* added RedHat/Fedora installation documentation. (Nicholas Rejack)
* bumping version number on docs/conf.py (Nicholas Rejack)
* repaired some broken text in about.rst in documentation. (Nicholas Rejack)

2015-05-14 v0.14.2
* Summary: Preprocessing has been improved to use the rewritten raw CSV file after processing it. This relocates some of the XML processing from GetEMRData.

Expand Down
2 changes: 1 addition & 1 deletion redi/redi.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"""

__author__ = "University of Florida CTS-IT Team"
__version__ = "0.14.2"
__version__ = "0.14.3"
__email__ = "[email protected]"
__status__ = "Development"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

setup(
name='redi',
version='0.14.2',
version='0.14.3',
author='https://www.ctsi.ufl.edu/research/study-development/informatics-consulting/',
author_email='[email protected]',
packages=find_packages(exclude=['test']),
Expand Down

0 comments on commit 8fc7e40

Please sign in to comment.