|
1 | 1 | Changelog
|
2 | 2 | =========
|
3 | 3 |
|
| 4 | +0.13.0 (2016-11-01) |
| 5 | +------------------- |
| 6 | + |
| 7 | +- Support alternate git status output. [Jose Diaz-Gonzalez] |
| 8 | + |
| 9 | +- Split warning test into new test file, added to travis execution on |
| 10 | + 2.6 / pypy3. [davidcellis] |
| 11 | + |
| 12 | +- Remove hypothesis examples database from gitignore. [davidcellis] |
| 13 | + |
| 14 | +- Add check for warning to tests. [davidcellis] |
| 15 | + |
| 16 | + Reordered test imports |
| 17 | + |
| 18 | + |
| 19 | +- Check processor and warn before scorer may remove processor. |
| 20 | + [davidcellis] |
| 21 | + |
| 22 | +- Renamed test - tidied docstring. [davidcellis] |
| 23 | + |
| 24 | +- Add token ratios to the list of scorers that skip running full_process |
| 25 | + as a processor. [davidcellis] |
| 26 | + |
| 27 | +- Added tokex_sort, token_set to test. [davidcellis] |
| 28 | + |
| 29 | +- Test docstrings/comments. [davidcellis] |
| 30 | + |
| 31 | + Removed redundant check from test. |
| 32 | + |
| 33 | + |
| 34 | +- Added py.test .cache/ removed duplicated build from gitignore. |
| 35 | + [davidcellis] |
| 36 | + |
| 37 | +- Added default_scorer, default_processor parameters to make it easier |
| 38 | + to change in the future. [davidcellis] |
| 39 | + |
| 40 | + Added warning if the processor reduces the input query to an empty string. |
| 41 | + |
| 42 | + |
| 43 | +- Rewrote extracts to explicitly use default values for processor and |
| 44 | + scorer. [davidcellis] |
| 45 | + |
| 46 | +- Changed Hypothesis tests to use pytest parameters. [davidcellis] |
| 47 | + |
| 48 | +- Added Hypothesis based tests for identical strings. [Ducksual] |
| 49 | + |
| 50 | + Added support for hypothesis to travis config. |
| 51 | + Hypothesis based tests are skipped on Python 2.6 and pypy3. |
| 52 | + |
| 53 | + Added .hypothesis/ folder to gitignore |
| 54 | + |
| 55 | + |
| 56 | +- Added test for simple 'a, b' string on process.extractOne. [Ducksual] |
| 57 | + |
| 58 | +- Process the query in process.extractWithoutOrder when using a scorer |
| 59 | + which does not do so. [Ducksual] |
| 60 | + |
| 61 | + Closes 139 |
| 62 | + |
| 63 | + |
| 64 | +- Mention that difflib and levenshtein results may differ. [Jose Diaz- |
| 65 | + Gonzalez] |
| 66 | + |
| 67 | + Closes #128 |
| 68 | + |
4 | 69 | 0.12.0 (2016-09-14)
|
5 | 70 | -------------------
|
6 | 71 |
|
|
0 commit comments