From 7db465e96027bc0492455234f6f30c16adcc02d6 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Fri, 12 Jan 2024 00:46:44 +0100 Subject: [PATCH] Release 2.41.0 --- HISTORY.md | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 80455d7..983aa7c 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,9 @@ +## 2.41.0 + +* Update scipy requirement from <1.9.2 to <1.11.5 +* catch and skip images that fail to load (thanks @heyalexchoi) +* Handle images in multiple folder for files reader and handle uppercase extension (thanks @BIGBALLON) + ## 2.40.0 * Add support for the full open clip model name format : ViT-B-32/laion2b_s34b_b79k (thanks @mehdidc @barinov274) diff --git a/setup.py b/setup.py index 6925050..a878611 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ def _read_reqs(relpath): packages=find_packages(), package_data={"": extra_files}, include_package_data=True, - version="2.40.0", + version="2.41.0", license="MIT", description="Easily computing clip embeddings and building a clip retrieval system with them", long_description=long_description,