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
Copy file name to clipboardExpand all lines: CHANGELOG
+40Lines changed: 40 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,43 @@
1
+
2015-04-23 v0.14.1
2
+
* Summary: PreProc and PostProc Hooks! RED-I has added the ability to hook scripts for post processing and preprocessing along with other minor fixes. These features now allow for the writing of filters and the emailing of log messages, for example, at the begining and end of a RED-I run.
3
+
4
+
* removed project-specific code from preproc.py (Nicholas Rejack)
5
+
* removing project-specific preprocessing test file (Nicholas Rejack)
6
+
* removed line from settings.ini. REDI-I runs out of the box without any preprocessors required (Nich
* Fix indentation briken by commit id b8431f26ec459daf1cc1efe9ebf7c4583dacc572 (Ruchi Vivek Desai)
28
+
* Fix indentation of Windows installation instructions (Ruchi Vivek Desai)
29
+
* Add instructions for installing RED-I on Windows (Ruchi Vivek Desai)
30
+
* Fix email address (Ruchi Vivek Desai)
31
+
* Minor code cleanup (Taeber Rapczak)
32
+
* Add more context for preprocessors to use (Taeber Rapczak)
33
+
* Implement filter_old_labs() (Taeber Rapczak)
34
+
* Implement filter_old_labs() (Taeber Rapczak)
35
+
* Implement group_rows_by_panel (Taeber Rapczak)
36
+
* fetch_consent_dates function now implemented and working. (Nicholas Rejack)
37
+
* Resolve preproc import issue (Taeber Rapczak)
38
+
* updated preproc.py. Only fails on NotImplementedError now. (Nicholas Rejack)
39
+
* updated preproc.py to fix variable names when fetching consent date. (Nicholas Rejack)
40
+
1
41
2015-04-09 v0.14.0
2
42
* Summary: RED-I has multiple functional and other improvements in this release: licensing has been added in each file. RED-I is now available from PyPI as 'redi'. Most importantly,
3
43
when multiple lab results come in on the same day, RED-I now takes the first lab of the day, unless it has a value of 'canceled'. RED-I also auto-resumes in the case of a network timeout. Reporting has been improved with more information.
0 commit comments