Skip to content

Commit e65fc80

Browse files
committed
Update CHANGELOG and setup.py for release 1.7.0
1 parent 1ba16a1 commit e65fc80

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
Changelog
22
=========
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+
315
## [1.6.0] - 2020-12-15
416
### 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
618
not have the optional forms like A2 or A3 in their REDCap project at all, since
719
they will not be used for that center. NACCulator used to run with the
820
requirement that all forms be present in a REDCap project, whether they were

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.6.0"
9+
VERSION = "1.7.0"
1010

1111
setup(
1212
name="nacculator",

0 commit comments

Comments
 (0)