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

Commit

Permalink
Merge branch 'release/0.15.3' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy Keyes committed May 19, 2016
2 parents 9076657 + 0a9529e commit dca1f3a
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
38 changes: 38 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,41 @@
2016-05-19 v0.15.3

* modify TestSortElementTree to test for new commandline switch for keeping all results that bypasses the compress events functions (Christopher Barnes)
* Updating GetTheDocs URL in README.md (Nicholas Rejack)
* Allow setuptools_scm to set the version when it's importing redi.py (Nicholas Rejack)
* docs/conf.py needs to get the version from one directory up. (Nicholas Rejack)
* Adding 2 necessary elements to validate formEvents with HCV RNA forms. Fixing whitespace. (Nicholas Rejack)
* Adding setuptools_scm to docs/conf.py. Now using dynamically-set version number (based on Git tag) (Nicholas Rejack)
* Adding setuptools_scm to redi.py. Now using dynamically-set version number (based on Git tag) (Nicholas Rejack)
* Adding setuptools_scm to setup.py. Now using dynamically-set version number (based on Git tag) (Nicholas Rejack)
* Fixing broken test by reordering XML statements so they validate. (Nicholas Rejack)
* Modifying redi/redi.py to add validation for XSD for formEvents.xml (Nicholas Rejack)
* Added redi/utils/formEvents.xsd to validate formEvents.xml (Nicholas Rejack)
* add info on tests needed before I can make a pull request, to TODO (Christopher Barnes)
* comment out test for --keep-all, add TODO to fix this later (Christopher Barnes)
* Add 2 TODOs that cover issues with the timestamp and how it affects conmeds. (Buck72)
* take the -keep-all logic out of get_key_date (Christopher Barnes)
* take the -keep-all logic out of get_key_date (Christopher Barnes)
* add keep-all-results logic to get_key_dates (Christopher Barnes)
* add keep-all-results logic to get_key_dates (Christopher Barnes)
* mod TestSortElementTree.py to have test keep-all results inputs (Christopher Barnes)
* mod TestSortElementTree.py to have correct number of args(3) to handle new input keep-all (Christopher Barnes)
* fixed incorrect ref to input_file to input_file_path on line 400 in _run (Christopher Barnes)
* set flase correctly in sort elements to turn OFF compression (Christopher Barnes)
* add keep all to create person xml func (Christopher Barnes)
* add keep all to create person xml func (Christopher Barnes)
* add keep all to create person xml func (Christopher Barnes)
* change all refs to --kepp all to use true and false (Christopher Barnes)
* fix inputs to sort_element_tree, pass in keep all results (Christopher Barnes)
* fix inputs to _run, change inputfilename to input_file_path (Christopher Barnes)
* fix inputs to _run, added -K and -f args and set defaults to none (Christopher Barnes)
* process raw file correctly as part of keep all results (Christopher Barnes)
* process raw file correctly as part of keep all results (Christopher Barnes)
* cleanup -K keep all switch (Christopher Barnes)
* cleanup -K keep all switch (Christopher Barnes)
* cleanup -K keep all switch (Christopher Barnes)
* add switch to keep all results (Christopher Barnes)

2016-03-17 v0.15.2

* Summary: Hotfix to fix logging behavior when input file is not present.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
'redi': ['utils/*.xsl', 'utils/*.xsd']
},
url='https://github.com/ctsit/redi',
download_url = 'https://github.com/ctsit/redi/releases/tag/0.15.1',
download_url = 'https://github.com/ctsit/redi/releases/tag/0.15.3',
keywords = ['EMR', 'EHR', 'REDCap', 'Clinical Data'],
license='BSD 3-Clause',
description='REDCap Electronic Data Importer',
Expand Down

0 comments on commit dca1f3a

Please sign in to comment.