You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.