Skip to content

v1.44.1

Compare
Choose a tag to compare
@remi-braun remi-braun released this 12 Dec 15:46
· 52 commits to main since this release

1.44.1 (2024-12-12)

  • 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).
  • DOCS: Add notebooks to document best practises