v0.4.0 Released
Change Log
Closed issues:
- Cannot install pynrrd via conda #93
- Poor performance when opening raw data with (wrong) gzip encoding in header #88
- tests/data don't install #84
- Write NRRD file with header 'space origin' has format bug #82
- Numpy Data Indexing Convention #75
Merged pull requests:
- Remove tests from setuptools #94 (addisonElliott)
- Improve compressed NRRD read performance #92 (addisonElliott)
- Remove documentation regarding compression_level=0 #91 (addisonElliott)
- Fix ResourceWarning from unclosed detached data NRRD files #90 (addisonElliott)
- Documentation Cleanup #89 (addisonElliott)
- Add parameter for changing index order #87 (simeks)
- Document that header object given to nrrd.write will be updated with auto generated fields #86 (addisonElliott)
- Fixed anti-pattern in writer function #85 (simeks)