Skip to content

Releases: ArcanaFramework/fileformats-medimage

v0.5.1

20 Sep 02:26
Compare
Choose a tag to compare

Fixes bug with MghGz: changed from Zip to Gz

v0.5.0

23 Aug 02:15
70dbe12
Compare
Choose a tag to compare

What's Changed

  • Splits out Mrtrix formats (which will go into separate package) by @tclose in #13

Full Changelog: v0.4.4...v0.5.0

v0.4.4 - Fixes up magic number of Mrtrix with separate data file

01 Aug 05:39
511fcba
Compare
Choose a tag to compare
Merge pull request #12 from ArcanaFramework/develop

fixed up mrtrix magic number

v0.4.3 - Updates to align with fileformats 0.8.3

01 Aug 04:37
b7f16d8
Compare
Choose a tag to compare

Minor updates to match changes in fileformats 0.8.3

v0.4.2 - renamed metadata extras hook to match core package

20 Jul 07:35
f5874a4
Compare
Choose a tag to compare

Renamed metadata extras hook to match core package

v0.4.1 - Renamed read_array extras hook

19 Jul 03:13
Compare
Choose a tag to compare

Renamed data_array extras hook to read_array

v0.4.0 - Split out converters into "extras" package

17 Jul 05:56
29b80d3
Compare
Choose a tag to compare

Converters have been split out into separate package to reduce the dependencies required on the main package

v0.3.5 - Add numpy as dependency

12 Jul 07:14
d5384ef
Compare
Choose a tag to compare

Adds numpy as dependency

v0.3.4 - DICOM collections

07 Mar 09:06
Compare
Choose a tag to compare
  • 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

12 Feb 22:18
Compare
Choose a tag to compare

Fix up release to add future annotations to converters