--- a/src/egonomy/__init__.py Mon Sep 09 12:41:12 2013 +0200
+++ b/src/egonomy/__init__.py Wed Oct 09 12:13:52 2013 +0200
@@ -1,4 +1,4 @@
-VERSION = (0, 7, 1, "final", 1)
+VERSION = (0, 7, 2, "final", 1)
VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2])))
--- a/src/egonomy/views.py Mon Sep 09 12:41:12 2013 +0200
+++ b/src/egonomy/views.py Wed Oct 09 12:13:52 2013 +0200
@@ -409,15 +409,16 @@
# We create the contents.read request and load the picture
png_file_path = os.path.join(settings.BATIK_RASTERIZER_TEMP_FOLDER, uid + '.png')
# (queryid 50d0574a03000043102a5177 for AS algorythm,
- # 50d0574a0300000f102a5177 pigment)
+ # 50d0574a0300000f102a5177 pigment
# 50d0574a03000021102a5177 Gabor
+ # 5204f79339d3f8e8ba6fc073 DominanteColoree)
files = {
'image0': (uid + '.png', open(png_file_path, 'rb').read()),
}
params = {
"xaction":"contents.read",
"xsessionid":session_id,
- "queryid":"50d0574a03000043102a5177",
+ "queryid":"5204f79339d3f8e8ba6fc073",
"_order_by_":"score[:desc]",
"_row_first_":"0",
"_row_last_":"10",