From 701f057b1506533ab343f16f731cde76f12214e5 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Fri, 10 Sep 2021 01:38:20 +0200 Subject: [PATCH] Release 2.5.0 --- HISTORY.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 95d0821..8363bf7 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +## 2.5.0 + +* add memory mapping option in clip back : 0 memory usage to load an index! + ## 2.4.0 * add copy metadata option to clip index diff --git a/setup.py b/setup.py index 246739b..3fbbd86 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ name = 'clip_retrieval', packages = find_packages(), include_package_data = True, - version = '2.4.0', + version = '2.5.0', license='MIT', description = 'Easily computing clip embeddings and building a clip retrieval system with them', long_description=long_description,