# HG changeset patch # User cavaliet # Date 1381313632 -7200 # Node ID 28baed9f7f936fb374937119abe989155fe62f47 # Parent 8021273c69654c4c1343d2a4f2f28f2127c5c505 change senseetive algo and version 0.7.2 diff -r 8021273c6965 -r 28baed9f7f93 src/egonomy/__init__.py --- 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]))) diff -r 8021273c6965 -r 28baed9f7f93 src/egonomy/views.py --- 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",