Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1504 committed Sep 3, 2021
1 parent 9094ff3 commit bcac54d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 2.0.0

* webdataset input format
* save in batch
* test files in tests folder
* save metadata as parquet
* use autofaiss in a new clip index
* remove indexing from clip batch and rename to clip inference

## 1.0.1

* fixes
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
name = 'clip_retrieval',
packages = find_packages(),
include_package_data = True,
version = '1.0.1',
version = '2.0.0',
license='MIT',
description = 'Easily computing clip embeddings and building a clip retrieval system with them',
long_description=long_description,
Expand Down

0 comments on commit bcac54d

Please sign in to comment.