diff --git a/HISTORY.md b/HISTORY.md index 0a6b264..a66e54d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,11 @@ +## 2.36.0 + +* Make jit=False the default in clip inference +* update webdataset and fsspec +* Add H14 NSFW detector +* Support get tokenizer in clip back (thanks @nousr) +* enable filtering by image with clip-retrieval filter + ## 2.35.1 * update key toggles in inf.main (thanks @nousr) diff --git a/setup.py b/setup.py index f14c128..56745b7 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.35.1", + version="2.36.0", license="MIT", description="Easily computing clip embeddings and building a clip retrieval system with them", long_description=long_description,