Skip to content

v1.1.1

Compare
Choose a tag to compare
@valgur valgur released this 05 Jan 19:57
· 29 commits to main since this release
2367e12

Fixed

  • Fixed handling of missing Online OData attribute in older DHuS versions, such as https://coda.eumetsat.int. (#535 @valgur)
  • Fixed the filter_node function generated by make_path_filter so that node paths are no longer converted to lowercase before pattern matching. (#541 @avalentino)
  • In download_all(), the initial check on already existing files now ignores server errors when determining the file name. Any existing files are still skipped when initiating the download. (#543 @joooeey)

CLI changes

  • Show help instead of an error when no CLI arguments are provided.

Changed

  • Tests are no longer included in the Python source package to significantly reduce its size.