Commit 3eb8f9c mbentz-uf
committed
1 parent d78536d commit 3eb8f9c Copy full SHA for 3eb8f9c
File tree 3 files changed +16
-1
lines changed
3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ Contributors at the University of Florida
22
22
23
23
* Tarun Gupta Akirala
24
24
* Christopher P. Barnes
25
+ * Michael Bentz
25
26
* Naomi Braun
26
27
* Philip Chase
27
28
* Samantha Emerson
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
+ ## [1.10.0] - 2022-08-31
4
+ ### Summary
5
+ This release introduces minor fixes to the FTLD and LBD Short Version modules.
6
+
7
+ ### Added
8
+ * Add missing field for #3 in LBD Short Version FVP form E2L in the builder file (Samantha Emerson)
9
+ * Add ability to run filters on a local redcap export csv rather than automatically downloading via redcap api (Samantha Emerson)
10
+
11
+ ### Changed
12
+ * Update gitignore (mbentz-uf)
13
+ * Update allowable_favlues on FTDRATIO in ftld forms.py files to account for error code (Samantha Emerson)
14
+ * Re-adjust Z1X spacing on FVP LBDSV to account for invisible deprecated C1 form (Samantha Emerson)
15
+ * Update Z1X positions in forms.py for lbd short version (Samantha Emerson)
16
+
3
17
## [1.9.0] - 2022-06-24
4
18
5
19
### Summary
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.9 .0"
9
+ VERSION = "1.10 .0"
10
10
11
11
setup (
12
12
name = "nacculator" ,
You can’t perform that action at this time.
0 commit comments