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
OPTIM: Don't download an archive stored on the cloud when trying to read a vector stored inside it in vectors.read
OPTIM: Don't download files stored on cloud when applying ci.assert_files_equal on them
OPTIM: Offer the ability to give the archived file list directly to path.get_archived_file_list and files.read_archived_file, as this operation is expensive when done with large archives stored on the cloud (and thus better done only once).
Propagated into path.get_archived_path, path.get_archived_rio_path, vectors.read, xml.read_archive, files.read_archived_xml and files.read_archived_html
CI: Test both Dask's multithreaded and local cluster in CI
DEPR: Deprecate xml_regex and file_regex arguments from above-mentioned functions in favor of a harmonized regex argument.
DEPS: Reduce dask-related dependencies to the libraries related to this project (abandon dask[complete] as we don't need most of the embedded libraries).