v4.0.3
Bug Fixes
-
Ensure that
pathlib.Path
objects are recognized as valid in the various
openers. [#467] -
Raise a proper
FileNotFoundError
instead of an obscureAttributeError
if trying to getfile_info
on a non-existing file. [#467] -
Pass on all "irrelevant" arguments not understood by
file_info
to the
general opener, so they can be used or raiseTypeError
in a place where
it will be clearer why that happens. [#468] -
Support for VDIF EDV3 data with payload size of 1000 bytes. [#456]