Skip to content

Releases: VUIIS/dax

dax v0.7.0

29 Jun 15:17
Compare
Choose a tag to compare

Hi All,

We are all happy to announce the release of dax 0.7.0. One of the main feature in this release is the improvement of developing pipelines for dax. We are introducing the YAML format into our processor and settings.

Below are some of the updates:

AutoProcessor - processor using the yaml format. Very easy to write, no python skill needed.

Yaml Settings - Settings file have been converted to YAML format as well. Same idea, very easily written without the need of python skills.

NETRC - we moved the logins from the bashrc / profile file to a daxnetrc file that is more secure. Only you can read it and you can store your login inside via the XnatCheckLogin executable. You can store several XNAT hosts but only one user per host.

Reformating of Xnat_tools - Xnat tools have been reformat to remove the redundant code.

Reformating of dax_tools - Merging all the dax executables into one called dax. You can call the different function as follow: dax launch / dax build / dax update / dax upload ....

Dax test - dax test will work for both YAML files and standard python. You can call it directly by giving the file you generated. Try it out to test your YAML processor or YAML settings.

and several bugs fixed.

As always please feel free to post any bugs or requests on the issue tracker.

Cheers,
Ben

dax v0.6.0

11 Feb 05:11
Compare
Choose a tag to compare

New in this release:
-AutoSpider
-regex in command-line utils
-improved documentation
-spider utilities

And several bugfixes

-Brian

DAX v0.5.0

28 Jul 13:36
Compare
Choose a tag to compare

Hi All,

We are all happy to announce the release of DAX 0.5.0. Below are some of the updates:

  1. DISKQ - Vastly decreases the time when launching jobs.
  2. Documentation - All canonical docs are now here http://dax.readthedocs.io/en/latest/
  3. Xnatmirror - updated to pass source and destination variables
  4. Several new utilities in XnatUtils for file handling (dicom etc) and the ability to run any matlab by giving a path
  5. Better/imporved exception handling
  6. Bug fix in dax_upload -> decreases the time to upload spiders and avoids timeout.
  7. New configuration using dax_setup and a ini config file that is more readable
  8. Bug fix for XnatUtils.is_bad_qa. Now actually works
  9. Spider class and associated generators for templates
  10. Allow the skipping of unusable scans in Xnatinfo (helpful for large projects).

As always please feel free to post any bugs or requests on the issue tracker.

Cheers,
Steve

dax v0.4.0

06 Oct 13:45
Compare
Choose a tag to compare

Includes new Spider classes as well as several convenience command-line tools for generating new dax objects. These use templates to start a new processor, module, spiders or settings file.

dax v0.3.1

02 Jul 17:46
Compare
Choose a tag to compare

Includes modifications to support multiple runs of single processing type using different parameters.

dax v0.3.0

29 Jun 15:01
Compare
Choose a tag to compare
Update XnatUtils.py

forgetting [] when init value

dax v0.1.0

03 Sep 14:26
Compare
Choose a tag to compare

Initial version of dax