Skip to content

v1.1.0 Released

Compare
Choose a tag to compare
@addisonElliott addisonElliott released this 07 Nov 02:38
· 2 commits to master since this release
17fe0d0

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