|
1 | 1 | Changelog
|
2 | 2 | =========
|
| 3 | +## [1.5.0] - 2020-12-08 |
| 4 | +### Summary |
| 5 | + |
| 6 | +This version introduces several smaller maintenance-level updates. |
| 7 | +The FTLD builder files now function similar to the UDS3 module builders, |
| 8 | +where NACCulator will first scan the Z1X to see which forms are present |
| 9 | +in the record rather than automatically trying to process all possible |
| 10 | +forms. This will prevent users from having to repeatedly manually delete |
| 11 | +empty optional forms that will never be filled out. |
| 12 | + |
| 13 | +NACCulator's event detection has been generalized to be more compatible |
| 14 | +with more centers. The requirement for the initial visit packet's event |
| 15 | +name to contain "initial_visit" has been changed to "initial", and the |
| 16 | +requirement for the followup visit packet's event event name to contain |
| 17 | +"followup_visit" has been changed to just "follow" (to account for variants |
| 18 | +with either "followup" OR "follow_up"). |
| 19 | + |
| 20 | +The README has been updated to include more information about what data |
| 21 | +NACCulator needs from REDCap in order to run correctly (such as the filled |
| 22 | +Z1X form), and updated documentation on running the filters. I corrected the |
| 23 | +example commands for running the individual filters (with an input csv AND an |
| 24 | +output csv) so that they work properly now. All filter commands now require an |
| 25 | +argument specifying the config file so that the "validate" function in |
| 26 | +filters.py works properly. This makes the command structure consistent across |
| 27 | +all filters. |
| 28 | + |
| 29 | +### added |
| 30 | + * Add note about Z1X to README |
| 31 | + * Add optional form logic to fvp builder |
| 32 | + * Add optional form logic to ftld ivp builder |
| 33 | + |
| 34 | +### changed |
| 35 | + * Fix typo in README |
| 36 | + * Edit NACCulator capitalization to be consistent within README |
| 37 | + * Update documentation on filters and adjust example config file to make it easier to comment/uncomment filters |
| 38 | + * Fixed typo fukid9agd and fusib17pdx to have underscores in uds fvp builder |
| 39 | + * Update compatible redcap_event_names to be more general (initial, follow) |
| 40 | + |
3 | 41 | ## [1.4.0] - 2020-10-21
|
4 | 42 | ### Summary
|
5 | 43 |
|
|
0 commit comments