Skip to content

Releases: VUIIS/dax

dax v1.0.1

15 Mar 19:47
9694314
Compare
Choose a tag to compare

Several bug fixes

dax v1.0.0

04 Feb 16:09
Compare
Choose a tag to compare

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

11 Nov 19:43
0c8c159
Compare
Choose a tag to compare

-Fix XnatDemographic
-Fix override of processor suffix in project settings file
-Fix Xnatupload delete all option

dax v0.11.4

21 Oct 00:20
6c1e31e
Compare
Choose a tag to compare

dax launch/update: better handling of projects that have modules but no processors

dax v0.11.3

20 Oct 21:10
274dab9
Compare
Choose a tag to compare

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

01 Jul 21:20
702c3f3
Compare
Choose a tag to compare

-Freeze pyxnat version
-Bugfix for Xnatupload

dax v0.11.1

29 May 19:18
9f186a0
Compare
Choose a tag to compare

Fixes bug causing dax_version_hash to be blank.

dax v0.11.0

24 May 15:38
1d9e589
Compare
Choose a tag to compare

Performance improvements for dax build

dax v0.10.1

07 Mar 21:08
388722c
Compare
Choose a tag to compare

Bugfix to handle classic DICOM with many files

dax v0.10.0

26 Feb 03:13
fd22549
Compare
Choose a tag to compare

-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