v1.1.0 Released
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 replacenptyping
package. This change was necessary in order to support Numpy 2.0.
- Note: The new minimum Numpy version supported is bumped from 1.11.1 to 1.21 in order to utilize
- 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
- @dyollb made their first contribution in #151
- @eleftherioszisis made their first contribution in #154
Full Changelog: v1.0.0...v1.1.0