Fixed * Improved UID generation to guarantee unique DICOM SeriesInstanceUID, while keeping the SeriesInstanceUID when slicing a Series.
3.6.4
Fixed * DICOMPlugin._extract_all_tags(): Fixed error where float tag was printed with :0x formatting.
3.6.3
Fixed * XNATTransport.walk(): Only return file names from the `top` down.
3.6.2
Added * DICOMPlugin: Added `use_cross_product` option to demand that the z column of the transformation matrix is calculated using vector cross product. * XNATTransport.open(): Can now download data also at patient and experiment level. Changed * evidence2mask: Removed functions make_mask_in_slice() and transform_data_points_to_voxels().`
3.6.1
* image_data._reduce(): Corrected indexing collections classes. * cmdline.DictAction: Use ast.literal_eval() to evaluate input options. * Collections and Series: Access input_options in opts similar to kwargs. * Remove exception UnevenSlicesError. Use CannotSort instead.