We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf18252 commit 06242f2Copy full SHA for 06242f2
HISTORY.rst
@@ -1,6 +1,19 @@
1
History
2
=======
3
4
+0.2.2 (2017-06-03)
5
+------------------
6
+
7
+* Added --show-distance to cli
8
+* Fixed a bug where --tolerance was ignored in cli if testing a single image
9
10
11
+0.2.1 (2017-06-03)
12
13
14
+* Added --tolerance to cli
15
16
17
0.2.0 (2017-06-03)
18
------------------
19
setup.py
@@ -25,7 +25,7 @@
25
26
setup(
27
name='face_recognition',
28
- version='0.2.1',
+ version='0.2.2',
29
description="Recognize faces from Python or from the command line",
30
long_description=readme + '\n\n' + history,
31
author="Adam Geitgey",
0 commit comments