Skip to content

v4.0.3

Compare
Choose a tag to compare
@mhvk mhvk released this 26 Nov 19:22
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 obscure AttributeError
    if trying to get file_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 raise TypeError in a place where
    it will be clearer why that happens. [#468]

  • Support for VDIF EDV3 data with payload size of 1000 bytes. [#456]