The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for PDL-IO-Dcm

0.01    2016-12-19
        * First version, already quite mature but needs further testing

0.9	2016-12-20
	* This is a release candidate for v1.0
	
	2017-1-12

	* uploaded this version to PAUSE.

0.9001	* reduced verbose output ( #say ...)
	
	2017-1-13

	* Removed /r switch from regular expressions for backwards compatibility
	
	* better fromatting of list values in text header

0.9002	2017-1-18

	* renamed -n to -i, since there seem complaints about ambiguous options, heh?

	* new switch -p to force split on slice groups, otherwise it tries to force-stack
	  them, if dims allow. Split data sets have empty entries in the respective dimension.
	  Need to find an elegant way to compact data.
	
	* load_dims has now an option reference as second parameter instead of the id-code.

	* new function is_equal 

0.9100	2017-1-19

	* split dims are now compact, no empty entries any more

0.9_200 * PDL::IO::Dcm::Plugin::MRI_Siemens created. Other such plugins can be provided to
	  handle other data. Two functions should be exproted: populate_header and setup

	* printStruct is moved to Dcm.pm

	* default grouping to Dicom series number handled in Dcm.pm, set option
	  id to point to \&sort_series.