Tal Einat
|
6b91b654f1
|
fixed two edge-case bugs in custom search
also removed some commented out code
|
2014-03-14 17:13:42 +02:00 |
Tal Einat
|
af89a6681b
|
avoid using TestCase.assertItemsEqual()
The reason is that it is not avialable in the stdlib's unittest.
|
2014-03-14 13:06:12 +02:00 |
Tal Einat
|
77fe129c50
|
bumped version to 0.2.1 and updated HISTORY
|
2014-03-14 12:49:47 +02:00 |
Tal Einat
|
1c4bed7c0a
|
added utility function with tests + some documentation
|
2014-03-12 15:46:48 +02:00 |
Tal Einat
|
b79a856b63
|
split into several files and renamed some functions
|
2014-03-12 12:00:21 +02:00 |
Tal Einat
|
881ff4c0bc
|
fixed one test and two bugs in find_near_matches()
all tests passing!
|
2013-11-12 10:18:42 +02:00 |
Tal Einat
|
932ac1b519
|
handle edge-case at end of sequence (plus test)
|
2013-11-09 22:56:13 +02:00 |
Tal Einat
|
a2f10110bc
|
improved result filtering and refactored tests
|
2013-11-09 21:47:57 +02:00 |
Tal Einat
|
cf5bbd6269
|
added new search function find_near_matches_with_ngrams()
|
2013-11-07 15:18:13 +02:00 |
Tal Einat
|
d86dfdc091
|
added first working version of find_near_matches, with tests
|
2013-11-04 10:25:07 +02:00 |
Tal Einat
|
a7b4701efa
|
initial commit (project framework)
|
2013-11-02 00:34:18 +02:00 |