Skip to content

Commit c0cc06d

Browse files
committed
Release 2.9.2
1 parent 66d12bd commit c0cc06d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Diff for: HISTORY.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.9.2
2+
3+
* fix metrics sorting in metrics summary
4+
15
## 2.9.1
26

37
* add download url time and descriptions in metrics summary endpoint

Diff for: front/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clip-retrieval-front",
3-
"version": "2.9.1",
3+
"version": "2.9.2",
44
"description": "Easily compute clip embeddings and build a clip retrieval system with them. 100M text+image embeddings can be processed in 20h using a 3080.",
55
"main": "server.js",
66
"dependencies": {

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
name = 'clip_retrieval',
1010
packages = find_packages(),
1111
include_package_data = True,
12-
version = '2.9.1',
12+
version = '2.9.2',
1313
license='MIT',
1414
description = 'Easily computing clip embeddings and building a clip retrieval system with them',
1515
long_description=long_description,

0 commit comments

Comments
 (0)