log bindings/python/pyadbmodule.c @ 770:c54bc2ffbf92 tip

age author description
Sat, 15 Oct 2011 17:28:07 +0000 mas01mc Adding Kullback-Leibler divergence as alternate distance function
Fri, 26 Nov 2010 08:06:11 +0000 mas01mc added queryFromData(), passes equivalence test with queryFromKey
Fri, 26 Nov 2010 08:05:48 +0000 mas01mc added queryFromData(), passes equivalence test with queryFromKey mkc_lsh_update
Fri, 26 Nov 2010 06:58:55 +0000 mas01mc Copied trunk python bindings -r 1110 to this branch. mkc_lsh_update
Thu, 25 Nov 2010 13:42:40 +0000 mas01mc Adding mkc_lsh_update branch, trunk candidate with improved LSH: merged trunk 1095 and branch multiprobe_lsh mkc_lsh_update
Thu, 25 Nov 2010 02:30:53 +0000 mas01mc Fixed array boundary error on 1d array retrieval
Wed, 24 Nov 2010 19:29:52 +0000 mas01mc Fixed accumulation and distance options (strcmp==0) and added times. Added queryFromData
Wed, 24 Nov 2010 13:50:05 +0000 mas01mc added support for timesData
Mon, 22 Nov 2010 17:58:27 +0000 mas01mc Added wrappers for liszt, retrieve_datum, solved Py_XDECREF by copying source data and freeing retrieved memory
Sat, 20 Nov 2010 15:32:58 +0000 mas01mc Removed potential memory leak in _pyadb_retrieveDatum
Sat, 20 Nov 2010 15:26:41 +0000 mas01mc Added _pyadb_retrieveDatum for getting data, powers, or times as a numpy ndarray
Thu, 11 Nov 2010 05:34:47 +0000 mas01mc Added python bindings for liszt (LIst SiZes and Timepoints of each database entry)
Tue, 09 Nov 2010 08:21:49 +0000 mas01mc Added insert featureData and powerData from numpy ndarray pathway
Fri, 25 Jun 2010 19:49:30 +0000 map01bf number of dims and number of vectors were backward stylistic standard.
Fri, 25 Jun 2010 09:08:56 +0000 map01bf wooo! direct insert works! at least for the rather limited cases I've tests.
Thu, 24 Jun 2010 16:38:32 +0000 map01bf segfaults are gone, but the new bits still aren't quite behaving correctly.
Wed, 23 Jun 2010 17:52:30 +0000 map01bf the access level wrapper now exposes the python native data insert.
Wed, 23 Jun 2010 10:12:24 +0000 map01bf the low level bindings now include a direct data insertion method (with a numpy array).
Fri, 05 Mar 2010 16:01:22 +0000 mas01cr Make the python bindings compile again using the new hopsize stuff
Fri, 05 Mar 2010 16:00:58 +0000 mas01cr rename struct adbfoo to struct adb_foo
Fri, 05 Mar 2010 16:00:53 +0000 mas01cr Extend results structure to include a key for the query.
Fri, 05 Mar 2010 16:00:49 +0000 mas01cr Fixup bindings for removal of backward-compatibility stuff
Tue, 02 Feb 2010 22:22:49 +0000 mas01cr Make python tests actually pass on my machine.
Wed, 23 Sep 2009 14:38:02 +0000 map01bf tightened the inline docs in pyadbmodule.c
Mon, 21 Sep 2009 23:10:57 +0000 map01bf added a bunch of improved error messaging.
Mon, 21 Sep 2009 17:42:52 +0000 map01bf added a query hook. Should compile a run, but I haven't exhaustively tested the various input parameters yet.
Wed, 16 Sep 2009 16:12:33 +0000 map01bf added an insert from file function.
Tue, 15 Sep 2009 17:40:02 +0000 map01bf Okay, I think my python bindings have reached the border of useful, so in the svn they go.