Skip to content

Commit

Permalink
v1.44.1
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-braun committed Dec 12, 2024
1 parent ea0831c commit a546d02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Release History

## 1.44.1.dev2 (2024-mm-dd)
## 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`
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 an harmonized `regex` argument.
- 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

Expand Down
2 changes: 1 addition & 1 deletion sertit/__meta__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"""
Sertit Utils library
"""
__version__ = "1.44.1.dev2"
__version__ = "1.44.1"
__title__ = "sertit"
__description__ = ("SERTIT python library for generic tools",)
__author__ = "ICube-SERTIT"
Expand Down

0 comments on commit a546d02

Please sign in to comment.