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

Commit 0a9529e

Browse files
author
Roy Keyes
committed
Update CHANGELOG and setup.py for release 0.15.3
1 parent 9076657 commit 0a9529e

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

CHANGELOG

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
2016-05-19 v0.15.3
2+
3+
* modify TestSortElementTree to test for new commandline switch for keeping all results that bypasses the compress events functions (Christopher Barnes)
4+
* Updating GetTheDocs URL in README.md (Nicholas Rejack)
5+
* Allow setuptools_scm to set the version when it's importing redi.py (Nicholas Rejack)
6+
* docs/conf.py needs to get the version from one directory up. (Nicholas Rejack)
7+
* Adding 2 necessary elements to validate formEvents with HCV RNA forms. Fixing whitespace. (Nicholas Rejack)
8+
* Adding setuptools_scm to docs/conf.py. Now using dynamically-set version number (based on Git tag) (Nicholas Rejack)
9+
* Adding setuptools_scm to redi.py. Now using dynamically-set version number (based on Git tag) (Nicholas Rejack)
10+
* Adding setuptools_scm to setup.py. Now using dynamically-set version number (based on Git tag) (Nicholas Rejack)
11+
* Fixing broken test by reordering XML statements so they validate. (Nicholas Rejack)
12+
* Modifying redi/redi.py to add validation for XSD for formEvents.xml (Nicholas Rejack)
13+
* Added redi/utils/formEvents.xsd to validate formEvents.xml (Nicholas Rejack)
14+
* add info on tests needed before I can make a pull request, to TODO (Christopher Barnes)
15+
* comment out test for --keep-all, add TODO to fix this later (Christopher Barnes)
16+
* Add 2 TODOs that cover issues with the timestamp and how it affects conmeds. (Buck72)
17+
* take the -keep-all logic out of get_key_date (Christopher Barnes)
18+
* take the -keep-all logic out of get_key_date (Christopher Barnes)
19+
* add keep-all-results logic to get_key_dates (Christopher Barnes)
20+
* add keep-all-results logic to get_key_dates (Christopher Barnes)
21+
* mod TestSortElementTree.py to have test keep-all results inputs (Christopher Barnes)
22+
* mod TestSortElementTree.py to have correct number of args(3) to handle new input keep-all (Christopher Barnes)
23+
* fixed incorrect ref to input_file to input_file_path on line 400 in _run (Christopher Barnes)
24+
* set flase correctly in sort elements to turn OFF compression (Christopher Barnes)
25+
* add keep all to create person xml func (Christopher Barnes)
26+
* add keep all to create person xml func (Christopher Barnes)
27+
* add keep all to create person xml func (Christopher Barnes)
28+
* change all refs to --kepp all to use true and false (Christopher Barnes)
29+
* fix inputs to sort_element_tree, pass in keep all results (Christopher Barnes)
30+
* fix inputs to _run, change inputfilename to input_file_path (Christopher Barnes)
31+
* fix inputs to _run, added -K and -f args and set defaults to none (Christopher Barnes)
32+
* process raw file correctly as part of keep all results (Christopher Barnes)
33+
* process raw file correctly as part of keep all results (Christopher Barnes)
34+
* cleanup -K keep all switch (Christopher Barnes)
35+
* cleanup -K keep all switch (Christopher Barnes)
36+
* cleanup -K keep all switch (Christopher Barnes)
37+
* add switch to keep all results (Christopher Barnes)
38+
139
2016-03-17 v0.15.2
240

341
* Summary: Hotfix to fix logging behavior when input file is not present.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
'redi': ['utils/*.xsl', 'utils/*.xsd']
2828
},
2929
url='https://github.com/ctsit/redi',
30-
download_url = 'https://github.com/ctsit/redi/releases/tag/0.15.1',
30+
download_url = 'https://github.com/ctsit/redi/releases/tag/0.15.3',
3131
keywords = ['EMR', 'EHR', 'REDCap', 'Clinical Data'],
3232
license='BSD 3-Clause',
3333
description='REDCap Electronic Data Importer',

0 commit comments

Comments
 (0)