Skip to content

Commit 75dbdb3

Browse files
committed
update CHANGELOG and setup.py for release 1.6.0
1 parent 6f2a7a5 commit 75dbdb3

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
Changelog
22
=========
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+
324
## [1.5.0] - 2020-12-08
425
### Summary
526

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
from setuptools import setup, find_packages
88

9-
VERSION = "1.5.0"
9+
VERSION = "1.6.0"
1010

1111
setup(
1212
name="nacculator",

0 commit comments

Comments
 (0)