Skip to content

Releases: mhe/pynrrd

v1.1.1 Released

07 Nov 03:11
fa37782
Compare
Choose a tag to compare

What's Changed

  • Fix/improve pyproject.toml metadata by @addisonElliott in #160
    • Fixes issue with publishing v1.0.0 package

Full Changelog: v1.1.0...v1.1.1

v1.1.0 Released

07 Nov 02:38
17fe0d0
Compare
Choose a tag to compare

What's Changed

  • Modernize by @dyollb in #151
  • Fix test failures for NumPy 2.0+ by @addisonElliott in #155
  • Replace nptyping with numpy.typing by @eleftherioszisis in #154
    • Note: The new minimum Numpy version supported is bumped from 1.11.1 to 1.21 in order to utilize numpy.typing to replace nptyping package. This change was necessary in order to support Numpy 2.0.
  • Add vector list datatype & add configurable SPACE_DIRECTIONS_TYPE option by @addisonElliott in #157
    • Note: If you're using the space directions field in your code, it's recommended to migrate to the new space directions type (`nrrd.SPACE_DIRECTIONS_TYPE = 'double vector list'). This will be the new default in the next major release and generally provides a better developer experience.
  • Fix typos in docs by @addisonElliott in #159

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0 Released

09 Oct 12:07
d7f1d0c
Compare
Choose a tag to compare

What's Changed

Breaking changes

  • Dropped support for Python 2 and Python 3.6 and below

Other changes

Docs changes

New Contributors

Full Changelog: v0.4.3...v1.0.0

v0.4.3 Released

28 Apr 14:30
7765a20
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.2...v0.4.3

v0.4.2 Released

31 Dec 03:01
Compare
Choose a tag to compare

Change Log

Closed issues:

  • Unable to read nrrd files python #105

Merged pull requests:

  • loop over write chunks added for raw encoding in writer #106 (GFleishman)

v0.4.1 Released

16 Nov 18:32
Compare
Choose a tag to compare

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:

v0.4.0 Released

08 Apr 03:50
Compare
Choose a tag to compare

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:

v0.3.6 Released

27 Jan 06:42
Compare
Choose a tag to compare

Change Log

Closed issues:

  • Print relative data file name in the header #78
  • 'measurement frame' should be double matrix #76
  • I am not able to read a nrrd file saved from Slicer (volume sequence) #71
  • byteskip -1 fails #70

Merged pull requests:

v0.3.5 Released

26 Oct 02:18
Compare
Choose a tag to compare

Change Log

Merged pull requests:

  • Fix key-value writing: no space after ':=' identifier #69 (ihnorton)

v0.3.4 Released

20 Sep 17:03
Compare
Choose a tag to compare

Change Log

Merged pull requests: