Releases: NeuroimagingUIowa/xnat_downloader
Releases · NeuroimagingUIowa/xnat_downloader
v0.3.2
v0.3.1
v0.3.0
Release Notes
CHANGES
- [MAINT] fix dockerfile (#44) @jdkent
- [MAINT,FIX] create working development image (#43) @jdkent
- [MAINT] test using pytest (#42) @jdkent
- [ENH] add devel build steps (#41) @jdkent
- [MAINT] push docker image on master branch (#40) @jdkent
- [ENH] make a new docker build environment (#38) @jdkent
What's Changed
- [ENH] make a new docker build environment by @jdkent in #38
- [MAINT] push docker image on master branch by @jdkent in #40
- [ENH] add devel build steps by @jdkent in #41
- [MAINT] test using pytest by @jdkent in #42
- [MAINT,FIX] create working development image by @jdkent in #43
- [MAINT] fix dockerfile by @jdkent in #44
- remove 'zero_pad' by @TrevorLeeCline in #45
- [MNT] update build commands by @jdkent in #50
New Contributors
- @TrevorLeeCline made their first contribution in #45
Full Changelog: v0.2.8...v0.3.0
v0.3.0rc1
What's Changed
- [ENH] make a new docker build environment by @jdkent in #38
- [MAINT] push docker image on master branch by @jdkent in #40
- [ENH] add devel build steps by @jdkent in #41
- [MAINT] test using pytest by @jdkent in #42
- [MAINT,FIX] create working development image by @jdkent in #43
- [MAINT] fix dockerfile by @jdkent in #44
- remove 'zero_pad' by @TrevorLeeCline in #45
- [MNT] update build commands by @jdkent in #50
New Contributors
- @TrevorLeeCline made their first contribution in #45
Full Changelog: v0.2.8...v0.3.0rc1
v0.2.8
v0.2.7
v0.2.6
v0.2.5
Add sub_label_prefix
This allows us to add more characters to the subject label using the json key sub_label_prefix when we download from xnat, so a subject that is represented on xnat as sub-001 can be downloaded as sub-GE120001.
Non-BIDs and BIDs support
- adds support for both BIDS and non-BIDS data stored on xnat.
- updates the documentation