What's Changed
* Modernize by dyollb in https://github.com/mhe/pynrrd/pull/151
* Fix test failures for NumPy 2.0+ by addisonElliott in https://github.com/mhe/pynrrd/pull/155
* Replace nptyping with numpy.typing by eleftherioszisis in https://github.com/mhe/pynrrd/pull/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 https://github.com/mhe/pynrrd/pull/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 https://github.com/mhe/pynrrd/pull/159
New Contributors
* dyollb made their first contribution in https://github.com/mhe/pynrrd/pull/151
* eleftherioszisis made their first contribution in https://github.com/mhe/pynrrd/pull/154
**Full Changelog**: https://github.com/mhe/pynrrd/compare/v1.0.0...v1.1.0