Skip to content

Commit 5f3f366

Browse files
committed
Release 2.36.0
1 parent 5938973 commit 5f3f366

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

HISTORY.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 2.36.0
2+
3+
* Make jit=False the default in clip inference
4+
* update webdataset and fsspec
5+
* Add H14 NSFW detector
6+
* Support get tokenizer in clip back (thanks @nousr)
7+
* enable filtering by image with clip-retrieval filter
8+
19
## 2.35.1
210

311
* update key toggles in inf.main (thanks @nousr)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def _read_reqs(relpath):
2929
packages=find_packages(),
3030
package_data={"": extra_files},
3131
include_package_data=True,
32-
version="2.35.1",
32+
version="2.36.0",
3333
license="MIT",
3434
description="Easily computing clip embeddings and building a clip retrieval system with them",
3535
long_description=long_description,

0 commit comments

Comments
 (0)