Changed * cmdline: Changed default input order to `auto`.
2.0.0rc1
Added * Added Series.align() method. Fixed * Header.add_geometry() takes one template only. * Axis: Enhanced class with __getitem__ and __next__ to enable iteration over axis values.
2.0.0rc0
Added * Series.to_rgb(): Added clip parameter whether clipping to DICOM window or to histogram probabilities. * Series.fuse_mask(): Color fusion of mask.
2.0.0dev6
Changed * Collections.Study: studyTime attribute is datetime.time object. * image_data.statistics: print patient, study and series properly. * image_data.conversion: improved conversion of date/time for directory names. Fixed * Collections.Study: Handle missing study date and/or time.
2.0.0dev5
Fixed * DICOMPlugin: Catch errors when converting DICOM attributes to numbers.
2.0.0dev4
Fixed * Use pydicom.valuerep.format_number_for_ds when writing float numbers with VR=DS. Changed * Set writing_validation_mode to RAISE to notify when DICOM elements are illegal.