You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 12, 2023. It is now read-only.
Copy file name to clipboardexpand all lines: CHANGELOG
+20
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,23 @@
1
+
2015-05-14 v0.14.2
2
+
* Summary: Now RED-I can fetch more files initially and run pre-processors in a specific order.
3
+
4
+
* 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)
5
+
* make clean: remove `.eggs` folder (Andrei Sura)
6
+
* Fixes #168 - add option to display version number (Andrei Sura)
7
+
* Moving logic for creating dictionary of files to download to __init__ method. Improved logging. (Nicholas Rejack)
8
+
* Updating TestGetEMRData.py to match new variable names in GetEmrData.py. (Nicholas Rejack)
9
+
* Updated GetEmrData.py to rename download_file variable to download_list and download_file function to download_files. (Nicholas Rejack)
10
+
* Fixing TestGetEMRData.py now that a new variable has been added to the EmrFileAccessDetails. (Nicholas Rejack)
11
+
* 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)
12
+
* Changing variables in EmrFileAccessDetails for readability. (Nicholas Rejack)
13
+
* Update README.md (Christopher P. Barnes)
14
+
* Update README.md (Christopher P. Barnes)
15
+
* use travis in container (Andrei Sura)
16
+
* Add makefile tasks related to pypi (Andrei Sura)
* bumping version number on docs/conf.py (Nicholas Rejack)
19
+
* repaired some broken text in about.rst in documentation. (Nicholas Rejack)
20
+
1
21
2015-05-14 v0.14.2
2
22
* Summary: Preprocessing has been improved to use the rewritten raw CSV file after processing it. This relocates some of the XML processing from GetEMRData.
If you get an error message while compiling pycrypto, you will need to install pycrypto separately:
219
+
220
+
.. raw:: html
221
+
222
+
<pre>
223
+
sudo yum install python-crypto
224
+
</pre>
225
+
226
+
* To use the example config, documentation, and other associated RED-I files, you will need to get files from the GitHub repository. You have two options:
227
+
228
+
1. Clone the repo by using Git.
229
+
230
+
.. raw:: html
231
+
232
+
<pre>
233
+
yum install git
234
+
</pre>
235
+
236
+
Set up your install of Git to use the key on your GitHub account. Instructions are at: https://help.github.com/articles/generating-ssh-keys/
0 commit comments