Commit e65fc80 1 parent 1ba16a1 commit e65fc80 Copy full SHA for e65fc80
File tree 2 files changed +14
-2
lines changed
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
+ ## [1.7.0] - 2021-01-15
4
+ ### Summary
5
+ This release incorporates the telephone followup packet 3.2 module which
6
+ includes the C2T form. Centers will be able to process data from forms like
7
+ the T1 and C2T, along with the expanded telehealth regimen in the other
8
+ forms provided by NACC due to the COVID-19 pandemic.
9
+
10
+ ### Added
11
+ * Unit tests for TFP module functionality
12
+ * Re-add skipping logic to TFP form a3 from the updated DED for TFP
13
+ * Added the tele_ prefix to drug id filter for form A4
14
+
3
15
## [1.6.0] - 2020-12-15
4
16
### Summary
5
- This change was implemented after getting feedback from OHSU. Some ADRCs do
17
+ This change was implemented after getting feedback from OHSU. Some ADRCs do
6
18
not have the optional forms like A2 or A3 in their REDCap project at all, since
7
19
they will not be used for that center. NACCulator used to run with the
8
20
requirement that all forms be present in a REDCap project, whether they were
Original file line number Diff line number Diff line change 6
6
7
7
from setuptools import setup , find_packages
8
8
9
- VERSION = "1.6 .0"
9
+ VERSION = "1.7 .0"
10
10
11
11
setup (
12
12
name = "nacculator" ,
You can’t perform that action at this time.
0 commit comments