v0.4.1 Released
Change Log
Closed issues:
- I am getting NRRDError: 'Size of the data does not equal to the product of all dimensions' #100
- The nrrd.read() function returns a read-only numpy array if the input file is compressed #99
- Need to account for both 'datafile' and 'data file' #97
- Modify 'data file' whenever detached_header=True #96
- coronal plane and cross section #95
Merged pull requests:
- Change logic for how headers and detached data are written #104 (addisonElliott)
- Account for 'data file' and 'datafile' in header when writing NRRD file #103 (addisonElliott)
- Add docs for quoted string list #102 (addisonElliott)
- Fix issue with loading large files #101 (addisonElliott)
- Support writing and reading NRRD header quoted string lists for label… #98 (pcs-dan)