Releases: ArcanaFramework/fileformats-medimage
Releases · ArcanaFramework/fileformats-medimage
v0.5.1
v0.5.0
v0.4.4 - Fixes up magic number of Mrtrix with separate data file
Merge pull request #12 from ArcanaFramework/develop fixed up mrtrix magic number
v0.4.3 - Updates to align with fileformats 0.8.3
Minor updates to match changes in fileformats 0.8.3
v0.4.2 - renamed metadata extras hook to match core package
Renamed metadata extras hook to match core package
v0.4.1 - Renamed read_array extras hook
Renamed data_array
extras hook to read_array
v0.4.0 - Split out converters into "extras" package
Converters have been split out into separate package to reduce the dependencies required on the main package
v0.3.5 - Add numpy as dependency
Adds numpy as dependency
v0.3.4 - DICOM collections
- Moved single DICOM files to fileformats core package
- Added DicomCollection: DicomSet and DicomDir to handle sets of DICOM files
- Refactors to match changes in fileformats base package
v0.3.3 - Adds future annotations to converters
Fix up release to add future annotations to converters