| pylint improvements (var names, spacing, docstrings, etc.) (pylint 9.90) |
|
More...
|
over 11 years ago
|
| fixed variable names (pylint 9.82) assorted minor cleanup |
|
More...
|
over 11 years ago
|
| converted short variable names to longer variants for pylint (pylint 9.74) |
|
More...
|
over 11 years ago
|
| disabled pylint R0904 in unittest files minor rearrangement in test_clustering.py |
|
More...
|
over 11 years ago
|
| improved unit test docstrings (pylint 9.64) |
|
More...
|
over 11 years ago
|
| fixed class naming convention in tests (pylint 9.53) |
|
More...
|
over 11 years ago
|
| moved private data variables into appropriate functions added docstrings to some unittests pylint improvements (9.48) |
|
More...
|
over 11 years ago
|
| replaced filter with list comprehensions various other pylint improvements (9.40) |
|
More...
|
over 11 years ago
|
| added docstrings for clustering module various pylint improvements |
|
More...
|
over 11 years ago
|
| added module header docstring with copyright notice/license/description |
|
More...
|
over 11 years ago
|
| improving pylint score |
|
More...
|
over 11 years ago
|
| completed addition of python3 compatability code |
|
More...
|
over 11 years ago
|
| added _compat.py for Python 2 & 3 compatability code |
|
More...
|
over 11 years ago
|
| added support for start/stop symbols in q-grams |
|
More...
|
over 11 years ago
|
| comment cleanup |
|
More...
|
over 11 years ago
|
| added normalized Hamming function & tests |
|
More...
|
over 11 years ago
|
| switched hamming() to operate on strings of unequal length by default added hamming() tests |
|
More...
|
over 11 years ago
|
| save q_s & q_t to avoid re-calling qgrams() |
|
More...
|
over 11 years ago
|
| added tests for q-gram util functions |
|
More...
|
over 11 years ago
|
| normalized doc strings slightly |
|
More...
|
over 11 years ago
|
| additional (non-trivial) tests for normalized Levenshtein |
|
More...
|
over 11 years ago
|
| added more tests for Levenshtein distance added normalized version of Levenshtein distance + tests for it |
|
More...
|
over 11 years ago
|
| doc changes (mostly to constrain to 80 cols) |
|
More...
|
over 11 years ago
|
| added exception test for Damerau-Levenshtein distance function added some documentation for levenshtein function |
|
More...
|
over 11 years ago
|
| added levenshtein tests (for all three variants) fixed error in levenshtein (regular & osa variants) function for insert/delete costs != 1 |
|
More...
|
over 11 years ago
|
| util test stubs |
|
More...
|
over 11 years ago
|
| stats test stubs |
|
More...
|
over 11 years ago
|
| fixed formula |
|
More...
|
over 11 years ago
|
| spacing |
|
More...
|
over 11 years ago
|
| added distance test stubs |
|
More...
|
over 11 years ago
|