1.3.1
Changes in this release:
- Reverted the error type raised by the
IndexedGzipFile.seek
toValueError
, asnibabel
assumes that theseek
method of file objects raise aValueError
ifSEEK_END
is not supported.
Changes in this release:
IndexedGzipFile.seek
to ValueError
, as nibabel
assumes that the seek
method of file objects raise a ValueError
if SEEK_END
is not supported.