Skip to content

Commit

Permalink
Update README and associated files to prep for release 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
s-emerson committed Sep 13, 2021
1 parent 6b7ce9d commit d1162fc
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 5 deletions.
2 changes: 1 addition & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Contributors at the University of Florida
* Naomi Braun
* Philip Chase
* Samantha Emerson
* Melissa Moreno
* Kevin S. Hanson
* Matthew McConnell
* Ajantha Ramineni
Expand All @@ -35,4 +36,3 @@ Contributors at the University of Florida
Other Contributors

* L. D. Nicolas May <ldnicolasmay@gmail.com>

12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
Changelog
=========
## [1.8.0] - 2021-09-13
### Summary

### Updated
* Add Z1X processing to LBD short version
* Update UDS Z1X to include handling for optional LBD short version fields
* Make C2T optional for telephone follow-ups to reflect NACC's DED

### Added
* Add new CV covid module


## [1.7.1] - 2021-02-03
### Summary
This release updates the telephone follow-up packet (TFP) module to include
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2016–2020, University of Florida.
Copyright (c) 2016–2021, University of Florida.
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,15 @@ NACCulator

[![DOI](https://zenodo.org/badge/20501/ctsit/nacculator.svg)](https://zenodo.org/badge/latestdoi/20501/ctsit/nacculator)

Converts a CSV data file exported from REDCap into the NACC's UDS3 fixed-width
format.
NACCulator is a Python 3-based data converter that changes REDCap .csv exported
data to NACC’s fixed-width .txt format. It is configured for UDS3 forms,
including FTLD and LBD (versions 3.0 and 3.1). It will perform basic data
integrity checks during a run: verifying that each field is the correct type
and length, verifying that there are no illegal characters in the Char fields,
verifying that Num fields are within the acceptable range as defined in NACC's
Data Element Dictionary for each form, and checking that no blanking rules have
been violated. NACCulator outputs a .txt file that is immediately ready to
submit to NACC's database.

_Note:_ NACCulator _**requires Python 3.**_

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from setuptools import setup, find_packages

VERSION = "1.7.1"
VERSION = "1.8.0"

setup(
name="nacculator",
Expand Down

0 comments on commit d1162fc

Please sign in to comment.