Commit 75dbdb3 1 parent 6f2a7a5 commit 75dbdb3 Copy full SHA for 75dbdb3
File tree 2 files changed +22
-1
lines changed
2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
+ ## [1.6.0] - 2020-12-15
4
+ ### Summary
5
+ This change was implemented after getting feedback from OHSU. Some ADRCs do
6
+ not have the optional forms like A2 or A3 in their REDCap project at all, since
7
+ they will not be used for that center. NACCulator used to run with the
8
+ requirement that all forms be present in a REDCap project, whether they were
9
+ optional or not. This change is very similar to the one made previously that
10
+ made the CLS, Z1, and C1 forms optional for the REDCap csv input.
11
+ I also fixed a bug in the FTLD FVP builder that would cause it to look for the
12
+ IVP Z1X form.
13
+
14
+ ### added
15
+ * Make optional forms for FTLD optional in REDCap project
16
+ * Make all optional UDS3 forms optional in REDCap project
17
+
18
+
19
+ ### changed
20
+ * Fix cruft in FVP builder (Samantha Emerson)
21
+ * Update README to account for cappy install complication
22
+ * Fix ftld fvp builder to take followup Z1X instead of initial
23
+
3
24
## [1.5.0] - 2020-12-08
4
25
### Summary
5
26
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.5 .0"
9
+ VERSION = "1.6 .0"
10
10
11
11
setup (
12
12
name = "nacculator" ,
You can’t perform that action at this time.
0 commit comments