This repository was archived by the owner on Aug 26, 2024. It is now read-only.
File tree 3 files changed +26
-3
lines changed
3 files changed +26
-3
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ 0.15.0 (2017-02-20)
5
+ -------------------
6
+
7
+ - Add extras require to install python-levenshtein optionally. [Rolando
8
+ Espinoza]
9
+
10
+ This allows to install python-levenshtein as dependency.
11
+
12
+
13
+ - Fix link formatting in the README. [Alex Chan]
14
+
15
+ - Add fuzzball.js JavaScript port link. [nolan]
16
+
17
+ - Added Rust Port link. [Logan Collins]
18
+
19
+ - Validate_string docstring. [davidcellis]
20
+
21
+ - For full comparisons test that ONLY exact matches (after processing)
22
+ are added. [davidcellis]
23
+
24
+ - Add detailed docstrings to WRatio and QRatio comparisons.
25
+ [davidcellis]
26
+
4
27
0.14.0 (2016-11-04)
5
28
-------------------
6
29
Original file line number Diff line number Diff line change @@ -34,13 +34,13 @@ Using PIP via Github
34
34
35
35
.. code :: bash
36
36
37
- pip install git+git://github.com/seatgeek/fuzzywuzzy.git@0.14 .0#egg=fuzzywuzzy
37
+ pip install git+git://github.com/seatgeek/fuzzywuzzy.git@0.15 .0#egg=fuzzywuzzy
38
38
39
39
Adding to your ``requirements.txt `` file (run ``pip install -r requirements.txt `` afterwards)
40
40
41
41
.. code :: bash
42
42
43
- git+ssh://[email protected] /seatgeek/fuzzywuzzy.git@0.14 .0#egg=fuzzywuzzy
43
+ git+ssh://[email protected] /seatgeek/fuzzywuzzy.git@0.15 .0#egg=fuzzywuzzy
44
44
45
45
Manually via GIT
46
46
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
- __version__ = '0.14 .0'
2
+ __version__ = '0.15 .0'
You can’t perform that action at this time.
0 commit comments