We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9baf58 commit 049b4b3Copy full SHA for 049b4b3
HISTORY.md
@@ -1,3 +1,9 @@
1
+## 2.37.0
2
+
3
+* Update versions to fix pex and npm build
4
+* Improve errors for empty input folders.
5
+* Default context to fix bug with some requests returning 404
6
7
## 2.36.1
8
9
* Fix truncate
setup.py
@@ -29,7 +29,7 @@ def _read_reqs(relpath):
29
packages=find_packages(),
30
package_data={"": extra_files},
31
include_package_data=True,
32
- version="2.36.1",
+ version="2.37.0",
33
license="MIT",
34
description="Easily computing clip embeddings and building a clip retrieval system with them",
35
long_description=long_description,
0 commit comments