Releases: VUIIS/dax
dax v1.0.1
Several bug fixes
dax v1.0.0
Major changes in this release:
-requires Python3
-not backwards compatible with various version 0 releases
-requires yaml processor (dropped support of old style processor/spider)
-limits dependencies to pyxnat, pyyaml, and pycap
-many optimizations
-all XNAT API calls are wrapped with a timeout that will email the admin on first timeout and will then retry
dax v0.11.5
-Fix XnatDemographic
-Fix override of processor suffix in project settings file
-Fix Xnatupload delete all option
dax v0.11.4
dax launch/update: better handling of projects that have modules but no processors
dax v0.11.3
Bug fixes including:
-dax build: better handling of empty inputs field
-Xnatdownload: fix deleteall option
-dax build: ony run Module.afterrun once per session instead of every subject
-dax build/update: handle projects with no processors
-dax build: catch errors and email admin, specifically errors in yaml settings file
-XnatSwitchProcessStatus: handle multiple assessors
-XnatReportAssessors: more columns
-xnat datatypes: fixes for XNAT 1.7.5.6
-docs: updates for readthedocs
dax v0.11.2
-Freeze pyxnat version
-Bugfix for Xnatupload
dax v0.11.1
Fixes bug causing dax_version_hash to be blank.
dax v0.11.0
Performance improvements for dax build
dax v0.10.1
Bugfix to handle classic DICOM with many files
dax v0.10.0
-Multithreaded uploading with configurable number of threads.
-Adds support for an explicit matching filter that will only build an assessor if the specified artefacts match across the inputs. This allows us to ensure that an assessor will only use the set of assessors that are built on the same scan.
-Adds support for uploading by reference. This allows us to mount the DAX Upload Directory on the XNAT server and then use the XNAT API to supply a reference to the directory we want to upload. Therefore, rather than uploading files directly through the API, we bypass http and the files are directly copied over the native filesystem.
-Bugfixes for XnatSwitch
-Bugfixes for Xnatdownload